faint-minister-59136
04/08/2025, 3:18 PMmicroscopic-river-74022
04/08/2025, 3:18 PMmicroscopic-river-74022
04/08/2025, 3:18 PMkubectl get svc -n garden-system
Look for the garden-nginx-nginx-ingress-controller
service and check its EXTERNAL-IP. If it's pending or doesn't have an external IP, that could be the issue.
2. **Update DNS records if needed**:
If you've recently reinstalled the Garden system services, the ingress controller might have been assigned a new IP address. As mentioned in the [troubleshooting documentation](), you may need to update your DNS records with the new IP.
3. **Check ingress configuration**:
Make sure your services have proper ingress configurations. Each service should have an ingresses
section that specifies the path and port, like:
ingresses:
- path: /my-service
port: http
The port
should match a named port in your service configuration, as shown in the [Your First Project tutorial]().microscopic-river-74022
04/08/2025, 3:18 PMingressHttpPort
setting in your kubernetes provider configuration if needed, as described in the [kubernetes provider documentation]().
If you're using a remote Kubernetes cluster, you might need additional setup for ingress, TLS, and DNS as outlined in the [Remote K8s tutorial]().
If you're still having issues, please provide more details about your environment (local or remote cluster) and your Garden configuration.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------microscopic-river-74022
04/08/2025, 3:18 PM