This message was deleted.
# longhorn-storage
a
This message was deleted.
You probably also have a ValidatingWebhookConfiguration or MutatingWebhookConfiguration left over. remove those, then the finalizer, then the volumes 🙂
g
did that just now
Copy code
kubectl delete ValidatingWebhookConfiguration <http://rancher.cattle.io|rancher.cattle.io>
kubectl delete MutatingWebhookConfiguration <http://rancher.cattle.io|rancher.cattle.io>
and then i edit volume
Copy code
kubectl -n longhorn-system edit volume pvc-5295e702-6381-4b49-bc67-f057cc521b40
error: <http://volumes.longhorn.io|volumes.longhorn.io> "pvc-5295e702-6381-4b49-bc67-f057cc521b40" could not be patched: Internal error occurred: failed calling webhook "<http://mutator.longhorn.io|mutator.longhorn.io>": failed to call webhook: Post "<https://longhorn-admission-webhook.longhorn-system.svc:9502/v1/webhook/mutation?timeout=10s>": proxy error from 127.0.0.1:9345 while dialing 192.168.3.120:9502, code 503: 503 Service Unavailable
😕
f
kubectl get -A validatingwebhookconfiguration
- mine are called
longhorn-webhook-validator
this is pure k8s standard crd stuff btw, not longhorn specific, you might get faster help with a bigger slack like the kubernetes slack
187 Views