We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We use kubernetes on-premise vmware vsphere with flatcar linux, with detail:
core@manager-03 ~ $ sudo kubectl get volumesnapshot.snapshot.storage.k8s.io NAME READYTOUSE SOURCEPVC SOURCESNAPSHOTCONTENT RESTORESIZE SNAPSHOTCLASS SNAPSHOTCONTENT CREATIONTIME AGE rbd-pvc-snapshot rbd-pvc csi-rbdplugin-snapclass 3d18h core@manager-03 ~ $ sudo kubectl annotate volumesnapshot.snapshot.storage.k8s.io rbd-pvc-snapshot k10.kasten.io/is-snapshot-class=true volumesnapshot.snapshot.storage.k8s.io/rbd-pvc-snapshot annotated core@manager-03 ~ $ sudo kubectl patch volumesnapshot.snapshot.storage.k8s.io rbd-pvc-snapshot -p '{"deletionPolicy":"Retain"}' --type=merge volumesnapshot.snapshot.storage.k8s.io/rbd-pvc-snapshot patched (no change)
We also confused how to create Kasten K10 profile with ceph, can we just create steps in this url https://docs.kasten.io/latest/api/profiles.html ??
Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We use kubernetes on-premise vmware vsphere with flatcar linux, with detail:
We also confused how to create Kasten K10 profile with ceph, can we just create steps in this url https://docs.kasten.io/latest/api/profiles.html ??
Thank you
The text was updated successfully, but these errors were encountered: