Back to Charts

⚠️ Repo Archive Notice

stable/weave-cloud/README.md

latest2.0 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.

Weave Cloud Agents

NOTE: This chart is for Kubernetes version 1.6 and later.

Weave Cloud is an add-on to Kubernetes which provides Continuous Delivery, along with hosted Prometheus Monitoring and a visual dashboard for exploring & debugging microservices.

This package contains the agents which connect your cluster to Weave Cloud.

To learn more and sign up please visit Weaveworks website.

You will need a service token which you can get from cloud.weave.works.

DEPRECATION NOTICE

This chart is deprecated and no longer supported.

Installing the Chart

To install the chart:

console
$ helm install --name weave-cloud \
--namespace weave \
--set token=<YOUR_WEAVE_CLOUD_SERVICE_TOKEN> \
stable/weave-cloud

To view the pods installed:

console
$ kubectl get pods -n weave

To upgrade the chart:

console
$ helm upgrade --reuse-values weave-cloud stable/weave-cloud

Uninstalling the Chart

To uninstall/delete the weave-cloud chart:

console
$ helm delete --purge weave-cloud

Delete the weave namespace:

console
$ kubectl delete namespace weave

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 Weave Cloud Agents chart and their default values.

ParameterDescriptionDefault
tokenWeave Cloud service tokennone (must be set)
rbac.createIf true, create and use RBAC resourcestrue
serviceAccount.createIf true, create a new service accounttrue