Skip to content

Commit

Permalink
Update k3d cluster create command to disable servicelb
Browse files Browse the repository at this point in the history
Signed-off-by: Brooke Hamilton <[email protected]>
  • Loading branch information
brooke-hamilton committed Aug 13, 2024
1 parent b60df3d commit a136466
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ softwareupdate --install-rosetta --agree-to-license
Next, use the following commands to create a new cluster and install the Radius control plane, along with a new environment:

```bash
k3d cluster create -p "8081:80@loadbalancer" --k3s-arg "--disable=traefik@server:0"
k3d cluster create -p "8081:80@loadbalancer" --k3s-arg "--disable=traefik@server:*" --k3s-arg "--disable=servicelb@server:*"
rad install kubernetes --set rp.publicEndpointOverride=localhost:8081
rad init
```
Expand Down

0 comments on commit a136466

Please sign in to comment.