Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simcod committed Jan 30, 2025
1 parent 32e5f52 commit 19198bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ A node network needs to be created.
metalctl network allocate --description "<description>" --name <name> --project <project-id> --partition <partition>
```

A firewall needs to be created with appropriate firewall rules. An example can be found at [firewall-fules.yaml](capi-lab/firewall-rules.yaml).
A firewall needs to be created with appropriate firewall rules. An example can be found at [firewall-rules.yaml](capi-lab/firewall-rules.yaml).
```bash
metalctl firewall create --description <description> --name <name> --hostname <hostname> --project <project-id> --partition <partition> --image <image> --size <size> --firewall-rules-file=<rules.yaml> --networks internet,$(shell metalctl network list --name <name> -o template --template '{{ .id }}')
```
Expand Down

0 comments on commit 19198bf

Please sign in to comment.