ahmedpasic
5 months agoNew Contributor
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 \ ...
- 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.