From ce70305e143444fd852ae7289de3e34cef41a182 Mon Sep 17 00:00:00 2001 From: javierdelapuente Date: Tue, 8 Oct 2024 14:18:05 +0200 Subject: [PATCH] Update write-your-first-kubernetes-charm-for-a-go-app.md remove comment and add --trust go nginx ingress integrator --- doc/write-your-first-kubernetes-charm-for-a-go-app.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/write-your-first-kubernetes-charm-for-a-go-app.md b/doc/write-your-first-kubernetes-charm-for-a-go-app.md index c0d3077..a8ce00b 100644 --- a/doc/write-your-first-kubernetes-charm-for-a-go-app.md +++ b/doc/write-your-first-kubernetes-charm-for-a-go-app.md @@ -580,14 +580,10 @@ This step of the tutorial only works for hosts with the `amd64` architecture. Fo As a final step, let's expose the application using ingress. Deploy the `nginx-ingress-integrator` charm and integrate it with the Go app: ```bash -juju deploy nginx-ingress-integrator +juju deploy nginx-ingress-integrator --trust juju integrate nginx-ingress-integrator go-hello-world ``` -[note type=information status] -RBAC is enabled in the `charm-dev` Multipass blueprint. You will need to run `juju trust nginx-ingress-integrator --scope cluster` if you're using the `charm-dev` blueprint. -[/note] - The hostname of the app needs to be defined so that it is accessible via the ingress. We will also set the default route to be the root endpoint: ```bash