Cluster Kubee Chart
A cluster chart is a kubee chart
that manages a cluster
Driver
Section titled “Driver”The driver is a script:
- called
kubee-driver - located in the
bindirectory.
This script may implement the following command:
conf: print the cluster configuration (driven by a customsource kubee-helmet-helm templatecommand).ping: test the connections to the hostsplay: install a Kubernetes distribution in the cluster hostsreboot: reboot the cluster hosts (ie operating system) in orderuninstall: uninstall the Kubernetes distribution in the cluster hostsupgrade: upgrade the Kubernetes distribution in the cluster hosts
Default Cluster Chart
Section titled “Default Cluster Chart”The default cluster chart is the k3s-ansible cluster chart.
How to set a different cluster chart
Section titled “How to set a different 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'