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've created my do-k8s cluster more than year ago following by example.
I upgraded the cluster up to v1.33.1.
Time to switch from nginx incress controller to Gateway API comes and I did following the doc
But I got the situation when my Gateway is in Pending status. The case is fully described here and the solution is "Recreating the cluster fixes the issue"
But I don't want to recreate the cluster. terraform state show digitalocean_kubernetes_cluster.do-k8s output:
So, it seems like my cluster has default cluster_subnet and service_subnet.
I'm not sure are they VPC-native?
There are no cilium-gateway-controller pod in my k8s too. Do I have any chances to initiate cilium-gateway-controller and get the gateway ready without re-creation the k8s cluster?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hello, community!
I've created my do-k8s cluster more than year ago following by example.
I upgraded the cluster up to v1.33.1.
Time to switch from nginx incress controller to Gateway API comes and I did following the doc
But I got the situation when my Gateway is in Pending status. The case is fully described here and the solution is "Recreating the cluster fixes the issue"
But I don't want to recreate the cluster.
terraform state show digitalocean_kubernetes_cluster.do-k8soutput:So, it seems like my cluster has default
cluster_subnetandservice_subnet.I'm not sure are they
VPC-native?There are no
cilium-gateway-controllerpod in my k8s too. Do I have any chances to initiatecilium-gateway-controllerand get the gateway ready without re-creation the k8s cluster?All reactions