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

add init container in vpc-nat-gateway statefulset for init #3254

Merged
merged 3 commits into from
Sep 26, 2023

Conversation

wenwenxiong
Copy link
Contributor

@wenwenxiong wenwenxiong commented Sep 25, 2023

What type of this PR

Examples of user facing changes:

  • Features
  • Bug fixes
  • Docs
  • Tests

Bug fixes

Which issue(s) this PR fixes:

Fixes #(#3241)

WHAT

🤖 Generated by Copilot at 523e033

Add an init container to vpc_nat_gateway.go to set up NAT network settings and subnet gateway IP.

🤖 Generated by Copilot at 523e033

Sing, O Muse, of the cunning pull request
That added an init container to the vpc nat gateway pod
And taught it how to shape the network flows
Like Proteus, the old man of the sea, who changes his form at will.

HOW

🤖 Generated by Copilot at 523e033

  • Add an init container to the vpc nat gateway pod to set up iptables and routes (link)
  • Get the subnet gateway IP for the vpc nat gateway (link)

xiongww and others added 3 commits September 25, 2023 16:18
Signed-off-by: xiongww <xiongww@chinatelecom.cn>
Signed-off-by: xiongww <xiongww@chinatelecom.cn>
@zhangzujian zhangzujian linked an issue Sep 25, 2023 that may be closed by this pull request
@bobz965 bobz965 merged commit 55f254e into kubeovn:master Sep 26, 2023
60 checks passed
bobz965 pushed a commit that referenced this pull request Sep 26, 2023
* add initcontainer for vpc-nat-gw statefulset for init

---------

Signed-off-by: xiongww <xiongww@chinatelecom.cn>
Co-authored-by: xiongww <xiongww@chinatelecom.cn>
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.

nat-gateway.sh init not exec after k8s cluster reboot
2 participants