You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
411 B

  1. # Kubespray on KVM Virtual Machines hypervisor preparation
  2. A simple playbook to ensure your system has the right settings to enable Kubespray
  3. deployment on VMs.
  4. This playbook does not create Virtual Machines, nor does it run Kubespray itself.
  5. ### User creation
  6. If you want to create a user for running Kubespray deployment, you should specify
  7. both `k8s_deployment_user` and `k8s_deployment_user_pkey_path`.