-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* scripts: Update deployment scripts to support k8s manager Signed-off-by: Din Music <[email protected]> * github/workflows: Test k3s on each PR Signed-off-by: Din Music <[email protected]> * embed/ansible: Set Ansible 9.3.0 pip requirement Signed-off-by: Din Music <[email protected]> * k3s: Fix fetching of the final kubeconfig Signed-off-by: Din Music <[email protected]> * scripts: Use dnsutils instead of busybox for testing DNS Signed-off-by: Din Music <[email protected]> * scripts: Simplify waiting for nodes and pods readiness Signed-off-by: Din Music <[email protected]> * scripts: Retry pods readiness If pod readiness is checked before any pod is deployed, the command will result in an error. Therefore, retry a few times to avoid unnecessary test failures. Signed-off-by: Din Music <[email protected]> --------- Signed-off-by: Din Music <[email protected]>
- Loading branch information
Showing
8 changed files
with
84 additions
and
131 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ansible-core==2.16.2 | ||
ansible==9.3.0 | ||
jinja2==3.1.2 | ||
netaddr==0.9.0 |
This file contains 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
This file contains 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
This file contains 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
This file contains 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