Open MOZGIII opened 5 months ago
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
As usual with k8s stuff, you spend time and fill in the issue form just to get it thrown away and receive no attention... Maybe I shouldn't waste time like this anymore?..
/remove-lifecycle stale
I was reading through the whole kubespray and noticed this inconsistency: other container runtimes can potentially be used, but forceful deletion is only implemented for docker.
https://github.com/kubernetes-sigs/kubespray/blob/24dc4cef56848c2efc3a9e050959f4feee92976a/roles/kubernetes/control-plane/tasks/pre-upgrade.yml#L1-L21
Is this an overlook, or is there a reason why this is done this way?
Looks like a bug to me, as it is not checked whether docker is even used at all.
Possible fixes:
crictl
there to abstract around the runtime?nerdctl
for containerd too?