fix some typos
parent
b792137375
commit
7dca537bbc
|
|
@ -42,7 +42,7 @@ I'm version ba83f7c418c669f705a3cce0c58a1f9129a3de14
|
|||
Note that you have to specify the full path of the package in your project, for example:
|
||||
|
||||
```bash
|
||||
# You project looks like
|
||||
# Your project looks like
|
||||
# - main.go <- module `github.com/myrepo/test`
|
||||
# - version <- `github.com/myrepo/test/version`
|
||||
# - sha.go <- has `var Version = "dev"`
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ draft: false
|
|||
|
||||
## Setup Metal LB
|
||||
|
||||
Installation is easy but you have to make sure you're using a compatible networking add on. I would recommend [Flannel][flannel] or [Kube Router][kube-router] but there are many others supported with caveats that you can [look in their compatibility table][metallbcompattable].
|
||||
Installation is easy but you have to make sure you're using a compatible networking add on. I would recommend [Flannel][flannel] or [Kube Router][kuberouter] but there are many others supported with caveats that you can [look in their compatibility table][metallbcompattable].
|
||||
|
||||
Next you can install Metal LB on your cluster like so:
|
||||
|
||||
|
|
@ -86,6 +86,7 @@ Next I will show how to set up [Traefik][traefik], a popular and powerful loadba
|
|||
|
||||
[metallb]: https://metallb.universe.tf/
|
||||
[metallbcompattable]: https://metallb.universe.tf/installation/network-addons/
|
||||
[kuberouter]: https://www.kube-router.io/
|
||||
[flannel]: https://github.com/coreos/flannel/blob/master/Documentation/kubernetes.md
|
||||
[cillium]: https://github.com/cilium/cilium
|
||||
[traefik]: https://docs.traefik.io/v2.0/
|
||||
|
|
|
|||
Loading…
Reference in New Issue