Skip to content

Commit 88eed6b

Browse files
authored
Merge pull request #41715 from killshotrevival/main
Added 'command' block for some busybox pod's scripts
2 parents 0f702d8 + 54be184 commit 88eed6b

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

content/en/examples/admin/resource/limit-range-pod-3.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ spec:
66
containers:
77
- name: busybox-cnt01
88
image: busybox:1.28
9+
command: ["sleep", "3600"]
910
resources:
1011
limits:
1112
memory: "300Mi"

content/en/examples/pods/share-process-namespace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ spec:
99
image: nginx
1010
- name: shell
1111
image: busybox:1.28
12+
command: ["sleep", "3600"]
1213
securityContext:
1314
capabilities:
1415
add:

content/en/examples/pods/storage/projected-secret-downwardapi-configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ spec:
66
containers:
77
- name: container-test
88
image: busybox:1.28
9+
command: ["sleep", "3600"]
910
volumeMounts:
1011
- name: all-in-one
1112
mountPath: "/projected-volume"

content/en/examples/pods/storage/projected-secrets-nondefault-permission-mode.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ spec:
66
containers:
77
- name: container-test
88
image: busybox:1.28
9+
command: ["sleep", "3600"]
910
volumeMounts:
1011
- name: all-in-one
1112
mountPath: "/projected-volume"

content/en/examples/pods/storage/projected-service-account-token.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ spec:
66
containers:
77
- name: container-test
88
image: busybox:1.28
9+
command: ["sleep", "3600"]
910
volumeMounts:
1011
- name: token-vol
1112
mountPath: "/service-account"

0 commit comments

Comments
 (0)