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

Remove daemon check to ping pod gw #734

Closed
wants to merge 1 commit into from

Conversation

halfcrazy
Copy link
Collaborator

@halfcrazy halfcrazy commented Mar 30, 2021

For a pod that doesn't need networking ability, the current implementation will block
pod from creating.
And other CNI doesn't perform such checks.

For a pod who doesnt need networking ability, current implement will block
pod from creating.
@halfcrazy halfcrazy force-pushed the feat/disable-ping-check branch from ffa0efd to 4de7bec Compare March 30, 2021 08:09
@oilbeater
Copy link
Collaborator

The reason to add the ping check is that some pods will try to connect other services immediately after start and if the network is not ready it will trap into crash loop. Similarly issues here #732.

And this check can expose some underly issues in early stage instead of ignoring it silently. If the network is not required for the Pod I prefer to add an annotation to bypaas the check. What do you think?

@halfcrazy halfcrazy closed this Apr 1, 2021
@oilbeater oilbeater deleted the feat/disable-ping-check branch April 15, 2021 15:45
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.

2 participants