Files
Pierre Tessier 61ac2f6761 deprecate wavefront (#20055)
* deprecate wavefront

Signed-off-by: Pierre Tessier <pierre@pierretessier.com>

* fix yaml lint

Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
2020-01-20 09:39:36 -08:00

32 lines
1.4 KiB
Markdown

# Wavefront Collector for Kubernetes
[Wavefront](https://wavefront.com) is a cloud-native monitoring and analytics platform that provides
three dimensional microservices observability with metrics, histograms and OpenTracing-compatible distributed tracing.
## DEPRECATED
This chart has been deprecated. Use the chart now maintained on the [Wavefront Helm repository](https://github.com/wavefrontHQ/helm)
## Introduction
This chart will deploy the Wavefront Collector for Kubernetes and Wavefront Proxy to your
Kubernetes cluster. You can use this chart to install multiple Wavefront Proxy releases,
though only one Wavefront Collector for Kubernetes per cluster should be used.
You can learn more about the Wavefront and Kubernetes integration [here](https://docs.wavefront.com/wavefront_kubernetes.html)
## Configuration
The [values.yaml](./values.yaml) file contains information about all configuration
options for this chart.
The **requried** options are `clusterName`, `wavefront.url` and `wavefront.token`.
You will need to provide values for those options for a successful installation of the chart.
## Upgrading
### Upgrading from 1.0
Openshift support has been removed from the helm chart. Use the Wavefront Openshift operator available [here](https://github.com/wavefrontHQ/wavefront-collector-for-kubernetes/tree/master/deploy/openshift) instead.
The `collector.kubernetesSource` parameter has been replaced with the `collector.useReadOnlyPort` option.