Update tutorial context

This commit is contained in:
Mingliang Tao 2019-09-29 21:32:19 +08:00 committed by GitHub
parent 7771d1b448
commit a36d59046c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ This tutorial is for beginners who want to start using kaniko and aims to establ
1. [Prerequisities](#Prerequisities)
2. [Prepare config files for kaniko](#Prepare-config-files-for-kaniko)
3. [Prepare the mounted directory in minikube](#Prepare-the-mounted-directory-in-minikube)
3. [Prepare the local mounted directory](#Prepare-the-local-mounted-directory)
4. [Create a Secret that holds your authorization token](#Create-a-Secret-that-holds-your-authorization-token)
5. [Create resources in kubernetes](#Create-resources-in-kubernetes)
6. [Pull the image and test](#Pull-the-image-and-test)
@ -18,7 +18,7 @@ This tutorial is for beginners who want to start using kaniko and aims to establ
## Prepare config files for kaniko
After installing minikube, we should prepare several config files to create resources in kubernetes, which are:
Prepare several config files to create resources in kubernetes, which are:
- [pod.yaml](../examples/pod.yaml) is for starting a kaniko container to build the example image.
- [volume.yaml](../examples/volume.yaml) is for creating a persistent volume used as kaniko build context.