/k8senv

Scripts to set up a K8s cluster.

Primary LanguageShellMIT LicenseMIT

k8senv

Install Kubernetes clusters, controllers, and apps.

sudo -E OVERWRITE_KUBECONFIG=1 cluster/deploy.sh

Notes

To configure crictl.

export IMAGE_SERVICE_ENDPOINT=unix:///run/containerd/containerd.sock
export CONTAINER_RUNTIME_ENDPOINT=${IMAGE_SERVICE_ENDPOINT}