-
Notifications
You must be signed in to change notification settings - Fork 212
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
k8s 1.17: csi-hostpath-snapclass is not created during the driver deployment #199
Comments
The problem happened because I was calling the |
/reopen It should be possible to invoke the script anywhere. That's what
I'm not sure why it is failing, but the issue seems legitimate. /help |
@pohly: Reopened 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. |
but it contains
MacOS, zsh |
Bingo:
That only works when Does |
No, seems it doesn't work on MacOS. Here is an explanation and a workaround https://stackoverflow.com/questions/1055671/how-can-i-get-the-behavior-of-gnus-readlink-f-on-a-mac |
@sedovalx a simple |
Sorry - I don't have much knowledge in bash. Can do if you tell me exactly what to change :) |
/cc @pohly |
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. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Rotten issues close after 30d of inactivity. Send feedback to sig-contributor-experience at kubernetes/community. |
@fejta-bot: 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. |
d24254f Merge pull request kubernetes-csi#202 from xing-yang/kind_0.14.0 0faa3fc Update to Kind v0.14.0 images ef4e1b2 Merge pull request kubernetes-csi#201 from xing-yang/add_1.24_image 4ddce25 Add 1.24 Kind image 7fe5149 Merge pull request kubernetes-csi#200 from pohly/bump-kubernetes-version 70915a8 prow.sh: update snapshotter version 31a3f38 Merge pull request kubernetes-csi#199 from pohly/bump-kubernetes-version 7577454 prow.sh: bump Kubernetes to v1.22.0 git-subtree-dir: release-tools git-subtree-split: d24254f
prow.sh: bump Kubernetes to v1.22.0
I'm trying to deploy the driver on minikube with
--kubernetes-version v1.17.9
, so I have installed CRDs and then have runcsi-driver-host-path/deploy/kubernetes-1.17/deploy.sh
for that. The last line in the deploy log was "deploying snapshotclass based on snapshotter version". And then, when I tried to create a snapshot withexamples/csi-snapshot-v1beta1.yaml
I've got the following error for thenew-snapshot-demo
volume snapshot:In the "deploy-hostpath.sh" I see that the
csi-hostpath-snapshotclass.yaml
applied for k8s 1.16 only. Is it right? Am I doing something wrong?The text was updated successfully, but these errors were encountered: