- Notifications
You must be signed in to change notification settings - Fork1k
Commitd05a15c
authored
fix: adjust the kubectl exec example (#19148)
Current example fails since kubectl version 1.31:```sh$ kubectl exec -it deployment/coder /bin/bash -n codererror: exec [POD] [COMMAND] is not supported anymore. Use exec [POD] -- [COMMAND] instead```The legacy syntax was removed in:kubernetes/kubernetes#1254371 parentc94333d commitd05a15c
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
176 |
| - | |
| 176 | + | |
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
|
0 commit comments
Comments
(0)