Merge pull request #1418 from nikhita/fix-link-design-proposal
Fix links after design proposals move
This commit is contained in:
commit
bd1d71030d
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Haproxy Ingress DaemonSet
|
||||
|
||||
In some cases, the Ingress controller will be required to be run at all the nodes in cluster. Using [DaemonSet](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/daemon.md) can achieve this requirement.
|
||||
In some cases, the Ingress controller will be required to be run at all the nodes in cluster. Using [DaemonSet](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/apps/daemon.md) can achieve this requirement.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Nginx Ingress DaemonSet
|
||||
|
||||
In some cases, the Ingress controller will be required to be run at all the nodes in cluster. Using [DaemonSet](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/daemon.md) can achieve this requirement.
|
||||
In some cases, the Ingress controller will be required to be run at all the nodes in cluster. Using [DaemonSet](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/apps/daemon.md) can achieve this requirement.
|
||||
|
||||
## Default Backend
|
||||
|
||||
|
|
Loading…
Reference in a new issue