We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
single_tailnet
*
1 parent 05a393c commit 09c3097Copy full SHA for 09c3097
codersdk/deployment.go
@@ -1966,7 +1966,6 @@ const (
1966
// ExperimentSingleTailnet replaces workspace connections inside coderd to
1967
// all use a single tailnet, instead of the previous behavior of creating a
1968
// single tailnet for each agent.
1969
- // WARNING: This cannot be enabled when using HA.
1970
ExperimentSingleTailnet Experiment = "single_tailnet"
1971
1972
// ExperimentTemplateAutostopRequirement allows template admins to have more
@@ -1999,6 +1998,7 @@ const (
1999
1998
// not be included here and will be essentially hidden.
2000
var ExperimentsAll = Experiments{
2001
ExperimentDeploymentHealthPage,
+ ExperimentSingleTailnet,
2002
}
2003
2004
// Experiments is a list of experiments that are enabled for the deployment.
0 commit comments