Skip to content

[release-v1.35] Tolerate uninitialized taint in CCM deployment - #1529

Merged
ske-prow[bot] merged 1 commit into
stackitcloud:release-v1.35from
stackit-ske:cherry-pick-1517-to-release-v1.35
Aug 21, 2026
Merged

[release-v1.35] Tolerate uninitialized taint in CCM deployment#1529
ske-prow[bot] merged 1 commit into
stackitcloud:release-v1.35from
stackit-ske:cherry-pick-1517-to-release-v1.35

Conversation

@stackit-ske

Copy link
Copy Markdown

This is an automated cherry-pick of #1517

/assign dergeberl

Kubelet sets the taint node.cloudprovider.kubernetes.io/uninitialized
on each node when it runs with --cloud-provider=external. The
deployment has no tolerations block, so the scheduler cannot place the
pod, and it stays Pending on a new cluster.

Add a toleration for this taint only. The operator Exists matches the
taint with any value.
@stackit-ske stackit-ske added the kind/cherry-pick This is a cherry-pick and should be documented as such label Aug 21, 2026
@ske-prow ske-prow Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Aug 21, 2026
@ske-prow ske-prow Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 21, 2026
@ske-prow

ske-prow Bot commented Aug 21, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dergeberl

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ske-prow ske-prow Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 21, 2026
@ske-prow

ske-prow Bot commented Aug 21, 2026

Copy link
Copy Markdown

LGTM label has been added.

DetailsGit tree hash: 4e7405931427c75504b4e8dfedd542a028faf818

@ske-prow
ske-prow Bot merged commit 201e577 into stackitcloud:release-v1.35 Aug 21, 2026
2 checks passed
@dergeberl dergeberl added kind/enhancement Enhancement, improvement, extension and removed kind/cherry-pick This is a cherry-pick and should be documented as such labels Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/enhancement Enhancement, improvement, extension lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants