Closed MichaelCade closed 5 months ago
I am investigating the version installed via the minikube addon vs manually deploying the csi hostpath to see if this is the issue.
I have just tested with a manual install of the external snapshotter and csi-driver-hostpath and this works with the process above.
git clone https://github.com/kubernetes-csi/external-snapshotter.git
cd external-snapshotter/
kubectl kustomize client/config/crd | kubectl create -f -
kubectl -n kube-system kustomize deploy/kubernetes/snapshot-controller | kubectl create -f -
cd ..
git clone https://github.com/kubernetes-csi/csi-driver-host-path.git
cd csi-driver-host-path/
./deploy/kubernetes-latest/deploy.sh
kubectl create -f ./examples/csi-storageclass.yaml
Flagging as this seems to be an issue with the addons within minikube
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
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:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
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:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/reopen
/remove-lifecycle rotten
Please send feedback to sig-contributor-experience at kubernetes/community.
/close not-planned
@k8s-triage-robot: Closing this issue, marking it as "Not Planned".
@galvarado: You can't reopen an issue/PR unless you authored it or you are a collaborator.
/remove-lifecycle rotten
Just wanted to flag this again as I just hitted the above issue mentioned by @MichaelCade
@galvarado: You can't reopen an issue/PR unless you authored it or you are a collaborator.
What Happened?
Create a volume snapshot of a PVC.
Use the snapshotHandle(from volumesnapshotcontent) to create a new volumesnapshotcontent and volumesnapshot.
The volumesnapshot’s status.readyToUse remains false and never gets set to true.
Attach the log file
In snapshot-controller pods, continuos logs are as follows:
Operating System
None
Driver
None