Mutating webhook is failing sometimesand causing issue in creation of other pvcs #293
Unanswered
richa-mishra-aera
asked this question in
Q&A
Replies: 1 comment 21 replies
-
Hi, Regarding the webhook error, first of all, please check whether you can create PVC and Pod normally. If it seems to be normal, it is likely that the certificate installation has failed, so it would be good to check whether cert-manager is working correctly. Regarding your question about what happens when you disable webhooks, the initial expansion will be disabled. For more information, please see this proposal. If you are not using this feature, you can disable it. |
Beta Was this translation helpful? Give feedback.
21 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have installed autoresizer and observed that there is a mutating webhook pvc-autoresizer-mutating-webhook-configuration which is failing sometimes and causing issue for creating other pvcs. Attaching screenshot.
![image (24)](https://private-user-images.githubusercontent.com/186283933/391535219-48a8efd4-6d63-471d-95b1-43b2f51759d1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNDgyODIsIm5iZiI6MTczOTE0Nzk4MiwicGF0aCI6Ii8xODYyODM5MzMvMzkxNTM1MjE5LTQ4YThlZmQ0LTZkNjMtNDcxZC05NWIxLTQzYjJmNTE3NTlkMS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQwMDM5NDJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05ZTg1ZTg4Y2MxZDAzZmI0YTBhZDY1ZDc0YjVjMTA5NmE0YWM5MjVjOGIzYzhkMmMwMDgwMzMxNWE1NTcxOTY2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.fTl0uE931pqPp-QnfIKSleIY5HFihafjhT65YUPPyLU)
can you please suggest here. And if we set the
.Values.webhook.pvcMutatingWebhook.enabled
as false, then what impact it will have?Beta Was this translation helpful? Give feedback.
All reactions