-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Dynamic provisioning stopped working after upgrade #119913
Comments
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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. |
/sig k8s-infra |
does anyone have insight into issue or experienced same problem? |
Provision log = |
@arthurala |
Also, it could be useful to check if there are any issues with the external provisioner |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-sig k8s-infra https://github.com/kubernetes/community/tree/master/sig-k8s-infra/README.md /sig storage This is in the NFS provisioner |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". 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-sigs/prow repository. |
What happened?
Deployments that require PVC stopped working. I thought it the chart but then tested using simple PVC yaml and it also failed to spin up a PV.
Did a describe on the PVC and it shows status of PENDING
Checked the events and it showed:
MESSAGE:
waiting for a volume to be created, either by external provisioner "cluster.local/nfs-client-provisioner" or manually created by system administrator
OUTPUT from / kubectl get sc -o yaml
apiVersion: v1
items:
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
annotations:
storageclass.kubernetes.io/is-default-class: "true"
creationTimestamp: "2020-06-04T19:24:24Z"
labels:
app: nfs-client-provisioner
chart: nfs-client-provisioner-1.2.8
heritage: Tiller
io.cattle.field/appId: nfs-client-provisioner
release: nfs-client-provisioner
name: nfs-client
resourceVersion: "442718644"
uid: b607cb9e-f49c-4407-827c-4014dddba287
mountOptions:
parameters:
archiveOnDelete: "true"
provisioner: cluster.local/nfs-client-provisioner
reclaimPolicy: Delete
volumeBindingMode: Immediate
kind: List
metadata:
resourceVersion: ""
selfLink: ""
We do NOT know when this issue started because most of the deployments don't require PVC. So we aren't sure if this happened after the Rancher and K8S upgrade
What did you expect to happen?
Default behavior of Dynamic Provisioning to spin up a PV for a PVC if one doesn't already exist.
How can we reproduce it (as minimally and precisely as possible)?
unknown
Anything else we need to know?
Rancher: 2.6.12
Docker: 19.3.11
Kubernetes version
Server Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.14"
Cloud provider
OS version
Install tools
Container runtime (CRI) and version (if applicable)
Related plugins (CNI, CSI, ...) and versions (if applicable)
The text was updated successfully, but these errors were encountered: