Skip to content
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

Closed

Commits on Jun 11, 2024

  1. * 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]>
    chandramerla committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    cc33cae View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Correct if condition syntax in cluster-up/check.sh

    Signed-off-by: chandramerla <[email protected]>
    chandramerla committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3cdfc8f View commit details
    Browse the repository at this point in the history
  2. Revert "Correct if condition syntax in cluster-up/check.sh"

    This reverts commit 3cdfc8f.
    
    Signed-off-by: chandramerla <[email protected]>
    chandramerla committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0f3e334 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. 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]>
    chandramerla committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    1873650 View commit details
    Browse the repository at this point in the history
  2. Corrected if syntax in check.sh

    Signed-off-by: chandramerla <[email protected]>
    chandramerla committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    6c6a658 View commit details
    Browse the repository at this point in the history
  3. Synced from kubevirt/kubevirtci/main

    Signed-off-by: chandramerla <[email protected]>
    chandramerla committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    f63f97e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Corrected some warnings in Dockerfile and passing BUILDARCH as build-…

    …arg to docker build
    
    Signed-off-by: chandramerla <[email protected]>
    chandramerla committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    406fdaf View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Use username for NewSSHClient based on architecture

    Signed-off-by: chandramerla <[email protected]>
    chandramerla committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8d33a40 View commit details
    Browse the repository at this point in the history