LinuxやRaspberry Pi、各種サーバー・アプリについてのTipsを書いていきます。
kubectl get pods
kubectl get pod ※1で取得したポッド名 -o jsonpath='{range .spec.containers[*]}{.name}{"\n"}{range .volumeMounts[*]}{"- "}{.name}{":"}{.mountPath}{"\n"}{end}{end}'
0 件のコメント:
コメントを投稿