You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
Error msg: error validating "../kubernetes/persistent-volumes.yaml": error validating data: field spec.dataSource for v1.PersistentVolumeClaimSpec is required; if you choose to ignore these errors, turn validation off with --validate=false
To create the persistent volume claims the yaml must specify: Spec:storageClassName: <storageclass_name>
for every claim described in the yaml
You can find the available options using:
This command assumes that the KUBECONFIG environment variable is set, and points to the IKS cluster.
A description of the available storage classes can be found on IBM Cloud docs.
Once the storageClassName is specified the persistent volume claim is successfully created.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Error msg: error validating "../kubernetes/persistent-volumes.yaml": error validating data: field spec.dataSource for v1.PersistentVolumeClaimSpec is required; if you choose to ignore these errors, turn validation off with --validate=false
To create the persistent volume claims the yaml must specify:
Spec:storageClassName: <storageclass_name>
for every claim described in the yaml
You can find the available options using:
This command assumes that the KUBECONFIG environment variable is set, and points to the IKS cluster.
A description of the available storage classes can be found on IBM Cloud docs.
Once the storageClassName is specified the persistent volume claim is successfully created.
The text was updated successfully, but these errors were encountered: