Nginx Ingress: service “ingress-nginx-controller-admission” not found

前端 未结 4 707
庸人自扰
庸人自扰 2021-02-03 21:56

We created a kubernetes cluster for a customer about one year ago with two environments; staging and production separated in namespaces. We are currently developing the next ver

4条回答
  •  伪装坚强ぢ
    2021-02-03 22:23

    There is some issue with SSL cert it seems in the webhook.

    Chaning failurePolicy: Fail to Ignore worked for me in the

    kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-0.32.0/deploy/static/provider/baremetal/deploy.yaml

    for more info check:

    https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/

提交回复
热议问题