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
If everything is working, then, after a few moments, you can run:
305
+
306
+
```shell
307
+
kubectl logs private-image-test-1
308
+
```
309
+
and see that the command outputs:
310
+
```
311
+
SUCCESS
312
+
```
313
+
-->
314
+
如果一切顺利,那么一段时间后你可以执行:
315
+
```shell
316
+
kubectl logs private-image-test-1
317
+
```
318
+
然后可以看到命令的输出:
319
+
```
320
+
SUCCESS
321
+
```
322
+
303
323
<!--
304
324
If you suspect that the command failed, you can run:
305
325
-->
@@ -474,7 +494,7 @@ EOF
474
494
This needs to be done for each pod that is using a private registry.
475
495
476
496
However, setting of this field can be automated by setting the imagePullSecrets
477
-
in a [ServiceAccount](/docs/tasks/configure-pod-container/configure-service-accounts/) resource.
497
+
in a [ServiceAccount](/docs/tasks/configure-pod-container/configure-service-account/) resource.
478
498
479
499
Check [Add ImagePullSecrets to a Service Account](/docs/tasks/configure-pod-container/configure-service-account/#add-imagepullsecrets-to-a-service-account) for detailed instructions.
0 commit comments