We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1a36b1 + e8954f7 commit 872643cCopy full SHA for 872643c
examples/pod_exec.py
@@ -71,6 +71,8 @@ def exec_commands(api_instance):
71
'/bin/sh',
72
'-c',
73
'echo This message goes to stderr; echo This message goes to stdout']
74
+ # When calling a pod with multiple containers running the target container
75
+ # has to be specified with a keyword argument container=<name>.
76
resp = stream(api_instance.connect_get_namespaced_pod_exec,
77
name,
78
'default',
0 commit comments