istio-ingressgateway cannot be brought up at microk8s.enable istio
See original GitHub issuemicrok8s v1.14 is installed on my ubuntu box via snap.
When I did a microk8s.enable istio
, everything spins up except for istio-ingressgateway
service.
From dashboard, I see the following two events of the service looped and probably are preventing the service from being brought up:
message: unable to get metrics for resource cpu: no metrics returned from resource metrics API
source: horizontal-pod-autoscaler
message: failed to get cpu utilization: unable to get metrics for resource cpu: no metrics returned from resource metrics API
source: horizontal-pod-autoscaler
Add-ons:
jaeger: disabled
fluentd: enabled
gpu: disabled
storage: enabled
registry: enabled
ingress: disabled
dns: enabled
metrics-server: disabled
prometheus: enabled
istio: enabled
dashboard: enabled
All other components are running fine. What is going on here?
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
istio-ingressgateway cannot be brought up at microk8s.enable ...
When I did a microk8s.enable istio , everything spins up except for istio-ingressgateway service. From dashboard, I see the following two events ...
Read more >MicroK8s - Istio
Enable Istio with the following command: $ microk8s.enable istio. When prompted, choose whether to enforce mutual TLS authentication among ...
Read more >Istio / Ingress Gateways
Describes how to configure an Istio gateway to expose a service outside of the service mesh.
Read more >Installing Gateways - Istio
Some of Istio's built in configuration profiles 7 deploy gateways during installation. For example, a call to istioctl install with default settings will...
Read more >Traffic Management Problems - Istio
Traffic Management Problems · Requests are rejected by Envoy · Route rules don't seem to affect traffic flow · 503 errors after setting...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
youll need metallb installed as well i think
For the IP range, ensure that its on the same network as your normal interface.
So my network here is 192.168.0.0/24, so i used the range 192.168.0.50-60 for metallb
Then run the following and it should work:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.