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.
1 parent 6372dde commit e6bfb77Copy full SHA for e6bfb77
data/data/bootstrap/files/usr/local/bin/bootkube.sh.template
@@ -95,10 +95,6 @@ then
95
96
# A more desireable end state would be require wiring up the infrastructure in some way and read it from rendered-manifest-dir
97
CLUSTER_PROFILE_ANNOTATION="self-managed-high-availability"
98
- if [ "$BOOTSTRAP_INPLACE" = true ]
99
- then
100
- CLUSTER_PROFILE_ANNOTATION="single-node-developer"
101
- fi
102
103
bootkube_podman_run \
104
--name api-render \
0 commit comments