Skip to content

Commit 5332042

Browse files
committed
Renamed MASTER to CONTROL_PLANE
1 parent 11026b6 commit 5332042

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

OCNE/.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
# + 3GB memory minimum required for Istio module on Worker nodes
2121
# OPERATOR_CPUS=1
2222
# OPERATOR_MEMORY=1024
23-
# CONTROLPLANE_CPUS=2
24-
# CONTROLPLANE_MEMORY=2048
23+
# CONTROL_PLANE_CPUS=2
24+
# CONTROL_PLANE_MEMORY=2048
2525
# WORKER_CPUS=1
2626
# WORKER_MEMORY=1024
2727

@@ -35,7 +35,7 @@
3535

3636
# Multi-control_plane setup. Deploy 3 control_planes in HA mode.
3737
# Will automatically enable STANDALONE_OPERATOR if true
38-
# MULTI_CONTROLPLANE=false
38+
# MULTI_CONTROL_PLANE=false
3939

4040
# Creates an extra disk (/dev/sdb) so it can be used as a
4141
# Gluster Storage for Kubernetes Persistent Volumes
@@ -91,7 +91,7 @@
9191

9292
# Override number of control_planes to deploy
9393
# This should not be changed -- for development purpose
94-
# NB_CONTROLPLANES=1
94+
# NB_CONTROL_PLANES=1
9595

9696
# Update Base OS (experimental)
9797
# UPDATE_OS=false

0 commit comments

Comments
 (0)