I have deployed a one node Kubernetes cluster on GCP for a POC. PODs are crashing and I can see the following issue with PVC
Events: Type Reason Age From Message
Warning ProvisioningFailed 70s persistentvolume-controller storageclass.storage.k8s.io "XXXXXX" not found
i have configured the default storage and updated the api-server --enable-admission-plugins with DefaultStorageClass . Still getting the same issue . What extra steps we need to do while configuring the cluster. The same application is working fine with MicroK8s. But I need to use docker as the container runtime and not containerized.Please help