This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16.8k
[stable/kong] Ingress Controller errors when chart is redeployed with Admission Webhook enabled #20050
Comments
I will send a PR shortly. |
krish7919
changed the title
[stable/kong] Admission Webhook errors when charrt is redeployed
[stable/kong] Admission Webhook errors when chart is redeployed
Jan 10, 2020
krish7919
changed the title
[stable/kong] Admission Webhook errors when chart is redeployed
[stable/kong] Ingress Controller errors when chart is redeployed with Admission Webhook enabled
Jan 10, 2020
3 tasks
rainest
pushed a commit
to Kong/charts
that referenced
this issue
Feb 4, 2021
On review of the history behind this, we don't need this checksum if we don't expect the certificate to change. We added it as a workaround for failures caused by the certificate rotating on update: helm/charts#20050
rainest
pushed a commit
to Kong/charts
that referenced
this issue
Feb 6, 2021
On review of the history behind this, we don't need this checksum if we don't expect the certificate to change. We added it as a workaround for failures caused by the certificate rotating on update: helm/charts#20050
rainest
pushed a commit
to Kong/charts
that referenced
this issue
Feb 9, 2021
On review of the history behind this, we don't need this checksum if we don't expect the certificate to change. We added it as a workaround for failures caused by the certificate rotating on update: helm/charts#20050
rainest
pushed a commit
to Kong/charts
that referenced
this issue
Mar 4, 2021
On review of the history behind this, we don't need this checksum if we don't expect the certificate to change. We added it as a workaround for failures caused by the certificate rotating on update: helm/charts#20050
ubergesundheit
pushed a commit
to giantswarm/kong-app
that referenced
this issue
Jun 14, 2021
On review of the history behind this, we don't need this checksum if we don't expect the certificate to change. We added it as a workaround for failures caused by the certificate rotating on update: helm/charts#20050
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
I have been using the stable/kong chart for the past few days, and with the admission controller enabled, I see errors like these:
This happens with ingress controller versions 0.6.2 and 0.7.0
Version of Helm and Kubernetes:
K8s: 1.14
Helm: 2.x
Which chart:
stable/kong
What happened:
I noticed that this happens on a second/repeated deploy of the chart.
What you expected to happen:
No errors when the chart is redeployed repeatedly without any changes.
How to reproduce it (as minimally and precisely as possible):
Redeploy the chart repeatedly with no changes, the ingress-controller will start to fail within a few mins.
Anything else we need to know:
This happens due to this code in this line:
This code generates a new set of CA and client certs, which updates the corresponding K8s Secret, but the ingress-controller does not restart to use the new set of certificates.
A checksum check on the Secret should fix the issue.
The text was updated successfully, but these errors were encountered: