We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8b412 commit 6b9727eCopy full SHA for 6b9727e
content/zh/docs/concepts/storage/volumes.md
@@ -438,7 +438,7 @@ metadata:
438
spec:
439
containers:
440
- name: test
441
- image: busybox
+ image: busybox:1.28
442
volumeMounts:
443
- name: config-vol
444
mountPath: /etc/config
@@ -1836,7 +1836,7 @@ spec:
1836
fieldRef:
1837
apiVersion: v1
1838
fieldPath: metadata.name
1839
1840
command: [ "sh", "-c", "while [ true ]; do echo 'Hello'; sleep 10; done | tee -a /logs/hello.txt" ]
1841
1842
- name: workdir1
0 commit comments