From da064a60056671bd359e5090ee673d1d980bb3eb Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Thu, 12 Apr 2018 10:24:01 -0500 Subject: [PATCH] Clarify chart install --- slides/kube/helm.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/slides/kube/helm.md b/slides/kube/helm.md index ce31cad3..8dec2d00 100644 --- a/slides/kube/helm.md +++ b/slides/kube/helm.md @@ -193,12 +193,19 @@ The chart's metadata includes an URL to the project's home page. --- -## Testing our chart +## Testing our helm chart -- We can now install our chart with `helm install dockercoins` +.exercise[ - (In that case, `dockercoins` is the path to the chart) +- Let's install our helm chart! (`dockercoins` is the path to the chart) + ```bash + helm install dockercoins + ``` +] -- However, since the application is already deployed, this will fail +-- + +- Since the application is already deployed, this will fail:
+`Error: release loitering-otter failed: services "hasher" already exists` - To avoid naming conflicts, we will deploy the application in another *namespace*