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

Pod disruption budget: tekton-pipelines-webhook issue #3759

Closed
bitsofinfo opened this issue Feb 12, 2021 · 2 comments
Closed

Pod disruption budget: tekton-pipelines-webhook issue #3759

bitsofinfo opened this issue Feb 12, 2021 · 2 comments

Comments

@bitsofinfo
Copy link

Hi, experienced this w/ 0.18.1 on Azure AKS during an rolling upgrade of k8s on the cluster via AKS's platform.

I was having troubles not being able to upgrade any cluster; AKS provisions a new node, drains one then upgrades and on and on. The entire process was hanging and failing, and it turned out due to the PodDisruptionBudget for tekton-pipelines-webhook. Is this expected? What should be the recommended procedure for avoiding this situation? Deleting the PDB prior to these kind of operations?

Name:           tekton-pipelines-webhook
Namespace:      tekton-pipelines
Min available:  80%
Selector:       app.kubernetes.io/component=webhook,app.kubernetes.io/instance=default,app.kubernetes.io/name=webhook,app.kubernetes.io/part-of=tekton-pipelines
Status:
    Allowed disruptions:  0
    Current:              1
    Desired:              1
    Total:                1
Events:                   <none>
@bitsofinfo
Copy link
Author

or i guess just scaling it prior to an upgrade would solve it

@imjasonh
Copy link
Member

Duplicate of #3654 -- I'll comment over there

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

No branches or pull requests

2 participants