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

Allow Node access all local Pods to perform probes #104

Merged
merged 1 commit into from
Nov 18, 2019

Commits on Nov 18, 2019

  1. Allow Node access all local Pods to perform probes

    Kubernetes Nodes need to perform liveness and readiness probes which
    might be an HTTP and TCP request, it requires NetworkPolicy
    implementation always allow a Node access all its local Pods.
    
    This patch appends the Node gateway IP which will be used when a Node
    accesses Pods to the FromAddresses of the CompletedRule to achieve it.
    tnqn committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    671ee3d View commit details
    Browse the repository at this point in the history