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
To run the deployment I also had to include --validate=false
Because otherwise I get:
error: error validating "selenium-s3.yaml": error validating data: [ValidationError(Deployment.spec.template.spec.volumes[1].flexVolume): unknown field "access-key" in io.k8s.api.core.v1.FlexVolumeSource, ValidationError(Deployment.spec.template.spec.volumes[1].flexVolume): unknown field "bucket" in io.k8s.api.core.v1.FlexVolumeSource, ValidationError(Deployment.spec.template.spec.volumes[1].flexVolume): unknown field "dirMode" in io.k8s.api.core.v1.FlexVolumeSource, ValidationError(Deployment.spec.template.spec.volumes[1].flexVolume): unknown field "fileMode" in io.k8s.api.core.v1.FlexVolumeSource, ValidationError(Deployment.spec.template.spec.volumes[1].flexVolume): unknown field "secret-key" in io.k8s.api.core.v1.FlexVolumeSource]; if you choose to ignore these errors, turn validation off with --validate=false
If I bring it up and try to run ls I get "Permisions denied" to the volume, even as root.
What can I do to fix this?
Running with EKS 1.15.
The text was updated successfully, but these errors were encountered:
Hey,
Trying to use this chart, installed as provided in the README.
Then created a deployment with a volume:
Also tried with and without dirMode/fileMode.
To run the deployment I also had to include
--validate=false
Because otherwise I get:
If I bring it up and try to run ls I get "Permisions denied" to the volume, even as root.
What can I do to fix this?
Running with EKS 1.15.
The text was updated successfully, but these errors were encountered: