From 074048ef5a3f4ec72b3bf5fdb844773486771ad6 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Tue, 21 Aug 2018 10:27:35 -0700 Subject: [PATCH] skaffold.yaml: annotate gcb profile --- skaffold.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/skaffold.yaml b/skaffold.yaml index 5389ac8..86062e5 100644 --- a/skaffold.yaml +++ b/skaffold.yaml @@ -42,6 +42,15 @@ deploy: kubectl: manifests: - ./kubernetes-manifests/**.yaml + +# "gcb" profile allows building and pushing the images +# on Google Container Builder without requiring docker +# installed on the developer machine. However, note that +# since GCB does not cache the builds, each build will +# start from scratch and therefore take a long time. +# +# This is not used by default. To use it, run: +# skaffold run -p gcb profiles: - name: gcb build: