From 7302d3533fde2cbff201d4e1e0cb1d5d72241f3b Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Thu, 30 Apr 2020 15:45:12 -0500 Subject: [PATCH] Use built-in dockercoins manifest instead of separate kubercoins repo --- slides/k8s/kubercoins.md | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/slides/k8s/kubercoins.md b/slides/k8s/kubercoins.md index ea0ef31f..4cbcc57e 100644 --- a/slides/k8s/kubercoins.md +++ b/slides/k8s/kubercoins.md @@ -31,23 +31,17 @@ --- -## Cloning some repos +## Cloning the repository -- We will need two repositories: +- We will need to clone the training repository - - the first one has the "DockerCoins" demo app +- It has the DockerCoins demo app ... - - the second one has these slides, some scripts, more manifests ... +- ... as well as these slides, some scripts, more manifests .exercise[ -- Clone the kubercoins repository on `node1`: - ```bash - git clone https://github.com/jpetazzo/kubercoins - ``` - - -- Clone the container.training repository as well: +- Clone the repository on `node1`: ```bash git clone https://@@GITREPO@@ ``` @@ -62,9 +56,9 @@ Without further ado, let's start this application! .exercise[ -- Apply all the manifests from the kubercoins repository: +- Apply the manifest for dockercoins: ```bash - kubectl apply -f kubercoins/ + kubectl apply -f ~/container.training/k8s/dockercoins.yaml ``` ] @@ -247,4 +241,3 @@ graph will appear. :EN:- Deploying a sample app with YAML manifests :FR:- Lancer une application de démo avec du YAML -