How to copy the files to the home directory of Moon when we run in kubernetes?
I am trying to upload the files using volume mounts from my local but when we run in kubernetes we want copy the files to the home directory of selenoid using custom dockerfile can this be achieved?
in local i updated the browsers.json like this and i was able to do the same "volumes": [ "/Users/~username/Downloads:Home/selenium/Downloads" ],
@Sree9120 are we talking about Selenoid or Moon?
i was talking about moon.
@Sree9120 in case of Moon there is https://aerokube.com/moon/latest/#_using_volumes. However in big cluster you can never know where pod will be launched. So regular file upload is recommended instead.
@sujithgowda22 can u please check if this works for us
If worked for us for a while, suddenly we see permission issue occuring
@vania-pooh - any idea why we see Permission denied for /home/selenium/Downloads: - ?@sujithgowda22
@Sree9120 are you running Moon in Openshift?