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.
1 parent 3c4620b commit bc805e3Copy full SHA for bc805e3
examples/exec.py
@@ -23,7 +23,7 @@
23
exit(1)
24
25
if not resp:
26
- print("Pod %s does not exits. Creating it..." % name)
+ print("Pod %s does not exist. Creating it..." % name)
27
pod_manifest = {
28
'apiVersion': 'v1',
29
'kind': 'Pod',
0 commit comments