-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Fedora 39/40 to Vagrantfile Signed-off-by: ChengHao Yang <[email protected]> * Add CI tests for Fedora 39/40 Signed-off-by: ChengHao Yang <[email protected]> * Update CI tests documentation Signed-off-by: ChengHao Yang <[email protected]> * Update support OS version in README.md Signed-off-by: ChengHao Yang <[email protected]> --------- Signed-off-by: ChengHao Yang <[email protected]>
- Loading branch information
Showing
9 changed files
with
84 additions
and
1 deletion.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
# Instance settings | ||
cloud_image: fedora-39 | ||
mode: default | ||
|
||
# Kubespray settings | ||
auto_renew_certificates: true | ||
|
||
# Test with SELinux in enforcing mode | ||
preinstall_selinux_state: enforcing |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
# Instance settings | ||
cloud_image: fedora-39 | ||
mode: default | ||
|
||
# Kubespray settings | ||
auto_renew_certificates: true | ||
|
||
# Test with SELinux in enforcing mode | ||
preinstall_selinux_state: enforcing | ||
|
||
# Test Alpha swap feature by leveraging zswap default config in Fedora 35 | ||
kubelet_fail_swap_on: false | ||
kube_feature_gates: | ||
- "NodeSwap=True" |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
# Instance settings | ||
cloud_image: fedora-39 | ||
mode: default | ||
|
||
# Kubespray settings | ||
container_manager: crio | ||
auto_renew_certificates: true | ||
|
||
# Test with SELinux in enforcing mode | ||
preinstall_selinux_state: enforcing |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
# Instance settings | ||
cloud_image: fedora-40 | ||
mode: default | ||
|
||
# Kubespray settings | ||
auto_renew_certificates: true | ||
|
||
# Docker specific settings: | ||
container_manager: docker | ||
etcd_deployment_type: docker |