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

Node stuck at deletion due to finalizer #1568

Closed
brandond opened this issue Aug 6, 2021 · 1 comment
Closed

Node stuck at deletion due to finalizer #1568

brandond opened this issue Aug 6, 2021 · 1 comment

Comments

@brandond
Copy link
Contributor

brandond commented Aug 6, 2021

Environmental Info:
RKE2 Version: v1.21.x

Cluster Configuration:
3 servers

Describe the bug:

Deletion of node is stuck due to presence of finalizer. This seems to be a regression

Steps To Reproduce:
Create a 3 node cluster
Verify nodes are Ready and pods are Running
Delete node3 using kubectl delete node
Deletion of a node is stuck, unless finalizer is removed.

--
    finalizers:
    - wrangler.cattle.io/managed-etcd-controller
    - wrangler.cattle.io/node
    labels:
--
          f:finalizers:
            .: {}
            v:"wrangler.cattle.io/managed-etcd-controller": {}
            v:"wrangler.cattle.io/node": {}

Expected behavior:
For node to be deleted

Actual behavior:
Node gets stuck

@brandond brandond added this to the v1.22.0+rke2r1 milestone Aug 6, 2021
@brandond brandond added this to To Triage in Development [DEPRECATED] via automation Aug 6, 2021
@brandond brandond moved this from To Triage to To Test in Development [DEPRECATED] Aug 6, 2021
@bmdepesa bmdepesa moved this from To Test to Waiting for RC in Development [DEPRECATED] Aug 24, 2021
@briandowns
Copy link
Member

Validated on master.

Development [DEPRECATED] automation moved this from Waiting for RC to Done Issue / Merged PR Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development [DEPRECATED]
Done Issue / Merged PR
Development

No branches or pull requests

4 participants