Deploying Accurate
-
(Optional) Prepare cert-manager
Accurate depends on cert-manager to issue TLS certificate for admission webhooks. If cert-manager is not installed on your cluster, install it as follows:
$ curl -fsLO https://github.com/jetstack/cert-manager/releases/latest/download/cert-manager.yaml $ kubectl apply -f cert-manager.yaml
-
Setup Accurate Helm repository
$ helm repo add accurate https://cybozu-go.github.io/accurate/ $ helm repo update
-
Configuration Helm chart values
Read Configurations for details.
-
Install the Accurate Helm chart
$ helm install --create-namespace --namespace accurate accurate accurate/accurate -f values.yaml