0
コマンドよりも多くを実行する必要があります。は、私は一度に2つのコマンドを実行する必要が1に
bash
service nginx start
私は、次のコマンドを使用して、それらを渡すことができますどのように?
kubectl run nginx --image=nginx --command -- <cmd> <arg1> ... <argN>
kubectl run -it testnew --image=imagename --command -- "/bin/bash","-c","service nginx start && while true; do echo bye; sleep 10;done" --requests=cpu=200m