-
Notifications
You must be signed in to change notification settings - Fork 114
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
Update YAMLs to support k8s (kubeadm) v1.24 #308
Update YAMLs to support k8s (kubeadm) v1.24 #308
Conversation
Thanks for your PR,
To skip the vendors CIs use one of:
|
/test-all |
With Kubernetes 1.24, master nodes are now labeld and tainted as `node-role.kubernetes.io/control-plane` Support this in sriov network operator by: - extending tolerations in relevant yaml files - adjusting node affinity in relevant yaml files - modify helm chart to deploy operator based on node affinity and not node selector Signed-off-by: Adrian Chiris <[email protected]>
b420485
to
f42c350
Compare
Thanks for your PR,
To skip the vendors CIs use one of:
|
/test-all |
@adrianchiris can you push to merge this? |
@adrianchiris please wait I am validating this on OCP running with k8s 1.24 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
With Kubernetes 1.24, master nodes are now
labeld and tainted as
node-role.kubernetes.io/control-plane
Support this in sriov network operator by:
and not node selector
Signed-off-by: Adrian Chiris [email protected]