From 31ab573a3bb43999a540ad7eafb85e8b6f5fc4ba Mon Sep 17 00:00:00 2001 From: lys0716 Date: Fri, 27 Sep 2019 14:34:43 -0700 Subject: [PATCH] Fix the spec in kubernetes-using-python example (#16499) Fix the spec in kubernetes-using-python example Signed-off-by: Yishuang Lu --- .../2019-07-23-get-started-with-kubernetes-using-python.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/blog/_posts/2019-07-23-get-started-with-kubernetes-using-python.md b/content/en/blog/_posts/2019-07-23-get-started-with-kubernetes-using-python.md index b11db1c8e0ba5..5f8d40618a043 100644 --- a/content/en/blog/_posts/2019-07-23-get-started-with-kubernetes-using-python.md +++ b/content/en/blog/_posts/2019-07-23-get-started-with-kubernetes-using-python.md @@ -169,6 +169,9 @@ kind: Deployment metadata: name: hello-python spec: + selector: + matchLabels: + app: hello-python replicas: 4 template: metadata: