Skip to content

Commit

Permalink
Merge pull request #78 from kube-logging/fekete-robert-patch-1
Browse files Browse the repository at this point in the history
Adds --server-side to deployment examples
  • Loading branch information
OverOrion authored May 27, 2024
2 parents 0616248 + b82057a commit 9cfbb80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ kubectl apply -f https://github.com/open-telemetry/opentelemetry-operator/releas

Deploy latest telemetry-controller:
```sh
kubectl apply -k github.com/kube-logging/telemetry-controller/config/default
kubectl apply -k github.com/kube-logging/telemetry-controller/config/default --server-side
```

### Deployment steps for devs
Expand Down Expand Up @@ -125,7 +125,7 @@ kubectl wait --namespace opentelemetry-operator-system --for=condition=available
Deploy latest telemetry-controller:

```sh
kubectl apply -k github.com/kube-logging/telemetry-controller/config/default
kubectl apply -k github.com/kube-logging/telemetry-controller/config/default --server-side
```

Install logging-operator
Expand Down

0 comments on commit 9cfbb80

Please sign in to comment.