Answers for "command inside pod"

0

command inside pod

#Append this to end of spec in containers 
>> command: ["/bin/sh"]
   args: ["-c", "while true; do echo hello; sleep 10;done"]
Posted by: Guest on May-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language