DERs/K8s: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 June 2023

  • curprev 19:1519:15, 2 June 2023Admin talk contribs 796 bytes +796 Created page with "= Kubernetes Documentation = == Force Delete Persistent Volume Claim == kubectl get pvc kubectl patch pvc <PVC_NAME> -p '{"metadata":{"finalizers": []}}' --type=merge kubectl delete pvc <PVC_NAME> == Force StorageClass to Default == kubectl patch storageclass <vk8s-storage> -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}' === Force StorageClass in vSphere 7 === https://www.pramodrane.com/vsphere-7-with-kubernetes-part-4-clo..."