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
for now it's only required to renaming the finalizers binary to kubectl-finalizers to work/use finalizers via kubectl (as plugin).
finalizers
kubectl-finalizers
kubectl
kubectl finalizers -a NAMESPACE NAME APIVERSION KIND FINALIZERS v1alpha1.snapshot.storage.k8s.io apiregistration.k8s.io/v1beta1 APIService [foregroundDeletion] v1alpha1.snapshot.storage.k8s.io apiregistration.k8s.io/v1 APIService [foregroundDeletion] logging datadir-scylladb-0 v1 PersistentVolumeClaim [kubernetes.io/pvc-protection] logging datadir-scylladb-1 v1 PersistentVolumeClaim [kubernetes.io/pvc-protection] logging datadir-scylladb-2 v1 PersistentVolumeClaim [kubernetes.io/pvc-protection] ... csi-005fbe019be01aabd67884654875863a4f1a916ebf96765cdc6f1b2e240xxxx storage.k8s.io/v1 VolumeAttachment [external-attacher/cinder-csi-openstack-org] csi-01b1f2dd04c217cbd1a09cc10d054ba2d76cda59b7a20dbafc7235dd7867xxxx storage.k8s.io/v1 VolumeAttachment [external-attacher/cinder-csi-openstack-org] csi-051607d95569d169cde631f8f2d9441dd0d5cd145452c14da6c2c8e36325xxxx storage.k8s.io/v1 VolumeAttachment [external-attacher/cinder-csi-openstack-org]
Do you agree with the preparation of the code to fulfill all the requirements for a kubectl plugin?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
for now it's only required to renaming the
finalizers
binary tokubectl-finalizers
to work/use finalizers viakubectl
(as plugin).Do you agree with the preparation of the code to fulfill all the requirements for a kubectl plugin?
The text was updated successfully, but these errors were encountered: