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
I have tried using the website version. It works great with deployment.yaml and service.yaml but it can not validate PV and PVC
deployment.yaml
service.yaml
Here is an example I tried
apiVersion: v1 kind: PersistentVolume metadata: name: example-pv spec: capacity: storage: 10Gi accessModes: - ReadWriteOnce persistentVolumeReclaimPolicy: Retain storageClassName: manual hostPath: path: /mnt/data
and
apiVersion: v1 kind: PersistentVolumeClaim metadata: name: example-pvc spec: accessModes: - ReadWriteOnce resources: requests: storage: 5Gi storageClassName: manual
Are those resources not supported?
The text was updated successfully, but these errors were encountered:
Hey! What would you expect kube-score to do in this case? What should it check for?
Sorry, something went wrong.
No branches or pull requests
I have tried using the website version.
It works great with
deployment.yaml
andservice.yaml
but it can not validate PV and PVCHere is an example I tried
and
Are those resources not supported?
The text was updated successfully, but these errors were encountered: