# ⚠️ 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](https://github.com/helm/charts#%EF%B8%8F-deprecation-and-archive-notice), and [Update](https://helm.sh/blog/charts-repo-deprecation/). # 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](https://weave.works)._ You will need a service token which you can get from [cloud.weave.works](https://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= \ 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. | 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` |