Replies: 1 comment 9 replies
-
Are you installing Higress to a local cluster or not? Could you try to run |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
k8s: v1.22.12
OS:Ubuntu 22.04.2 LTS
helm:v3.8.1
helm install
code:
helm repo add istio https://istio-release.storage.googleapis.com/charts
helm install istio-base istio/base -n istio-system
helm upgrade higress -n higress-system --set global.enableIstioAPI=true higress.io/higress --set global.enableStatus=true
discussions:
I cannot access the height management page outside the cluster
svc - higress-gateway is pending
kubectl get svc -n higress-system
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
higress-console ClusterIP 10.101.39.254 8080/TCP 109m
higress-controller ClusterIP 10.98.6.244 8888/TCP,15051/TCP,15010/TCP,15012/TCP,443/TCP,15014/TCP 109m
higress-gateway LoadBalancer 10.99.129.15 80:31077/TCP,443:31838/TCP 109m
Beta Was this translation helpful? Give feedback.
All reactions