Open guysoft opened 4 years ago
@guysoft As it clearly stated in the error message, section starting from # Required
has wrong indentation. It should look something like this:
...
flexVolume:
driver: "informaticslab/goofys-flex-volume"
options:
# Required
bucket: "xxxxxxxxxxxxxxx-eu"
# Optional
dirMode: "0755"
fileMode: "0644"
# uid: "501"
# gid: "20"
# subPath: "key/prefix"
# endpoint: "s3.not-aws.com"
# debug_s3: false
# region: "us-east-1"
access-key: "xxxxxxxxxxxxxxxxxxxx"
secret-key: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
...
Hey, moved to use kube-s3
in the meantime. I can't really touch the current setup, so I can't really reproduce anymore.
Should I close this?
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.