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

[BUG] SidecarSet maxunvailable=5% and matched pods = 6, but upgrade block. #1812

Open
zmberg opened this issue Nov 4, 2024 · 0 comments
Open
Assignees
Labels
kind/bug Something isn't working

Comments

@zmberg
Copy link
Member

zmberg commented Nov 4, 2024

What happened:
I1104 09:45:44.530512 1 sidecarset_controller.go:93] Observed updated Spec for SidecarSet: /clickhouse-exporter
I1104 09:45:44.530582 1 sidecarset_controller.go:141] begin to process sidecarset clickhouse-exporter for reconcile
I1104 09:45:44.548081 1 sidecarset_processor.go:270] sidecarSet(clickhouse-exporter) update status(MatchedPods:6, UpdatedPods:0, ReadyPods:6, UpdatedReadyPods:0) success
I1104 09:45:44.548324 1 sidecarset_strategy.go:85] sidecarSet(clickhouse-exporter) matchedPods(6) waitUpdated(6) notUpgradable(0)
I1104 09:45:44.548388 1 sidecarset_processor.go:174] sidecarSet next update is nil, skip this round, name: clickhouse-exporter

  updateStrategy:
    maxUnavailable: 5%
    partition: 0
    type: RollingUpdate
status:
  collisionCount: 0
  latestRevision: xxxxx-f4686f8b6
  matchedPods: 6
  observedGeneration: 4
  readyPods: 6
  updatedPods: 0
  updatedReadyPods: 0

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

  • Kruise version: 1.5.x
  • Kubernetes version (use kubectl version):
  • Install details (e.g. helm install args):
  • Others:
@zmberg zmberg added the kind/bug Something isn't working label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants