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

missing control-plane taint #9578

Closed
al8ba opened this issue Dec 14, 2022 · 1 comment · Fixed by #9592
Closed

missing control-plane taint #9578

al8ba opened this issue Dec 14, 2022 · 1 comment · Fixed by #9592
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@al8ba
Copy link

al8ba commented Dec 14, 2022

With latest kubespray (k8s 1.25.5) the control-plane nodes seem to still have a master taint but no control-plane taint:

$ kubectl get node node-1 -o json
{
    "apiVersion": "v1",
    "kind": "Node",
    "metadata": {
        ...
        "labels": {
            ...
            "node-role.kubernetes.io/control-plane": ""
        },
        ...
    },
    "spec": {
        ....
        "taints": [
            {
                "effect": "NoSchedule",
                "key": "node-role.kubernetes.io/master"
            }
        ]
    },
    ...

This is despite the 1.25.0 deprecation "Kubeadm: stop applying the node-role.kubernetes.io/master:NoSchedule taint to control plane nodes for new clusters.".

@al8ba al8ba added the kind/bug Categorizes issue or PR as related to a bug. label Dec 14, 2022
@yankay
Copy link
Member

yankay commented Dec 19, 2022

Thanks @al8ba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants