Open davidmkrtchian opened 8 months ago
Do you have admission webhook feature enabled in your k8s cluster? This error message says that is not enabled.
Do you have admission webhook feature enabled in your k8s cluster? This error message says that is not enabled.
Thanks for your reply. Yes it is enabled.Also I shared with you the another command output where you can see that the Webhooks are enabled in my K8s cluster.
~ $ kubectl api-resources | grep admissionregistration.k8s.io
mutatingwebhookconfigurations admissionregistration.k8s.io/v1 false MutatingWebhookConfiguration
validatingwebhookconfigurations admissionregistration.k8s.io/v1 false ValidatingWebhookConfiguration
Can you try to reinstall the stash helm chart with these extra flags?
--set stash-community.bypassValidatingWebhookXray=true \
--set stash-enterprise.bypassValidatingWebhookXray=true \
Thanks for your support. but I am still receiving a warning; the solution provided did not work for me.
On Tue, Mar 5, 2024 at 1:44 PM Tamal Saha @.***> wrote:
Can you try to reinstall the stash helm chart with these extra flags?
--set stash-community.bypassValidatingWebhookXray=true \ --set stash-enterprise.bypassValidatingWebhookXray=true \
— Reply to this email directly, view it on GitHub https://github.com/stashed/stash/issues/1560#issuecomment-1978345402, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL6YDEIFS4SYM6ZVEGPWQSTYWWHYBAVCNFSM6AAAAABEE5AEVSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZYGM2DKNBQGI . You are receiving this because you authored the thread.Message ID: @.***>
To debug this further, we need to get on a zoom/meet call and see what the issue is. Let me know if that is something you are interested in. If yes, suggest what is a good time for you. Thanks!
After Deploying the Stash using the Helm chart with this configuration
I am getting that warning message in my deployment and here is the logs for that
The problem is that I have enabled the Mutating and Validating Webhooks with enable-admission-plugin=ValidatingAdmissionWebhook,MutatingAdmissionWebhook
Using the last version of Helm chart The Kubernetes version is 1.22
If you could provide assistance in resolving this problem, I would greatly appreciate it.