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 6e0d543 + bc805e3 commit 3459c17Copy full SHA for 3459c17
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