Skip to content

Files

Latest commit

054aa30 · Mar 23, 2021

History

History

controller

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 11, 2021
Mar 11, 2021
Mar 23, 2021
Mar 11, 2020
Jul 14, 2020
Jul 14, 2020
Nov 6, 2020
Aug 15, 2020
Feb 3, 2021
May 20, 2020
Mar 20, 2020
Jul 7, 2020
Jul 13, 2020
Feb 4, 2021
Dec 4, 2020
Jan 11, 2021
Sep 18, 2020
Dec 7, 2020
Jan 25, 2021
Jan 28, 2021

kalm

Dependencies

we support 2 dependencies for now:

  1. kong-controller
  2. cert-manager

You have to install them manually now:

# install kong-controller, ref: https://github.com/Kong/kubernetes-ingress-controller#get-started
kubectl apply -f https://bit.ly/k4k8s

# install cert-manager, ref: https://cert-manager.io/docs/installation/kubernetes/#installing-with-regular-manifests
kubectl create namespace cert-manager

kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v0.13.1/cert-manager.yaml