Add config templates and use-template.sh for common deployment scenarios#1853
Add config templates and use-template.sh for common deployment scenarios#1853elfosardo wants to merge 1 commit into
Conversation
Add pre-built configuration templates under config-templates/ covering IPI (ipv4, ipv6, dualstack, compact) and agent-based (SNO, HA, compact) deployments. Templates only set values that override defaults, so they stay minimal and don't drift as defaults change. The use-template.sh helper copies a template to config_$USER.sh and preserves the CI_TOKEN across template switches.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@elfosardo: GitHub didn't allow me to request PR reviews from the following users: hroyrh. Note that only openshift-metal3 members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Looks good. |
|
@hroyrh: changing LGTM is restricted to collaborators DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/retest |
|
@elfosardo: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Add pre-built configuration templates under config-templates/ covering IPI (ipv4, ipv6, dualstack, compact) and agent-based (SNO, HA, compact) deployments. Templates only set values that override defaults, so they stay minimal and don't drift as defaults change.
The use-template.sh helper copies a template to config_$USER.sh and preserves the CI_TOKEN across template switches.