Wpb 23988 fix internet access wiab stag#881
Open
mohitrajain wants to merge 12 commits intofix-wiab-stag-feedbackfrom
Open
Wpb 23988 fix internet access wiab stag#881mohitrajain wants to merge 12 commits intofix-wiab-stag-feedbackfrom
mohitrajain wants to merge 12 commits intofix-wiab-stag-feedbackfrom
Conversation
offline/wiab-staging.md
Outdated
|
|
||
| - Pod → Node → host public IP → DNAT → Node → Ingress | ||
|
|
||
| > **Note**: Using Let's encrypt with `cert-manager` requires internet access eg. `acme-v02.api.letsencrypt.org` to issue TLS certs and if you have chosen to keep the network private i.e. `private_deployment=true` for the VMs when applying nftables rules aka no internet access to VMs, then we need to make a temporary exception for this. |
Member
There was a problem hiding this comment.
Suggested change
| > **Note**: Using Let's encrypt with `cert-manager` requires internet access eg. `acme-v02.api.letsencrypt.org` to issue TLS certs and if you have chosen to keep the network private i.e. `private_deployment=true` for the VMs when applying nftables rules aka no internet access to VMs, then we need to make a temporary exception for this. | |
| > **Note**: Using Let's encrypt with `cert-manager` requires internet access (to at least `acme-v02.api.letsencrypt.org`) to issue TLS certs. If you have chosen to keep the network private i.e. `private_deployment=true` for the VMs when applying nftables rules aka no internet access to VMs, then we need to make a temporary exception for this. |
Contributor
Author
There was a problem hiding this comment.
I am not sure about the let's encrypt's ACME domains, I think it could be different as well. The above one is found from my limited testing. I will link to the ACME Protocol Updates https://letsencrypt.org/docs/acme-protocol-updates/ page to above
offline/wiab-staging.md
Outdated
| If you observe HTTP-01 challenge timeouts or self-check failures in a NAT/bridge environment, hairpin SNAT and relaxed reverse-path filtering handling may be required. One possible approach is: | ||
| > **Note:** All `nft` and `sysctl` commands should run on the adminhost. |
Member
There was a problem hiding this comment.
this should not be a note, it should be an instruction: run these commands to...
Base automatically changed from
wpb-23988-enable-5.25
to
fix-wiab-stag-feedback
March 24, 2026 13:26
…e non-master branches as well
…le SNAT on adminhost
…ault SNAT access being denied and how to enable it
…ound running commands
Co-authored-by: Julia Longtin <julia.longtin@gmail.com>
5fe8c25 to
d6ff314
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Change type
Basic information
Testing
Offline Build CI (label-based)
Add one or more labels to trigger offline builds:
build-default- Full production build (ansible, terraform, all packages)build-demo- Demo/WIAB buildbuild-wiab-staging- WIAB-staging buildbuild-min- Minimal build (fastest, essential charts only)build-all- Run all three buildsNote: No builds run by default. Add a label to trigger CI.
Tracking
changelog.dKnowledge Transfer
Motivation
Objective
Reason
Use case