Skip to main content
Skip table of contents

Verification and Troubleshooting for Custom Certificates

If you want to ensure the customization for a domain and certificate is completed, or if you want to obtain more information on the status of the customization, display the status information for the KommanderCluster.

  1. Inspect the modified KommanderCluster object:

    CODE
    kubectl describe kommandercluster -n <workspace_name> <cluster_name>
  2. If the ingress is still being provisioned, the output looks similar to this:

    CODE
    [...]
    Conditions:
      Last Transition Time:  2022-06-24T07:48:31Z
      Message:               Ingress service object was not found in the cluster
      Reason:                IngressServiceNotFound
      Status:                False
      Type:                  IngressAddressReady
    [...]

    If the provisioning has been completed, the output looks similar to this:

    CODE
    [...]
    Conditions:
      Last Transition Time:  2022-06-28T13:43:33Z
      Message:               Ingress service address has been provisioned
      Reason:                IngressServiceAddressFound
      Status:                True
      Type:                  IngressAddressReady
      Last Transition Time:  2022-06-28T13:42:24Z
      Message:               Certificate is up to date and has not expired
      Reason:                Ready
      Status:                True
      Type:                  IngressCertificateReady
    [...]

    The same command also prints the actual customized values for the KommanderCluster.Status.Ingress. Here is an example:

    CODE
    [...]
       ingress:
        address: 172.20.255.180
        caBundle: LS0tLS1CRUdJTiBD...<output has been shortened>...DQVRFLS0tLS0K
    [...]

Related topics:

Why to set up a Custom Domain or Certificate?

Configure the Kommander Installation with a Custom Domain and Certificate

Advanced Configuration: Important Concepts

Advanced Configuration: ClusterIssuer

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.