Skip to content
New issue

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

Provisioning in volume plugin "kubernetes.io/host-path" is disabled #400

Closed
pbalogh-sa opened this issue Mar 25, 2019 · 2 comments
Closed

Comments

@pbalogh-sa
Copy link

pbalogh-sa commented Mar 25, 2019

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"}
@aojea
Copy link
Contributor

aojea commented Mar 25, 2019

I guess #397 fix this

@BenTheElder
Copy link
Member

#397 is in, this should be enabled. Note that this isn't ideal for multi-node, #118 tracks the broader dynamic PV issue

stg-0 added a commit to stg-0/kind that referenced this issue Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants