From 8aab4cdf2abec1ed0e32d936634c75df50e63275 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Wed, 17 Jan 2018 11:59:09 -0800 Subject: [PATCH] Update README.CICD.k8s.md --- k8s/README.CICD.k8s.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s/README.CICD.k8s.md b/k8s/README.CICD.k8s.md index 3a83accc9..0c0b01785 100644 --- a/k8s/README.CICD.k8s.md +++ b/k8s/README.CICD.k8s.md @@ -15,7 +15,7 @@ or using AKS instead of ACS >``` * An `Azure Blob storage`. It is needed for storing the kubernetes config file used by the hosted agent to access to Kubernetes cluster. Example: - + * Upload the `kubernetes config file` to the blob storage previously created. Execute the following command which will download the config file into the directory `c:\Users\\.kube\` and then, upload it to your blob storage: @@ -37,7 +37,7 @@ or using AKS instead of ACS >``` >https://eshopk8s.blob.core.windows.net/k8s-config/config >``` - + 3. Create a powershell task to execute the k8s deployment script. For example: @@ -63,4 +63,4 @@ or using AKS instead of ACS You can use additional parameters (i.e. pass registry and user/password to use custom registry instead of DockerHub. Plase, refer to [README.k8s.md](./README.k8s.md) for more info. - +