Infoworks Setup Failure in Kubernetes Cluster due to NGINX

During Infoworks installation/upgrade, you may encounter the following error:

Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io"

To mitigate this issue, you can follow following workaround:

Step 1: To view the webhook's configuration, run the following command.

kubectl get validatingwebhookconfigurations

Step 2: To delete the NGINX webhook, run the following command:

NOTE Replace the <ingress-nginx-admission> with the required name.

kubectl delete validatingwebhookconfigurations <ingress-nginx-admission>

Step 3: Proceed to install/upgrade the Infoworks Setup.