Skip to content

Commit 08c5e8d

Browse files
t-mialvedabradley
authored andcommitted
Remove busybox as default pod image
1 parent 8030d26 commit 08c5e8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/examples/pod_echo_date.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
nodeSelector:
88
"kubernetes.io/os": linux
99
containers:
10-
- image: busybox
10+
- image: mcr.microsoft.com/azurelinux/base/core:3.0
1111
name: lustre-echo-date
1212
command:
1313
- "/bin/sh"

docs/examples/pod_echo_date_subdir.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
nodeSelector:
88
"kubernetes.io/os": linux
99
containers:
10-
- image: busybox
10+
- image: mcr.microsoft.com/azurelinux/base/core:3.0
1111
name: lustre-echo-date
1212
command:
1313
- "/bin/sh"

0 commit comments

Comments
 (0)