@@ -964,7 +964,7 @@ metadata:
964
964
spec :
965
965
containers :
966
966
- name : test-container
967
- image : k8s.gcr .io/busybox
967
+ image : registry.k8s .io/busybox
968
968
command : [ "/bin/sh", "-c", "env" ]
969
969
envFrom :
970
970
- secretRef :
@@ -1204,7 +1204,7 @@ kubectl apply -k .
1204
1204
Both containers will have the following files present on their filesystems with the values
1205
1205
for each container's environment:
1206
1206
-->
1207
- 两个文件都会在其文件系统中出现下面面的文件 ,文件中内容是各个容器的环境值:
1207
+ 两个文件都会在其文件系统中出现下面的文件 ,文件中内容是各个容器的环境值:
1208
1208
1209
1209
```
1210
1210
/etc/secret-volume/username
@@ -1279,7 +1279,7 @@ spec:
1279
1279
secretName: dotfile-secret
1280
1280
containers:
1281
1281
- name: dotfile-test-container
1282
- image: k8s.gcr .io/busybox
1282
+ image: registry.k8s .io/busybox
1283
1283
command:
1284
1284
- ls
1285
1285
- "-l"
@@ -2206,7 +2206,7 @@ Pod 来访问 Secret 的内容。
2206
2206
<!--
2207
2207
- In the API server, objects (including Secrets) are persisted into
2208
2208
{{< glossary_tooltip term_id="etcd" >}}; therefore:
2209
- - only allow cluster admistrators to access etcd (this includes read-only access);
2209
+ - only allow cluster administrators to access etcd (this includes read-only access);
2210
2210
- enable [encryption at rest](/docs/tasks/administer-cluster/encrypt-data/)
2211
2211
for Secret objects, so that the data of these Secrets are not stored in the clear
2212
2212
into {{< glossary_tooltip term_id="etcd" >}};
0 commit comments