-
Notifications
You must be signed in to change notification settings - Fork 769
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
pod has unbound immediate PersistentVolumeClaims #95
Comments
can you show us the provisioner logs by |
Hi @yonatankahana Thanks for the reply. Here is the output:
I am just a beginner when it comes to Kubernetes. It looks to me that it is expecting a different name. It's expecting I have renamed the property |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
The values.yaml contains |
/remove-lifecycle stale. |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Just ran into this myself. Changing I'm not sure if this is supposed to be fixed in the chart, the test file, or the readme, but it definitely makes the first-run experience less than ideal. |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Add steps on promoting release images
Can't get it to work. The
test-pod
fails with:I have done the following:
1. I have exported the folder in
/etc/exports
as:2. I have verified that this NFS export works by connecting to it from another machine and I am able to create files in it.
3. I have used Helm to install it and provided the following parameters:
The nfs pod is running.
describe pod
output:4. I have deployed the example:
But it fails with "pod has unbound immediate PersistentVolumeClaims".
describe pod
output:I have also tried setting folder permissions for the exported NFS share as 777 but that did not help.
The nfsstat -m reports the following:
What am I doing wrong?
The text was updated successfully, but these errors were encountered: