We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I tried to deploy postgresql (with helm) with PersistentVolumeClaim as backend and the PersistenVolumeClaim is still pending state:
NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE name-of-pvc Pending standard 10m
And PersistentVolume doesn't exist.
kubectl get events related line
Warning ProvisioningFailed PersistentVolumeClaim Failed to create provisioner: Provisioning in volume plugin "kubernetes.io/host-path" is disabled
How can I enable provisioning in volume plugin?
Kind version: 0.3.0-alpha kubectl version:
Client Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.4", GitCommit:"c27b913fddd1a6c480c229191a087698aa92f0b1", GitTreeState:"clean", BuildDate:"2019-03-01T23:34:27Z", GoVersion:"go1.12", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.4", GitCommit:"c27b913fddd1a6c480c229191a087698aa92f0b1", GitTreeState:"clean", BuildDate:"2019-03-20T16:54:39Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"}
The text was updated successfully, but these errors were encountered:
I guess #397 fix this
Sorry, something went wrong.
#397 is in, this should be enabled. Note that this isn't ideal for multi-node, #118 tracks the broader dynamic PV issue
Prepare release 0.3.5 (kubernetes-sigs#400)
cc4ffd8
No branches or pull requests
Hello,
I tried to deploy postgresql (with helm) with PersistentVolumeClaim as backend and the PersistenVolumeClaim is still pending state:
And PersistentVolume doesn't exist.
kubectl get events related line
How can I enable provisioning in volume plugin?
Kind version: 0.3.0-alpha
kubectl version:
The text was updated successfully, but these errors were encountered: