forked from lablabs/ansible-role-rke2
-
Notifications
You must be signed in to change notification settings - Fork 1
Sragerfork/update kpp main from upstream #2
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
Open
srager13
wants to merge
192
commits into
linode:kpp-main
Choose a base branch
from
srager13:sragerfork/update-kpp-main-from-upstream
base: kpp-main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Sragerfork/update kpp main from upstream #2
srager13
wants to merge
192
commits into
linode:kpp-main
from
srager13:sragerfork/update-kpp-main-from-upstream
Conversation
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
fix: Include ingress-nginx.yml only if rke2_ingress_nginx_values is not empty
ci: fix ansible-lint ci: remove .yamllint ci: rl9 test ci: rl9 test ci: rl9 test ci: rl9 test ci: rl9 test ci: u24 test ci: u24 test ci: u24 test ci: u24 test ci: u24 test
ci: fix ansible-lint
feat: use ansible.builtin.dnf module
feat: add dependabot
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 2.0.3 to 3.0.1. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](pre-commit/action@v2.0.3...v3.0.1) --- updated-dependencies: - dependency-name: pre-commit/action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5 to 6. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@v5...v6) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…/actions/checkout-4 Bump actions/checkout from 3 to 4
…/release-drafter/release-drafter-6 Bump release-drafter/release-drafter from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…/pre-commit/action-3.0.1 Bump pre-commit/action from 2.0.3 to 3.0.1
…/actions/setup-python-5 Bump actions/setup-python from 2 to 5
feat: add configuation option for cluster-domain
In check mode, the following failures would occur:
Set RKE2 version:
`{{ versions_check.stdout | from_json }}'. Error was a <class
'json.decoder.JSONDecodeError'>, original message: Expecting value: line
1 column 1 (char 0)"}`
Run AirGap RKE2 script:
`The conditional check 'rke2_version != installed_version and
rke2_airgap_mode' failed.`
Run RKE2 script:
`error while evaluating conditional (rke2_version != installed_version and not rke2_airgap_mode): 'installed_version' is undefined.`
Skip those tasks in check mode.
Don't fail due to missing versions in check mode.
feat: Enable dual stack network
In particular, this fixes IPVS for IPv6. See kube-vip/kube-vip#781
…ose bug: ansible-core v2.19.0 compatibility Fixes lablabs#341
Ipv6 improvements
ansible-core v2.19: update condition for copying custom manifests, close bug: ansible-core v2.19.0 compatibility
Feat: ingress controller
Fix: single node setup
fix: default ingress value
Fixes Ansible 2.19 support
- Option to schedule etcd backup - Download the rke2.yaml file after the first server is ready, not at the end of the playbook
When the group specified doesn't exist, the role can still deploy only a control plane.
fix: Allow empty rke2_agents_group_name
add rke2_kube_proxy_extra_mount
Refs: lablabs#356 Signed-off-by: Thomas Stadler <[email protected]>
…l-configurable feat: make get_url timeouts configurable
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.
No description provided.