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

KEP-4742: Expose Node Labels via Downward API #4747

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
chore: address more comments
Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>
  • Loading branch information
cmwylie19 committed Jul 25, 2024
commit d3ce8bead2e2a8a98bf37965ae029781df22db6b
3 changes: 0 additions & 3 deletions keps/sig-node/4742-node-labels-downward/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,6 @@ to extract information.
## Motivation

We’d like to change the runtime behavior of containers based on node labels.
In our case, we’re using a CNI with DaemonSets to perform network setup, and
would like to configure the network differently based on the presence of a node
label (e.g. `topology.k8s.io/vpn=true`).

A number of other use cases exist for providing node labels to pods. One
example is utilizing topology data from cloud providers, which are automatically
Expand Down