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

Dockerfile: add k8s pause binary #97

Merged

Conversation

giorio94
Copy link
Member

Currently, we typically use sleep as command in connectivity tests. Yet, it does not properly react to signals, causing the pod to normally remain in terminating status for 30 seconds (the default grace period) when deleted. To improve this, let's include the Kubernetes pause binary.

Currently, we typically use sleep as command in connectivity tests. Yet,
it does not properly react to signals, causing the pod to normally remain
in terminating status for 30 seconds (the default grace period) when
deleted. To improve this, let's include the Kubernetes pause binary.

Signed-off-by: Marco Iorio <[email protected]>
@dylandreimerink dylandreimerink merged commit a3c5005 into cilium:master Jan 9, 2024
2 checks passed
@giorio94 giorio94 deleted the pr/giorio94/add-pause-command branch January 9, 2024 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants