Merge pull request #587 from onkarganjewar/patch-1
Fix typo in exec.py example
This commit is contained in:
commit
3459c173cd
@ -23,7 +23,7 @@ except ApiException as e:
|
||||
exit(1)
|
||||
|
||||
if not resp:
|
||||
print("Pod %s does not exits. Creating it..." % name)
|
||||
print("Pod %s does not exist. Creating it..." % name)
|
||||
pod_manifest = {
|
||||
'apiVersion': 'v1',
|
||||
'kind': 'Pod',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user