Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 553 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 553 Bytes

kind

specify kubernetes version

kind create cluster --image "kindest/node:v1.18.4" --name kind-cluster --config kind-config.yaml

use default kubernetes version from kind

kind create cluster --image "kindest/node:v1.17.5" --name kind-cluster --config kind-config.yaml

ingress traefik 1.7

  1. rbac

kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v1.7/examples/k8s/traefik-rbac.yaml

  1. daemonset

kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v1.7/examples/k8s/traefik-ds.yaml