tinkerbell / k8s-sandbox

The easiest way to setup the Tinkerbell Stack on Kubernetes
Apache License 2.0
9 stars 9 forks source link

Allow boots pod to be used as a gateway #8

Closed mrchrd closed 3 years ago

mrchrd commented 3 years ago

Description

This configures iptables in the boots pod to act as a NAT gateway.

Why is this needed

This allows the worker machines to access Internet through the boots pod in case a proper network gateway is not available.

How Has This Been Tested?

Tested manually by running the hello-world workflow and curl'ed Internet from within the worker VM, both with vagrant and kind.

How are existing users impacted? What migration steps/scripts do we need?

No impact

Checklist:

I have: