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 /site/intel-pod17/pki | |
parent | 9d2cb52b71196fbb0131cf7cb0ed698561b5808f (diff) |
Minor fixes to code comments
Change-Id: I8ddb0b2deca4e4f0b2a254c490da880f0d7def21
Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
Diffstat (limited to 'site/intel-pod17/pki')
-rw-r--r-- | site/intel-pod17/pki/pki-catalog.yaml | 23 |
1 files changed, 10 insertions, 13 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 |