Update README.CICD.k8s.md

This commit is contained in:
Cesar De la Torre 2018-01-17 12:04:59 -08:00 committed by GitHub
parent 14b0c01965
commit 0f571c2956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
<img src="https://github.com/dotnet-architecture/eShopOnContainers/raw/dev/k8s/img/blob_creation.png">
<img src="https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/k8s/img/blob_creation.png">
* 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\<User>\.kube\` and then, upload it to your blob storage: