Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

[kops/template] Fix kops install hook that installs iptable rule for kiam #49

Merged
merged 1 commit into from
Nov 1, 2019

Conversation

Nuru
Copy link
Contributor

@Nuru Nuru commented Nov 1, 2019

what

[kops-private-topology.yaml.gotmpl] Fix kops install hook that installs iptable rule for kiam.

why

Although we have not experienced problems with the prior hook, kops does not actually support an after clause and we were using the wrong after clause anyway. This new hook installs a systemd unit that properly waits for the network to come up fully (in particular, we need it to be assigned an IP address) and also gets run before Docker starts bringing up containers.

references

This hook is needed to free kiam from the responsibility of managing iptables itself, which in turn allows for RollingUpdates. See uswitch/kiam#202 and uswitch/kiam#253

@Nuru Nuru requested a review from osterman November 1, 2019 19:11
@Nuru Nuru merged commit 21318ef into master Nov 1, 2019
@osterman osterman deleted the kiam-iptables branch November 5, 2020 16:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants