c165ea229b
``` Updated: avesha/kubeslice-controller: - 0.5.0 avesha/kubeslice-worker: - 0.5.0 bitnami/airflow: - 14.0.11 bitnami/cassandra: - 10.0.2 bitnami/postgresql: - 12.1.14 bitnami/tomcat: - 10.5.13 bitnami/wordpress: - 15.2.37 datadog/datadog: - 3.10.4 haproxy/haproxy: - 1.27.1 nats/nats: - 0.19.7 percona/psmdb-operator: - 1.13.3 redpanda/redpanda: - 2.6.4 speedscale/speedscale-operator: - 1.2.19 ``` |
||
---|---|---|
.. | ||
templates | ||
.helmignore | ||
Chart.yaml | ||
Readme.MD | ||
app-readme.md | ||
questions.yml | ||
values.yaml |
Readme.MD
Kubeslice Enterprise Controller Helm Charts
Prerequisites
📖 Follow the overview and registration documentation
- Create and configure the controller cluster following instructions in the prerequisites section documentation
- Copy the chart version from the upper right hand section of this page [VERSION parameter need during install and upgrade]
- Click on the download chart link from the upper right hand section of this page, save it to location available from command prompt
- Untar the chart to get the values.yaml file, update values.yaml with the follwing information
- cluster end point documentation
- helm repository username, password and email [From registration]
Installation
Add the repo as follows:
helm repo add kubeslice-rancher https://kubeslice.github.io/rancher-avesha-charts/
Install KubeSlice Controller
export KUBECONFIG=<CONTROLLER CLUSTER KUBECONFIG>
helm install --namespace=kubeslice-controller --create-namespace kubeslice-controller kubeslice-rancher/kubeslice-controller --timeout=10m0s --values=<LOCATION OF values.yaml> --version=<VERSION> --wait=true
Upgrading KubeSlice Controller
helm upgrade --history-max=5 --namespace=kubeslice-controller kubeslice-controller kubeslice-rancher/kubeslice-controller --timeout=10m0s --values=<LOCATION OF values.yaml> --version=<VERSION> --wait=true
Uninstall KubeSlice Controller
- Follow instructions documentation
export KUBECONFIG=<CONTROLLER CLUSTER KUBECONFIG>
helm uninstall --namespace=kubeslice-controller --timeout=10m0s --wait=true kubeslice-controller