Update exec.py -- fix typo
This commit is contained in:
parent
3c4620b7ca
commit
bc805e371b
@ -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