Commit aa9be2d
committed
[SPARK-49888] Use
### What changes were proposed in this pull request?
This PR aims to use `registry.k8s.io/pause:3.9` to avoid failure deterministically.
### Why are the changes needed?
`pause` image seems to support multi-arch since 3.1. In some K8s clusters, the example fails due to the architecture issues. To avoid architecture failure like the following, we had better specify the version.
```
$ kubectl logs -f cluster-with-template-master-0 -c sidecar
exec /pause: exec format error
```
### Does this PR introduce _any_ user-facing change?
No,
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#145 from dongjoon-hyun/SPARK-49888.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>registry.k8s.io/pause:3.9 to avoid failure deterministically1 parent 700d69d commit aa9be2d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments