Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: probes command #6

Merged
merged 18 commits into from
May 22, 2023
Merged

fix: probes command #6

merged 18 commits into from
May 22, 2023

Conversation

csmartins
Copy link
Collaborator

Since version 3.5.7 changed the docker image removing dependencies from busybox and removed the /bin/sh command (here). With that change the pod never reaches READY state on kubernetes, with the probe failing OCI runtime exec failed: exec failed: unable to start container process: exec: "/bin/sh": stat /bin/sh: no such file or directory: unknown.

This fixes this problem by stop using /bin/sh and calling etcdctl directly.

test/e2e/basic_test.go Outdated Show resolved Hide resolved
@csmartins csmartins merged commit 14bf6b5 into master May 22, 2023
12 checks passed
@csmartins csmartins deleted the fix/probe-commands branch May 22, 2023 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants