Forum Discussion

ahmedpasic's avatar
ahmedpasic
New Contributor
5 months ago
Solved

Kots Admin Console not installing

I am trying to install Kots Admin Console on my Kubernetes cluster by running: kubectl kots install swaggerhub \   --namespace data-swaggerhub-prod \   --kotsadm-namespace data-swaggerhub-prod \ ...
  • ahmedpasic's avatar
    5 months ago

    Issue was that the app is using the domain names for the service instead of using just the k8s service name. It would have worked if my cluster was using the default :

    ...svc.cluster.local

    But that was not the case. I had to manually change the deployment to not refer to this name for my services.