diff options
Diffstat (limited to 'site/intel-pod17/software')
-rw-r--r-- | site/intel-pod17/software/charts/kubernetes/container-networking/etcd.yaml | 2 | ||||
-rw-r--r-- | site/intel-pod17/software/charts/kubernetes/etcd/etcd.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/site/intel-pod17/software/charts/kubernetes/container-networking/etcd.yaml b/site/intel-pod17/software/charts/kubernetes/container-networking/etcd.yaml index 6bbade4..8d397e4 100644 --- a/site/intel-pod17/software/charts/kubernetes/container-networking/etcd.yaml +++ b/site/intel-pod17/software/charts/kubernetes/container-networking/etcd.yaml @@ -17,7 +17,7 @@ metadata: substitutions: # Generate a list of control plane nodes (i.e. genesis node + master node # list) on which calico etcd will run and will need certs. It is assumed - # that Airship sites will have 4 control plane nodes, so this should not need to + # that Airship sites will have 3 control plane nodes, so this should not need to # change for a new site. - src: schema: pegleg/CommonAddresses/v1 diff --git a/site/intel-pod17/software/charts/kubernetes/etcd/etcd.yaml b/site/intel-pod17/software/charts/kubernetes/etcd/etcd.yaml index 91b6ed2..dd24889 100644 --- a/site/intel-pod17/software/charts/kubernetes/etcd/etcd.yaml +++ b/site/intel-pod17/software/charts/kubernetes/etcd/etcd.yaml @@ -17,7 +17,7 @@ metadata: substitutions: # Generate a list of control plane nodes (i.e. genesis node + master node # list) on which k8s etcd will run and will need certs. It is assumed - # that Airship sites will have 4 control plane nodes, so this should not need to + # that Airship sites will have 3 control plane nodes, so this should not need to # change for a new site. - src: schema: pegleg/CommonAddresses/v1 |