diff options
author | Kaspars Skels <kaspars.skels@att.com> | 2019-09-16 16:41:02 -0500 |
---|---|---|
committer | Kaspars Skels <kaspars.skels@att.com> | 2019-09-16 16:41:02 -0500 |
commit | 12cc65e58054a2ba89138254e60f76d36bc7c5e7 (patch) | |
tree | 88c74d5bec3d64f07d8c92ffbb74a64f2d4290e4 | |
parent | 9d2cb52b71196fbb0131cf7cb0ed698561b5808f (diff) |
Minor fixes to code comments
Change-Id: I8ddb0b2deca4e4f0b2a254c490da880f0d7def21
Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
3 files changed, 12 insertions, 15 deletions
diff --git a/site/intel-pod17/pki/pki-catalog.yaml b/site/intel-pod17/pki/pki-catalog.yaml index 952bca4..20305ea 100644 --- a/site/intel-pod17/pki/pki-catalog.yaml +++ b/site/intel-pod17/pki/pki-catalog.yaml @@ -34,8 +34,7 @@ data: # Add/delete from this list as necessary until all nodes are listed. # For each node, the `hosts` list should be comprised of: # 1. The node's hostname, as already defined in baremetal/nodes.yaml - # 2. The node's oam IP address, as already defined in baremetal/nodes.yaml - # 3. The node's Calico IP address, as already defined in baremetal/nodes.yaml + # 2. The node's Calico IP address, as already defined in baremetal/nodes.yaml # NOTE: This list also needs to include the Genesis node, which is not # listed in baremetal/nodes.yaml, but by convention should be allocated # the first non-reserved IP in each logical network allocation range @@ -43,7 +42,7 @@ data: # NOTE: The genesis node needs to be defined twice (the first two entries # on this list) with all of the same paramters except the document_name. # In the first case the document_name is `kubelet-genesis`, and in the - # second case the document_name format is `kubelete-YOUR_GENESIS_HOSTNAME`. + # second case the document_name format is `kubelet-YOUR_GENESIS_HOSTNAME`. - document_name: kubelet-genesis common_name: system:node:pod17-node1 hosts: @@ -115,11 +114,10 @@ data: # nodes in the environment, including genesis. # For each node, the `hosts` list should be comprised of: # 1. The node's hostname, as already defined in baremetal/nodes.yaml - # 2. The node's oam IP address, as already defined in baremetal/nodes.yaml - # 3. The node's Calico IP address, as already defined in baremetal/nodes.yaml - # 4. 127.0.0.1 - # 5. localhost - # 6. kubernetes-etcd.kube-system.svc.cluster.local + # 2. The node's Calico IP address, as already defined in baremetal/nodes.yaml + # 3. 127.0.0.1 + # 4. localhost + # 5. kubernetes-etcd.kube-system.svc.cluster.local # NOTE: This list also needs to include the Genesis node, which is not # listed in baremetal/nodes.yaml, but by convention should be allocated # the first non-reserved IP in each logical network allocation range @@ -218,11 +216,10 @@ data: # nodes in the environment, including genesis. # For each node, the `hosts` list should be comprised of: # 1. The node's hostname, as already defined in baremetal/nodes.yaml - # 2. The node's oam IP address, as already defined in baremetal/nodes.yaml - # 3. The node's Calico IP address, as already defined in baremetal/nodes.yaml - # 4. 127.0.0.1 - # 5. localhost - # 6. The calico/etcd/service_ip defined in networks/common-addresses.yaml + # 2. The node's Calico IP address, as already defined in baremetal/nodes.yaml + # 3. 127.0.0.1 + # 4. localhost + # 5. The calico/etcd/service_ip defined in networks/common-addresses.yaml # NOTE: This list also needs to include the Genesis node, which is not # listed in baremetal/nodes.yaml, but by convention should be allocated # the first non-reserved IP in each logical network allocation range 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 |