Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforcer Daemonset missing etcd toleration #399

Open
jtrewartha opened this issue May 7, 2024 · 0 comments
Open

Enforcer Daemonset missing etcd toleration #399

jtrewartha opened this issue May 7, 2024 · 0 comments

Comments

@jtrewartha
Copy link

Currently in the neuvector helm chart configuration, it has two tolerations set at:
https://github.com/neuvector/neuvector-helm/blob/master/charts/core/values.yaml#L298-L302
master and Control-Plane

When deploying this helm chart into a downstream cluster consisting of 3 Control-Plane(CP) nodes and 5 worker nodes, it doesn't deploy anything to the CP nodes. Upon investigation it was found that the CP nodes have two taints for their roles: Control-Plane and etcd. When the helm chart was updated to include the missing toleration, the deployment went out successfully and the CP nodes were seen.

Can the config be updated to also include tolerations for etcd by default?

tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane

    • effect: NoSchedule
  •  key: node-role.kubernetes.io/etcd
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant