I have create my management cluster, and when I tr...
# general
s
I have create my management cluster, and when I try to create my first downstream, I get this weird error:
Copy code
Failed to create fleet-default/psi-rancher-infra <http://cluster.x-k8s.io/v1beta1|cluster.x-k8s.io/v1beta1>, Kind=Cluster for rke-cluster fleet-default/psi-rancher-infra: Internal error occurred: failed calling webhook "<http://default.cluster.cluster.x-k8s.io|default.cluster.cluster.x-k8s.io>": failed to call webhook: Post <https://webhook-service.cattle-system.svc:443/mutate-cluster-x-k8s-io-v1beta1-cluster?timeout=10s>: proxy error from 127.0.0.1:9345 while dialing 10.42.5.129:8777, code 503: 503 Service Unavailable, failed to create fleet-default/psi-rancher-infra-pool1 <http://cluster.x-k8s.io/v1beta1|cluster.x-k8s.io/v1beta1>, Kind=MachineDeployment for rke-cluster fleet-default/psi-rancher-infra: Internal error occurred: failed calling webhook "<http://default.machinedeployment.cluster.x-k8s.io|default.machinedeployment.cluster.x-k8s.io>": failed to call webhook: Post <https://webhook-service.cattle-system.svc:443/mutate-cluster-x-k8s-io-v1beta1-machinedeployment?timeout=10s>: proxy error from 127.0.0.1:9345 while dialing 10.42.5.129:8777, code 503: 503 Service Unavailable
I've used nicolaka/netshoot do verify that I can resolve webhook-service.cattle-system.svc from within the cattle-system namespace, I have also not found any logs from any fleet pods indicating any errors or issues. I tried the suggestion in this SuSE kb article recreating the webhook helm deployment, but no success. This is v2.7.2 off rancher. Any suggestions?
154 Views