Merge pull request #587 from onkarganjewar/patch-1

Fix typo in exec.py example
This commit is contained in:
k8s-ci-robot 2018-09-28 12:49:05 -07:00 committed by GitHub
commit 3459c173cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',