Skip to content

Commit

Permalink
⚡ update: vcm, vic teloration
Browse files Browse the repository at this point in the history
  • Loading branch information
anngdinh committed Sep 18, 2024
1 parent b4251e3 commit 202efc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
8 changes: 1 addition & 7 deletions charts/vngcloud-controller-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,7 @@ nodeSelector: {}
# Set tolerations for nodes where the controller should run, i.e. node
# should be uninitialized, controlplane...
tolerations:
- key: node.cloudprovider.kubernetes.io/uninitialized
value: "true"
effect: NoSchedule
- key: node-role.kubernetes.io/control-plane
effect: NoSchedule
- key: node-role.kubernetes.io/master
effect: NoSchedule
- operator: Exists

# Set security settings for the controller pods
# For all available options, see https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#podsecuritycontext-v1-core
Expand Down
7 changes: 1 addition & 6 deletions charts/vngcloud-ingress-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@ nodeSelector: {}
# Set tolerations for nodes where the controller should run, i.e. node
# should be uninitialized, controlplane...
tolerations:
- effect: NoSchedule # Make sure the pod can be scheduled on master kubelet.
operator: Exists
- key: CriticalAddonsOnly # Mark the pod as a critical add-on for rescheduling.
operator: Exists
- effect: NoExecute
operator: Exists
- operator: Exists

secret:
name: vngcloud-ingress-controller-config
Expand Down

0 comments on commit 202efc0

Please sign in to comment.