You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is common that when I am doing cluster upgrades the portieris pods will be rescheduled but not be all the way ready, so when we try to do an upgrade we will see some error similar to the following:
cannot patch "some-service-443" with kind ServiceEntry: Internal error occurred: admission plugin "ValidatingAdmissionWebhook" failed to complete validation in 13s
...
If we re-run the upgrade, it will pass. But would be nice if I could increase the value of the timeout for the admission plugin validation so that it would at least wait until portieris is ready to respond to requests instead of failing the upgrade. I tried setting timeoutSeconds in the portieris deployment, but that seemed to have no effect.
Describe the solution that you'd like
Be able to configure the timeout for the admission plugin validation from the helm charts.
Describe alternatives you've considered
There aren't any alternatives. I have been instructing to retry the upgrade, but I don't want to have to do this every time we are upgrading clusters.
The text was updated successfully, but these errors were encountered:
jusschwa-ibm
changed the title
Adjust timeout for webhook admission
Allow for adjustable timeout for admission plugin validation
Jul 7, 2022
It is common that when I am doing cluster upgrades the portieris pods will be rescheduled but not be all the way ready, so when we try to do an upgrade we will see some error similar to the following:
If we re-run the upgrade, it will pass. But would be nice if I could increase the value of the timeout for the admission plugin validation so that it would at least wait until portieris is ready to respond to requests instead of failing the upgrade. I tried setting
timeoutSeconds
in the portieris deployment, but that seemed to have no effect.Describe the solution that you'd like
Be able to configure the timeout for the admission plugin validation from the helm charts.
Describe alternatives you've considered
There aren't any alternatives. I have been instructing to retry the upgrade, but I don't want to have to do this every time we are upgrading clusters.
The text was updated successfully, but these errors were encountered: