All public logs
Jump to navigation
Jump to search
Combined display of all available logs of DER's LLC. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:15, 2 June 2023 Admin talk contribs created page DERs/K8s (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...")