@@ -56,15 +56,22 @@ To install o11y-collector in k8s cluster at least three parameters must be provi
56
56
- ` splunkAccessToken ` : Your SignalFx org access token.
57
57
- ` clusterName ` : arbitrary value that will identify your kubernetes cluster in SignalFx environment.
58
58
59
- The project is in active development state. There are no packages released yet.
60
- In order to install helm chart you need to clone the repo first and use it locally.
59
+ The repository is not publicly available yet.
60
+ In order to install the helm chart you need to clone the repo first and use it locally.
61
61
62
62
``` bash
63
63
$ git clone
[email protected] :signalfx/o11y-collector-for-kubernetes.git
64
64
$ cd ./o11y-collector-for-kubernetes
65
65
$ helm install my-o11y-collector --set=" splunkRealm=us0,splunkAccessToken=xxxxxx,clusterName=my-cluster" ./helm-charts/o11y-collector
66
66
```
67
67
68
+ Once the repository is public, it will be possible to use helm repository to install the chart.
69
+
70
+ ``` bash
71
+ $ helm repo add o11y-collector-for-kubernetes https://signalfx.github.io/o11y-collector-for-kubernetes
72
+ $ helm install my-o11y-collector --set=" splunkRealm=us0,splunkAccessToken=xxxxxx,clusterName=my-cluster" o11y-collector-for-kubernetes/o11y-collector
73
+ ```
74
+
68
75
Instead of setting helm values as arguments a yaml file can be provided:
69
76
70
77
``` bash
@@ -113,7 +120,7 @@ It's possible to disable any kind of telemetry with the following parameters:
113
120
- `tracesEnabled` : ` false`
114
121
- `logsEnabled` : ` false`
115
122
116
- For exapmle , to install o11y collector only for logs :
123
+ For example , to install o11y collector only for logs :
117
124
118
125
` ` ` bash
119
126
$ helm install my-o11y-collector --set="splunkRealm=us0,splunkAccessToken=xxxxxx,clusterName=my-cluster,metricsEnabled=false,tracesEnabled=false" ./helm-charts/o11y-collector
0 commit comments