-
Notifications
You must be signed in to change notification settings - Fork 119
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
Adding s390x arch support in k8s 1.28 provider #1201
Adding s390x arch support in k8s 1.28 provider #1201
Commits on Jun 11, 2024
-
* Adding s390x arch support to the k8s-1.28 provider in SLIM mode
* Used qemu-monitor command to add secondary network interface to avoid the primary network interface having names other than eth0. As based on the MAC address of eth0 interface we are fetching the IP of the VM from DHCP server, it needs to be MAC of the primary network interface, to obtain the IP for the interface. * Bumped calico CNI version from 3.18.0 to 3.27.2 (latest currently), as 3.18.0 doesn't support s390x arch. Signed-off-by: chandramerla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc33cae - Browse repository at this point
Copy the full SHA cc33caeView commit details
Commits on Jun 25, 2024
-
Correct if condition syntax in cluster-up/check.sh
Signed-off-by: chandramerla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3cdfc8f - Browse repository at this point
Copy the full SHA 3cdfc8fView commit details -
Revert "Correct if condition syntax in cluster-up/check.sh"
This reverts commit 3cdfc8f. Signed-off-by: chandramerla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f3e334 - Browse repository at this point
Copy the full SHA 0f3e334View commit details
Commits on Jul 18, 2024
-
Updated the crio version for s390x to 1.28.4 as other versions for s3…
…90x are broken due to various issues Signed-off-by: chandramerla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1873650 - Browse repository at this point
Copy the full SHA 1873650View commit details -
Corrected if syntax in check.sh
Signed-off-by: chandramerla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c6a658 - Browse repository at this point
Copy the full SHA 6c6a658View commit details -
Synced from kubevirt/kubevirtci/main
Signed-off-by: chandramerla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f63f97e - Browse repository at this point
Copy the full SHA f63f97eView commit details
Commits on Jul 26, 2024
-
Corrected some warnings in Dockerfile and passing BUILDARCH as build-…
…arg to docker build Signed-off-by: chandramerla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 406fdaf - Browse repository at this point
Copy the full SHA 406fdafView commit details
Commits on Aug 7, 2024
-
Use username for NewSSHClient based on architecture
Signed-off-by: chandramerla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d33a40 - Browse repository at this point
Copy the full SHA 8d33a40View commit details