You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am just doing a flyby, but ...
It looks like you are running on k8s. K8s requires a LoadBalancer service to provide external IP addresses. Is is through minikube?
If this does work, it still seems like the documentation needs some updating on how to do this with k8s or a kubernetes cluster that does not come with an built-in load balancer like those provided on cloud kubernetes instances.
Describe the bug
I am trying to do a POC for optscale and finding it difficult to setup as documentation is not correct completely.
At location https://github.com/hystax/optscale/tree/integration#get-ip-access-https , below command is giving EXTERNAL-IP as pending always.
kubectl get services --field-selector metadata.name=ngingress-nginx-ingress-controlle
To Reproduce
Follow below readme.md
https://github.com/hystax/optscale/tree/integration#get-ip-access-https
Expected behavior
up and running k8s cluster with optscale installed and accessible
Screenshots
Desktop (please complete the following information):
Additional context
Do we need to add some cloud-provider kind of option. if yes, how we can configure that in the provided optscale code.
The text was updated successfully, but these errors were encountered: