Skip to content

Commit 088a794

Browse files
Apply suggestions from code review
Co-authored-by: Steve Gordon <[email protected]>
1 parent 0e066a0 commit 088a794

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/k8s/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ kubectl create secret generic elastic-otel -my-dotnet-ns \
1616
"--from-literal=apiKey=Authorization=Bearer <api_key>"
1717
```
1818

19-
next create an `Instrumentation` resource by creating an [`elastic-otel-dotnet.yml`](elastic-otel-dotnet.yml) file.
19+
Next create an `Instrumentation` resource by creating an [`elastic-otel-dotnet.yml`](elastic-otel-dotnet.yml) file.
2020

2121
Then apply it to create it in our namespace
2222

@@ -39,7 +39,7 @@ metadata:
3939
instrumentation.opentelemetry.io/inject-dotnet: elastic-otel-dotnet
4040
```
4141
42-
we can now create our pod containing our dotnet image.
42+
We can now create our pod containing our dotnet image.
4343
4444
To add your containerized image create a new `my-dotnet-application.yml` file
4545

@@ -76,7 +76,7 @@ It should print the Elastic Distribution of OpenTelemetry .NET preamble
7676
[2024-09-06 18:49:36.011][00001][------][Information] Elastic Distribution of OpenTelemetry .NET: 1.0.0-alpha.6.1
7777
```
7878

79-
TIP: you can expose this pod locally to your host using:
79+
TIP: You can expose this pod locally to your host using:
8080

8181
```bash
8282
kubectl port-forward -n my-dotnet-ns pods/my-dotnet-application 8081:8080
@@ -107,7 +107,7 @@ spec:
107107
name: asp-net-example
108108
```
109109

110-
NOTE: make sure `imagePullPolicy` is set to `Never`
110+
NOTE: Make sure `imagePullPolicy` is set to `Never`
111111

112112

113113
### Debug deployments

0 commit comments

Comments
 (0)