Replies: 1 comment
-
|
For me this situation showed up running a HA config with sentinel. Otherwise for a standalone deployment none of this is an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've recently tried switching from
bitnami/redistodhi.io/redis-chart.Out the box (using default images from the
values.yaml) this does not work because the default image ofdhi.io/kubectl:1.34.3-debian13does not includebash(and perhaps other commands) and isn't able to execute the script/opt/docker/scripts/kubectl-scripts/update-master-label.sh.I've worked around this by passing the following helm values to use the
-devvariant image:I'm not 100% sure how these images are being built, but looking at this file: https://github.com/docker-hardened-images/catalog/blob/b23b7c3d5262862a937e8db73b611eaa813844e9/image/kubectl/debian-13/1.34.yaml
It does seem to suggest that
bashshould be included in the image based on thecatalogfile, but after adocker exportof the image and looking at what it includes it does not.I guess I have a few questions:
bashnot included in the current image as of today? It was updated approx ~16 hours ago.catalogrepo be used to build a new image locally?Beta Was this translation helpful? Give feedback.
All reactions