Skip to content

Commit

Permalink
Local installation documentation fix (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarick authored Nov 29, 2021
1 parent 0bd8372 commit bfc8d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/local-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ You can select and copy all of these commands as one block and paste it into the

```sh
# determine load balancer ingress range
cidr_base_addr=$(minikube ip --profile kgw1)
cidr_base_addr=$(minikube ip --profile kgw)
ingress_first_addr=$(echo "$cidr_base_addr" | awk -F'.' '{print $1,$2,$3,2}' OFS='.')
ingress_last_addr=$(echo "$cidr_base_addr" | awk -F'.' '{print $1,$2,$3,255}' OFS='.')
ingress_range=$ingress_first_addr-$ingress_last_addr
Expand Down

0 comments on commit bfc8d73

Please sign in to comment.