Skip to main content
Version: v0.5

Installation

Install with helm

KusionStack Kuperator requires Kubernetes version >= 1.18

# Firstly add charts repository if you haven't do this.
$ helm repo add kusionstack https://kusionstack.github.io/charts

# To update the kusionstack repo.
$ helm repo update kusionstack

# Install the latest version.
$ helm install kuperator kusionstack/kuperator

Helm is a tool for managing packages of pre-configured Kubernetes resources.

Optional: chart parameters

The following table lists the configurable parameters of the chart and their default values.

ParameterDescriptionDefault
namespacenamespace for Kuperator installationkusionstack-system
namespaceEnabledWhether to create the installation.namespacetrue
managerReplicasReplicas of Kuperator deployment3
image.repoRepository for kuperator imagekusionstack/kuperator
image.pullPolicyImage pull policy for kuperator-manager containerIfNotPresent
image.tagTag for kuperator-manager imagev0.1.0
resources.limits.cpuCPU resource limit of kuperator-manager container500m
resources.limits.memoryMemory resource limit of kuperator-manager container128Mi
resources.requests.cpuCPU resource request of kuperator-manager container10m
resources.requests.memoryMemory resource request of kuperator-manager container64Mi

Upgrade

Run following command to upgrade KusionStack Kuperator to the latest version.

# Upgrade to the latest version 
$ helm upgrade kuperator kusionstack/kuperator

Uninstall

Run following command to uninstall KusionStack Kuperator.

# Uninstall
$ helm uninstall kuperator