You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/kubernetes-pixie/kubernetes-integration/advanced-configuration/java-extensions-k8s-auto-attach.mdx
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ Replace `your-registry/{Your-Image-Name}` with your actual container registry pa
86
86
Push the image to your container registry:
87
87
88
88
```bash
89
-
docker push your-registry/{Your-Image-Name}
89
+
docker push your-registry/{Your-Image-Name}
90
90
```
91
91
92
92
</Step>
@@ -114,7 +114,6 @@ spec:
114
114
agent:
115
115
language: java
116
116
image: your-registry/{Your-Image-Name}
117
-
118
117
```
119
118
120
119
</Step>
@@ -126,7 +125,7 @@ spec:
126
125
Apply the updated instrumentation to your cluster:
127
126
128
127
```bash
129
-
kubectl apply -f instrumentation-java.yaml
128
+
kubectl apply -f instrumentation-java.yaml
130
129
```
131
130
132
131
</Step>
@@ -140,17 +139,17 @@ Restart your Java applications to pick up the new init container with extensions
0 commit comments