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

Support a new fencing/mode "taint" #28

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

yosshy
Copy link

@yosshy yosshy commented Nov 28, 2022

K8s v1.24 has a new well-known taint "node.kubernetes.io/out-of-service"
that enables automatic deletion of pv-attached pods on failed nodes.
This patch makes fencing-controller adding it to a fenced node just after
the fencing job was successfully finished. To use it, add a node annotation
"fencing/mode=taint".

See the pages below for more detail:
kubernetes/enhancements#2268
kubernetes/kubernetes#108486

yosshy and others added 4 commits October 13, 2022 11:47
K8s v1.24 has a new well-known taint "node.kubernetes.io/out-of-service"
that enables automatic deletion of pv-attached pods on failed nodes.
This patch makes fencing-controller adding it to a fenced node just after
the fencing job was successfully finished.

See the pages below for more detail:
kubernetes/enhancements#2268
kubernetes/kubernetes#108486
* Supported non-default namespace, including creating ns itself
* Changed image URLs
* Added "coordination.k8s.io" apiGroup to ClusterRole for controller
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

Successfully merging this pull request may close these issues.

None yet

1 participant