rancher-partner-charts/charts/avesha/kubeslice-controller
github-actions[bot] 456c3a5657 Charts CI
```
Updated:
  argo/argo-cd:
    - 5.39.0
  asserts/asserts:
    - 1.45.0
  avesha/kubeslice-controller:
    - 1.1.1
  avesha/kubeslice-worker:
    - 1.1.1
  bitnami/airflow:
    - 14.3.3
  bitnami/kafka:
    - 23.0.4
  bitnami/mariadb:
    - 12.2.8
  bitnami/spark:
    - 7.1.1
  bitnami/wordpress:
    - 16.1.26
  datadog/datadog:
    - 3.33.1
  gluu/gluu:
    - 5.0.19
  haproxy/haproxy:
    - 1.32.1
  jenkins/jenkins:
    - 4.4.0
  jfrog/artifactory-ha:
    - 107.63.5
  jfrog/artifactory-jcr:
    - 107.63.5
  weka/csi-wekafsplugin:
    - 2.2.0
```
2023-07-14 17:11:00 +00:00
..
templates Charts CI 2023-06-06 17:24:40 +00:00
.helmignore Charts CI 2022-12-02 16:38:07 -05:00
Chart.yaml Charts CI 2023-07-14 17:11:00 +00:00
Readme.MD Charts CI 2023-07-14 17:11:00 +00:00
app-readme.md Charts CI 2022-12-27 06:56:25 -07:00
questions.yml Charts CI 2023-07-14 17:11:00 +00:00
values.schema.json Charts CI 2023-07-14 17:11:00 +00:00
values.yaml Charts CI 2023-07-14 17:11:00 +00:00

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

export KUBECONFIG=<CONTROLLER CLUSTER KUBECONFIG>
helm uninstall --namespace=kubeslice-controller --timeout=10m0s --wait=true kubeslice-controller