Commit 0ba4a1b
authored
Update etcd image to include busybox tools but not use alpine (#1438)
Summary: We need the busybox tools for the etcd setup scripts etc
but don't really need alpine. This change makes the etcd image
distroless but includes the static musl based busybox tools so that
the init, healthcheck etc scripts continue to work.
Relevant Issues: Partially addresses #1363
Type of change: /kind cleanup
Test Plan: Deployed new etcd image to cluster via kustomize and ensured
that it came up successfully.
Signed-off-by: Vihang Mehta <vihang@pixielabs.ai>1 parent a9951df commit 0ba4a1b
File tree
3 files changed
+4
-11
lines changed- k8s/vizier_deps/base/etcd
- tools/docker
- etcd_image
3 files changed
+4
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 17 | + | |
| 18 | + | |
26 | 19 | | |
27 | 20 | | |
28 | 21 | | |
| |||
0 commit comments