Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Update write-your-first-kubernetes-charm-for-a-go-app.md
Browse files Browse the repository at this point in the history
remove comment and add --trust go nginx ingress integrator
  • Loading branch information
javierdelapuente authored Oct 8, 2024
1 parent 9d74388 commit ce70305
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions doc/write-your-first-kubernetes-charm-for-a-go-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce70305

Please sign in to comment.