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 tutorial doc for VirtualServer configuration with Custom Listener Ports #4294

Merged
merged 10 commits into from
Aug 29, 2023

Conversation

shaun-nx
Copy link
Contributor

@shaun-nx shaun-nx commented Aug 25, 2023

Proposed changes

Resolves #4281

This change adds:

  • New tutorial documentation for configuring a VirtualServer with Custom Listener Ports

This change updates:

  • Configuration documentation for VirtualServer
  • Configuration documentation for GlobalConfiguration

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

@shaun-nx shaun-nx requested review from a team as code owners August 25, 2023 14:35
@github-actions github-actions bot added the documentation Pull requests/issues for documentation label Aug 25, 2023
@shaun-nx shaun-nx added this to the v3.3.0 milestone Aug 25, 2023
Copy link
Contributor

@jjngx jjngx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻 @shaun-nx please use shell instead of console. Got this advice from @ADubhlaoich .

@codecov
Copy link

codecov bot commented Aug 28, 2023

Codecov Report

Merging #4294 (9515357) into main (75b6d44) will decrease coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #4294      +/-   ##
==========================================
- Coverage   52.20%   52.17%   -0.04%     
==========================================
  Files          59       59              
  Lines       16930    16930              
==========================================
- Hits         8839     8833       -6     
- Misses       7794     7798       +4     
- Partials      297      299       +2     

see 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@shaun-nx shaun-nx requested a review from vepatel August 28, 2023 10:10
Copy link
Contributor

@ADubhlaoich ADubhlaoich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have made a handful of small suggestions, but I will check out the branch directly to push tabbed panels for the parallel instructions.

shaun-nx and others added 4 commits August 29, 2023 13:52
This commit changes this tutorial to use tabs for the parallel Helm and
Manifest instructions, and also rephrases and restructures both for
consistency. There are also some minor changes to rephrase text further
down the page.
Copy link
Contributor

@ADubhlaoich ADubhlaoich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Re-approved: I have submitted some changes directly to the branch.

@shaun-nx shaun-nx merged commit 7fd4ec6 into main Aug 29, 2023
62 of 65 checks passed
@shaun-nx shaun-nx deleted the docs/vs-and-gc branch August 29, 2023 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Pull requests/issues for documentation
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add documentation for custom listeners
4 participants