adamant-kite-43734
08/11/2023, 5:25 AMquiet-area-89381
08/11/2023, 5:33 AMquiet-area-89381
08/11/2023, 5:33 AMquiet-area-89381
08/11/2023, 5:40 AMquiet-area-89381
08/11/2023, 5:41 AMquiet-area-89381
08/11/2023, 5:41 AMerror: <http://volumeattachments.longhorn.io|volumeattachments.longhorn.io> "pvc-057dbf6d-cdbc-417b-b743-a73a85a49d42" 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>": service "longhorn-admission-webhook" not found
quiet-area-89381
08/11/2023, 6:11 AMk delete <http://validatingwebhookconfigurations.admissionregistration.k8s.io|validatingwebhookconfigurations.admissionregistration.k8s.io> longhorn-webhook-validator
k delete <http://mutatingwebhookconfigurations.admissionregistration.k8s.io|mutatingwebhookconfigurations.admissionregistration.k8s.io> longhorn-webhook-mutator
for type in $(kubectl api-resources --namespaced=true --verbs=delete -o name | grep longhorn); do echo $type; for res in $(kubectl get $type -o name); do kubectl patch $res -p '{"metadata":{"finalizers":[]}}' --type=merge; done; done;
quiet-area-89381
08/11/2023, 6:11 AM