Files

⚠️ 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:

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

To view the pods installed:

$ kubectl get pods -n weave

To upgrade the chart:

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

Uninstalling the Chart

To uninstall/delete the weave-cloud chart:

$ helm delete --purge weave-cloud

Delete the weave namespace:

$ 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.

Parameter Description Default
token Weave Cloud service token none (must be set)
rbac.create If true, create and use RBAC resources true
serviceAccount.create If true, create a new service account true