Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 797 Bytes

quickstart_k3s_docker.adoc

File metadata and controls

39 lines (21 loc) · 797 Bytes

K3s on Docker Quickstart

Prerequisites

  • Access to a functional Docker Engine,

  • CGroupv2 disabled (K3s does not support it for now),

  • Knowledge of Terraform basics

module "cluster" {
  source = "git::https://github.com/camptocamp/devops-stack.git//modules/k3s/docker?ref=master"

  cluster_name = "my-cluster"
}

Reference

See the K3s Docker reference page.