Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/book/src/tasks/diagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ To continue serving metrics via http the following configuration can be used:

The same can be achieved via clusterctl:
```bash
export CAPI_DIAGNOSTICS_ADDRESS: "localhost:8080"
export CAPI_INSECURE_DIAGNOSTICS: "true"
export CAPI_DIAGNOSTICS_ADDRESS="localhost:8080"
export CAPI_INSECURE_DIAGNOSTICS="true"
clusterctl init ...
```

Expand Down
Loading