Skip to content

Commit

Permalink
Merge pull request openshift#3273 from rphillips/add_control_plane_label
Browse files Browse the repository at this point in the history
[OCPNODE-709] add control-plane label
  • Loading branch information
openshift-merge-robot authored Jul 29, 2022
2 parents e70b60f + 8bc78c0 commit 006f13b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ contents: |
--container-runtime=remote \
--container-runtime-endpoint=/var/run/crio/crio.sock \
--runtime-cgroups=/system.slice/crio.service \
--node-labels=node-role.kubernetes.io/master,node.openshift.io/os_id=${ID} \
--node-labels=node-role.kubernetes.io/control-plane,node-role.kubernetes.io/master,node.openshift.io/os_id=${ID} \
{{- if eq .IPFamilies "DualStack"}}
--node-ip=${KUBELET_NODE_IPS} \
{{- else}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ contents: |
--container-runtime=remote \
--container-runtime-endpoint=/var/run/crio/crio.sock \
--runtime-cgroups=/system.slice/crio.service \
--node-labels=node-role.kubernetes.io/master,node.openshift.io/os_id=${ID} \
--node-labels=node-role.kubernetes.io/control-plane,node-role.kubernetes.io/master,node.openshift.io/os_id=${ID} \
{{- if eq .IPFamilies "DualStack"}}
--node-ip=${KUBELET_NODE_IPS} \
{{- else}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ contents: |
--container-runtime=remote \
--container-runtime-endpoint=/var/run/crio/crio.sock \
--runtime-cgroups=/system.slice/crio.service \
--node-labels=node-role.kubernetes.io/master,node.openshift.io/os_id=${ID} \
--node-labels=node-role.kubernetes.io/control-plane,node-role.kubernetes.io/master,node.openshift.io/os_id=${ID} \
{{- if eq .IPFamilies "DualStack"}}
--node-ip=${KUBELET_NODE_IPS} \
{{- else}}
Expand Down

0 comments on commit 006f13b

Please sign in to comment.