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
apiVersion: ... kind: ...
apiVersion
kind
The text was updated successfully, but these errors were encountered:
Steps:
--- apiVersion: v1 kind: PersistentVolume metadata: annotations: pv.kubernetes.io/bound-by-controller: "yes" finalizers: - kubernetes.io/pv-protection labels: volume: pv0001 name: pv0001 resourceVersion: "227035" selfLink: /api/v1/persistentvolumes/pv0001 spec: accessModes: - ReadWriteOnce capacity: storage: 5Gi claimRef: apiVersion: v1 kind: PersistentVolumeClaim name: myclaim namespace: default resourceVersion: "227033" hostPath: path: /mnt/pv-data/pv0001 type: "" persistentVolumeReclaimPolicy: Recycle volumeMode: Filesystem status: phase: Bound
Result: The editor still displays the notification to push to the cluster. It should not, since there's no resource content any more.
Sorry, something went wrong.
No branches or pull requests
apiVersion
,kind
) but the content is not valid k8s yaml/jsonThe text was updated successfully, but these errors were encountered: