Skip to content

Commit

Permalink
Update content/en/docs/examples/local-testing-with-kind/index.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
  • Loading branch information
shaneutt and frankbu committed Apr 29, 2020
1 parent 13b76de commit 99aafd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/examples/local-testing-with-kind/index.md
Expand Up @@ -60,7 +60,7 @@ Next, generate a secret for MetalLB:
$ kubectl create secret generic -n metallb-system memberlist --from-literal=secretkey="$(openssl rand -base64 128)"
{{< /text >}}

And add a configuration file for MetalLB so it knows what protocol to use and what address range is available to it:
Then, add a configuration file for MetalLB so it knows what protocol to use and what address range is available to it:

{{< text bash >}}
$ kubectl apply -f - <<EOF
Expand Down

0 comments on commit 99aafd4

Please sign in to comment.