Skip to content

Cluster Kubee Chart

A cluster chart is a kubee chart that manages a cluster

The driver is a script:

  • called kubee-driver
  • located in the bin directory.

This script may implement the following command:

  • conf : print the cluster configuration (driven by a custom source kubee-helmet-helm template command).
  • ping : test the connections to the hosts
  • play : install a Kubernetes distribution in the cluster hosts
  • reboot : reboot the cluster hosts (ie operating system) in order
  • uninstall : uninstall the Kubernetes distribution in the cluster hosts
  • upgrade : upgrade the Kubernetes distribution in the cluster hosts

The default cluster chart is the k3s-ansible cluster chart.

The cluster chart value is set in the chart property of the kubee cluster chart

Example: in your cluster values file

cluster:
chart: 'k3s-ansible'