From a4e50f6c6fb78619b0467bd8b8b93ce4e39d1455 Mon Sep 17 00:00:00 2001 From: djalal Date: Fri, 15 Mar 2019 11:22:58 +0100 Subject: [PATCH] fix dead links see https://blog.containo.us/traefik-1-7-yet-another-slice-of-awesomeness-2a9c99737889 --- slides/k8s/ingress.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/slides/k8s/ingress.md b/slides/k8s/ingress.md index 2d49e559..acae2dee 100644 --- a/slides/k8s/ingress.md +++ b/slides/k8s/ingress.md @@ -176,7 +176,7 @@ - We are going to use a Daemon Set so that each node can accept connections -- We will do two minor changes to the [YAML provided by Traefik](https://github.com/containous/traefik/blob/master/examples/k8s/traefik-ds.yaml): +- We will do two minor changes to the [YAML provided by Traefik](https://github.com/containous/traefik/blob/v1.7/examples/k8s/traefik-ds.yaml): - enable `hostNetwork` @@ -306,9 +306,9 @@ This one is a special case that means "ignore all taints and run anyway." - We provide a YAML file (`k8s/traefik.yaml`) which is essentially the sum of: - - [Traefik's Daemon Set resources](https://github.com/containous/traefik/blob/master/examples/k8s/traefik-ds.yaml) (patched with `hostNetwork` and tolerations) + - [Traefik's Daemon Set resources](https://github.com/containous/traefik/blob/v1.7/examples/k8s/traefik-ds.yaml) (patched with `hostNetwork` and tolerations) - - [Traefik's RBAC rules](https://github.com/containous/traefik/blob/master/examples/k8s/traefik-rbac.yaml) allowing it to watch necessary API objects + - [Traefik's RBAC rules](https://github.com/containous/traefik/blob/v1.7/examples/k8s/traefik-rbac.yaml) allowing it to watch necessary API objects .exercise[