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

Add tolerations for k8s 1.24 to samples #792

Merged
merged 2 commits into from
May 20, 2022

Conversation

luhi-DT
Copy link
Collaborator

@luhi-DT luhi-DT commented May 20, 2022

Description

Starting with k8s 1.24 nodes will now have two taints (master and control-plane), therefore we need to add both to the samples in order to support k8s 1.24. Read more https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/kubeadm/2067-rename-master-label-taint/README.md#design-details

How can this be tested?

Setup a Cluster with 1.24 and apply one of the changed samples. oneAgent pods should be scheduled on all nodes including master. Also if the k8s version is < 1.24 and only have the master taint, they schould also get scheduled on all nodes.

Checklist

  • Unit tests have been updated/added
  • PR is labeled accordingly

@luhi-DT luhi-DT added the bug Something isn't working label May 20, 2022
@luhi-DT luhi-DT requested a review from a team as a code owner May 20, 2022 06:38
@luhi-DT luhi-DT merged commit c31cc0c into master May 20, 2022
@luhi-DT luhi-DT deleted the feature/add-tolerations-for-k8s-1-24-to-samples branch May 20, 2022 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants