Back to Charts

⚠️ Repo Archive Notice

stable/spartakus/README.md

latest2.7 KB
Original Source

⚠️ Repo Archive Notice

As of Nov 13, 2020, charts in this repo will no longer be updated. For more information, see the Helm Charts Deprecation and Archive Notice, and Update.

Spartakus

Spartakus aims to collect information about Kubernetes clusters. This information will help the Kubernetes development team to understand what people are doing with it, and to make it a better product.

DEPRECATION NOTICE

This chart is deprecated and no longer supported.

TL;DR;

console
$ helm install stable/spartakus

Introduction

This chart bootstraps a Spartakus deployment on a Kubernetes cluster using the Helm package manager.

Prerequisites

  • Kubernetes 1.3+ with Beta APIs enabled

Installing the Chart

To install the chart with the release name my-release:

console
$ helm install stable/spartakus --name my-release

The command deploys Spartakus on the Kubernetes cluster in the default configuration. The configuration section lists the parameters that can be configured during installation.

Tip: List all releases using helm list

Uninstalling the Chart

To uninstall/delete the my-release deployment:

console
$ helm delete my-release

The command removes all the Kubernetes components associated with the chart and deletes the release.

Configuration

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

ParameterDescriptionDefault
extraArgsAdditional container arguments{}
image.repositoryImagek8s.gcr.io/spartakus-amd64
image.tagImage tagv1.0.0
image.pullPolicyImage pull policyAlways if image.tag is latest, else IfNotPresent
nodeSelectornode labels for pod assignment{}
podAnnotationsannotations to be added to pods{}
replicaCountdesired number of pods1
resourcespod resource requests & limits{}
uuidUnique cluster IDDynamically generated using uuidv4 template function

Specify each parameter using the --set key=value[,key=value] argument to helm install. For example,

console
$ helm install stable/spartakus --name my-release \
    --set uuid=19339C6E-FD73-4787-BFD8-F710C8D8364E

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,

console
$ helm install stable/spartakus --name my-release -f values.yaml

Tip: You can use the default values.yaml