Update Kubernetes examples (#731)
* Set `hostNetwork` to `true` in Kubernetes deployment example * Remove duplicate Kubernetes examples * Update Kubernetes Træfik Docker Image to 1.1.0
This commit is contained in:
parent
4476861d9f
commit
9b765d23fa
4 changed files with 4 additions and 145 deletions
|
@ -951,7 +951,7 @@ Annotations can be used on containers to override default behaviour for the whol
|
|||
|
||||
- `traefik.frontend.rule.type: PathPrefixStrip`: override the default frontend rule type (Default: `PathPrefix`).
|
||||
|
||||
You can find here an example [ingress](https://raw.githubusercontent.com/containous/traefik/master/examples/k8s.ingress.yaml) and [replication controller](https://raw.githubusercontent.com/containous/traefik/master/examples/k8s.rc.yaml).
|
||||
You can find here an example [ingress](https://raw.githubusercontent.com/containous/traefik/master/examples/k8s/cheese-ingress.yaml) and [replication controller](https://raw.githubusercontent.com/containous/traefik/master/examples/k8s/traefik.yaml).
|
||||
|
||||
## Consul backend
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue