From 4f95480ed3a0546ca1773ea55c5dbb3328433ad9 Mon Sep 17 00:00:00 2001 From: minhtaile2712 Date: Thu, 11 Aug 2022 15:42:52 +0700 Subject: [PATCH] Update kube-deploy.md Add `imagePullPolicy` as `Never` so that Kubernetes will use local `getting-started` image built from previous step --- get-started/kube-deploy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/get-started/kube-deploy.md b/get-started/kube-deploy.md index 1a3338440a..000aae7b02 100644 --- a/get-started/kube-deploy.md +++ b/get-started/kube-deploy.md @@ -45,6 +45,7 @@ All containers in Kubernetes are scheduled as _pods_, which are groups of co-loc containers: - name: bb-site image: getting-started + imagePullPolicy: Never --- apiVersion: v1 kind: Service