kube-backup icon indicating copy to clipboard operation
kube-backup copied to clipboard

Running entrypoint.sh in Cloudshell

Open worksofindustry opened this issue 6 years ago • 0 comments

Hello, when running entrypoint.sh in Google's Cloudshell it throws the error "No module named 'yaml' The fix for this is to install PyYAML: sudo pip install PyYAML

If you are having other issues to debug the script replace the -e flag on the shebang line with -x to give some clues.

worksofindustry avatar Aug 21 '19 18:08 worksofindustry