We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
single_tailnet
*
1 parent a2cd664 commit 43fa434Copy full SHA for 43fa434
codersdk/deployment.go
@@ -1978,7 +1978,6 @@ const (
1978
// ExperimentSingleTailnet replaces workspace connections inside coderd to
1979
// all use a single tailnet, instead of the previous behavior of creating a
1980
// single tailnet for each agent.
1981
- // WARNING: This cannot be enabled when using HA.
1982
ExperimentSingleTailnet Experiment = "single_tailnet"
1983
1984
// ExperimentTemplateAutostopRequirement allows template admins to have more
@@ -2011,6 +2010,7 @@ const (
2011
2010
// not be included here and will be essentially hidden.
2012
var ExperimentsAll = Experiments{
2013
ExperimentDeploymentHealthPage,
+ ExperimentSingleTailnet,
2014
}
2015
2016
// Experiments is a list of experiments that are enabled for the deployment.
0 commit comments