From 87b0be6734829772a22bcc8cd04c1474213d81c8 Mon Sep 17 00:00:00 2001 From: scriptonist Date: Sat, 7 Jul 2018 10:40:10 +0530 Subject: [PATCH 1/2] Fixed a small typo in docs --- docs/concepts.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts.adoc b/docs/concepts.adoc index caacd2d957f..0a71a8927f6 100644 --- a/docs/concepts.adoc +++ b/docs/concepts.adoc @@ -9,7 +9,7 @@ In this file you define the tools you will be using and their configuration. There are 3 main phases in the Skaffold workflow definition. ==== 1. Build -In the build phase, Skaffold will use the tool of your choice to build an artifac. +In the build phase, Skaffold will use the tool of your choice to build an artifact. Artifacts are Docker images that you would like to deploy into your Kubernetes cluster when changes are made to them. From ba1781cefbae34fc4697bb1c43a744c813eb8936 Mon Sep 17 00:00:00 2001 From: scriptonist Date: Sat, 7 Jul 2018 10:53:34 +0530 Subject: [PATCH 2/2] fixed another typo --- docs/concepts.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts.adoc b/docs/concepts.adoc index 0a71a8927f6..ae9af4c7007 100644 --- a/docs/concepts.adoc +++ b/docs/concepts.adoc @@ -14,7 +14,7 @@ Artifacts are Docker images that you would like to deploy into your Kubernetes cluster when changes are made to them. ==== 2. Push -In the push phase, Skaffold ensures that your image is uploaded to the registry referenced in the image nam. +In the push phase, Skaffold ensures that your image is uploaded to the registry referenced in the image name. Before running Skaffold you should ensure that you are able to push to your configured image registry.