NetScaler ingress controller

Disable API server certificate verification

While communicating with the API server from NetScaler Ingress Controller or GSLB ingress, you have the option to disable the API server certificate verification on NetScaler Ingress Controller.

Disable API server certificate verification on NetScaler Ingress Controller or GSLB ingress

When you deploy NetScaler Ingress Controller using YAML, you can disable the API server certificate verification by providing the following argument in the NetScaler Ingress Controller deployment YAML file.

 args:
    - --disable-apiserver-cert-verify
      true

When you deploy NetScaler Ingress Controller using Helm charts, the parameter disableAPIServerCertVerify can be mentioned as True in the Helm values file as follows:

    disableAPIServerCertVerify: True
Disable API server certificate verification