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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ providers:
Now you are able to install the CAPMS into your cluster:

```bash
export METALCTL_API_URL=http://metal.203.0.113.1.nip.io:8080
export METALCTL_API_HMAC=metal-admin
export METAL_API_URL=http://metal.203.0.113.1.nip.io:8080
export METAL_API_HMAC=metal-admin
export EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION=true

clusterctl init --infrastructure metal-stack
Expand Down
Loading