-
Notifications
You must be signed in to change notification settings - Fork 192
Customization for nameserver/searchDomain/ntpServer for vSphere cc mode #3617
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3617 +/- ##
==========================================
- Coverage 46.26% 45.32% -0.94%
==========================================
Files 400 425 +25
Lines 39624 41188 +1564
==========================================
+ Hits 18331 18668 +337
- Misses 19605 20810 +1205
- Partials 1688 1710 +22
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
packages/tkg-clusterclass-vsphere/bundle/config/upstream/base.yaml
Outdated
Show resolved
Hide resolved
pkg/v1/providers/infrastructure-vsphere/v1.3.1/cconly/base.yaml
Outdated
Show resolved
Hide resolved
LGTM. Please rebase the codes from main branch and clear the checks failure. |
a0bb41d
to
5d102d3
Compare
Cluster Generation A/B Results: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after rebase the codes to solve the conflicts.
5d102d3
to
58456af
Compare
Cluster Generation A/B Results: |
Rebased the code and Updated commit title to reflect it's only for vSphere. |
What this PR does / why we need it
We need to support officially documented ytt overlay customization in CC mode. This PR address 3 of them:
Which issue(s) this PR fixes
Part of #3616
Describe testing done for PR
Manually create CC cluster with customization.
Release note
Doc
Nameservers on vSphere
tanzu config set features.management-cluster.custom-nameservers true
Validate whether it's set successfully, login into the control plane or worker node vm:
Resolve .local Domain
Add below variable in config file to customize search domain:
Validate whether it's set successfully, login into the control plane or worker node vm:
Configuring NTP without DHCP Option 42 (vSphere)
Add below variable in config file to customize ntp servers:
Validate whether it's set successfully, login into the control plane or worker node vm:
Additional information
Special notes for your reviewer