Skip to content

Commit dc44ac3

Browse files
committed
Updates from review
1 parent 157257e commit dc44ac3

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/send-data/kubernetes/v4/how-to-upgrade.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@ kubectl apply -f https://raw.githubusercontent.com/open-telemetry/opentelemetry-
8888
kubectl apply -f https://raw.githubusercontent.com/open-telemetry/opentelemetry-helm-charts/opentelemetry-operator-0.56.1/charts/opentelemetry-operator/crds/crd-opentelemetrycollector.yaml`
8989
```
9090

91-
:::note
92-
Starting v4.12.0, please use the CRDs below
93-
:::
91+
Starting with version 4.12.0, use the following CRDs:
9492

9593
```shell
9694
kubectl apply --server-side -f https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/refs/tags/v4.12.0/deploy/helm/sumologic/crds/crd-opentelemetry.io_opampbridges.yaml --force-conflicts
@@ -120,7 +118,7 @@ kube-prometheus-stack:
120118
enabled: true
121119
```
122120
123-
Starting v4.12.0, please use the configuration below
121+
Starting with version 4.12.0, use the following configuration:
124122
125123
```yaml
126124
sumologic:
@@ -201,15 +199,15 @@ tracesSampler:
201199
traces_endpoint: ${SUMO_ENDPOINT_DEFAULT_TRACES_SOURCE}/v1/traces
202200
```
203201

204-
## Running the helm upgrade
202+
## Running the Helm upgrade
205203

206-
Once you've taken care of any manual steps necessary for your configuration, run the helm upgrade:
204+
Once you've taken care of any manual steps necessary for your configuration, run the Helm upgrade:
207205

208206
```bash
209207
helm upgrade --namespace "${NAMESPACE}" "${HELM_RELEASE_NAME}" sumologic/sumologic --version=4.0.0 -f new-values.yaml
210208
```
211209
:::note
212-
Make sure to replace `--version=4.0.0` with the version of the helm chart you prefer to use. The latest release can be found in our [Sumo Logic Kubernetes Collection GitHub Repository](https://github.com/SumoLogic/sumologic-kubernetes-collection/releases).
210+
Make sure to replace `--version=4.0.0` with the version of the Helm chart you prefer to use. The latest release can be found in our [Sumo Logic Kubernetes Collection GitHub Repository](https://github.com/SumoLogic/sumologic-kubernetes-collection/releases).
213211
:::
214212

215213
After you're done, please review the [full list of changes](full-list-of-changes.md), as some of them may impact you even if they do not require additional action.

0 commit comments

Comments
 (0)