Closed misohu closed 2 months ago
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6138.
This message was autogenerated
Metallb was active
ubuntu@ip-10-0-134-52:~$ microk8s.kubectl get po -n metallb-system
NAME READY STATUS RESTARTS AGE
controller-5f7bb57799-24lzz 1/1 Running 0 39m
speaker-nx9ht 1/1 Running 0 34m
ubuntu@ip-10-0-134-52:~$ microk8s status
microk8s is running
high-availability: no
datastore master nodes: 127.0.0.1:19001
datastore standby nodes: none
addons:
enabled:
dns # (core) CoreDNS
ha-cluster # (core) Configure high availability on the current node
helm # (core) Helm - the package manager for Kubernetes
helm3 # (core) Helm 3 - the package manager for Kubernetes
hostpath-storage # (core) Storage class; allocates storage from host directory
ingress # (core) Ingress controller for external access
metallb # (core) Loadbalancer for your Kubernetes cluster
storage # (core) Alias to hostpath-storage add-on, deprecated
disabled:
cert-manager # (core) Cloud native certificate management
cis-hardening # (core) Apply CIS K8s hardening
community # (core) The community addons repository
dashboard # (core) The Kubernetes dashboard
host-access # (core) Allow Pods connecting to Host services smoothly
mayastor # (core) OpenEBS MayaStor
metrics-server # (core) K8s Metrics Server for API access to service metrics
minio # (core) MinIO object storage
observability # (core) A lightweight observability stack for logs, traces and metrics
prometheus # (core) Prometheus operator for monitoring and logging
rbac # (core) Role-Based Access Control for authorisation
registry # (core) Private image registry exposed on localhost:32000
rook-ceph # (core) Distributed Ceph storage using Rook
Duplicate of this https://github.com/canonical/istio-operators/issues/287
Bug Description
While testing in proxy environment the
istio-ingressgateway-workload
is stuck in pending. Metallb is enabled and its pods are running.To Reproduce
isito-pilot
will stuck inEnvironment
Proxy environment microk8s 1.29-strict juju 3.4/stable ckf 1.9/stabe
Relevant Log Output
Additional Context
No response