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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -213,15 +213,15 @@ Here is the command shown in the below screenshot that you can copy-paste
213
213
for your convenience:
214
214
215
215
```sh
216
-
kubectl -n $NAMESPACE get pod -l app.kubernetes.io/name=preflight
216
+
kubectl -n $NAMESPACE get pod -l app.kubernetes.io/component=preflight
217
217
```
218
218
219
219
<imgsrc="https://user-images.githubusercontent.com/2195781/109156984-ca102e80-7771-11eb-9087-56c2b2781108.png"width="600px"alt="Use kubectl to check that the pod is ready. This screenshot is stored in this issue: https://github.com/jetstack/jetstack-secure-gcm/issues/21">
220
220
221
221
You should eventually see that the pod is `READY 1/1`:
222
222
223
223
```sh
224
-
% kubectl -n $NAMESPACE get pod -l app.kubernetes.io/name=preflight
224
+
% kubectl -n $NAMESPACE get pod -l app.kubernetes.io/component=preflight
0 commit comments