Skip to content

Commit

Permalink
Updated comments for node selectors sections
Browse files Browse the repository at this point in the history
  • Loading branch information
boyamurthy committed Feb 8, 2023
1 parent 4974391 commit ab7520a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions samples/powermax_v260_k8s_123.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ spec:
nodeSelector:
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/control-plane taint
# node-role.kubernetes.io/control-plane: ""
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/master taint
# node-role.kubernetes.io/master: ""

# tolerations: Define tolerations that would be applied to controller deployment
# Leave as blank to install controller on worker nodes
Expand All @@ -144,6 +146,8 @@ spec:
tolerations:
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/control-plane taint
# - key: "node-role.kubernetes.io/control-plane"
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/master taint
# - key: "node-role.kubernetes.io/master"
# operator: "Exists"
# effect: "NoSchedule"
node:
Expand Down Expand Up @@ -182,6 +186,8 @@ spec:
nodeSelector:
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/control-plane taint
# node-role.kubernetes.io/control-plane: ""
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/master taint
# node-role.kubernetes.io/master: ""

# tolerations: Define tolerations that would be applied to node daemonset
# Add/Remove tolerations as per requirement
Expand Down
6 changes: 6 additions & 0 deletions samples/powermax_v260_ops_410.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ spec:
nodeSelector:
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/control-plane taint
# node-role.kubernetes.io/control-plane: ""
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/master taint
# node-role.kubernetes.io/master: ""

# tolerations: Define tolerations that would be applied to controller deployment
# Leave as blank to install controller on worker nodes
Expand All @@ -127,6 +129,8 @@ spec:
tolerations:
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/control-plane taint
# - key: "node-role.kubernetes.io/control-plane"
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/master taint
# - key: "node-role.kubernetes.io/master"
# operator: "Exists"
# effect: "NoSchedule"
node:
Expand Down Expand Up @@ -158,6 +162,8 @@ spec:
nodeSelector:
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/control-plane taint
# node-role.kubernetes.io/control-plane: ""
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/master taint
# node-role.kubernetes.io/master: ""

# tolerations: Define tolerations that would be applied to node daemonset
# Add/Remove tolerations as per requirement
Expand Down

0 comments on commit ab7520a

Please sign in to comment.