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

New GCP Provider: Using kata's main branch #1839

Closed

Commits on Jun 24, 2024

  1. gcp: Create pod VM image using packer

    packer for now.
    
    Signed-off-by: Cfir Cohen <cfir@google.com>
    Cfir Cohen authored and beraldoleal committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    33cec8e View commit details
    Browse the repository at this point in the history
  2. gcp: add new gcp provider.

    Add support for creating a podvm instance on Google Cloud Platform.
    Tested using CCA dev image running locally on a kubeadm cluster.
    
    Work based on Cfir branch, but rebased by Beraldo with main and adapted
    to use the new provider layout.
    
    Signed-off-by: Cfir Cohen <cfir@google.com>
    Signed-off-by: Beraldo Leal <bleal@redhat.com>
    Co-authored-by: Beraldo Leal <bleal@redhat.com>
    Cfir Cohen and beraldoleal committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d42b2e7 View commit details
    Browse the repository at this point in the history
  3. gcp: fixes to image generation

    This should be squashed.
    
    Signed-off-by: Beraldo Leal <bleal@redhat.com>
    beraldoleal committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6be7427 View commit details
    Browse the repository at this point in the history
  4. cloud-providers: go mod tidy

    updating go.* files.
    
    Signed-off-by: Beraldo Leal <bleal@redhat.com>
    beraldoleal committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    73ea9e5 View commit details
    Browse the repository at this point in the history
  5. cloud-api-adaptor: go mod tidy

    updating go.* files
    
    Signed-off-by: Beraldo Leal <bleal@redhat.com>
    beraldoleal committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    899af7c View commit details
    Browse the repository at this point in the history
  6. gcp: small changes to README headers

    Lets improve the readability a bit.
    
    Signed-off-by: Beraldo Leal <bleal@redhat.com>
    beraldoleal committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6acc0e5 View commit details
    Browse the repository at this point in the history
  7. gcp: cri_runtime_endpoint.yaml is not used anymore

    And removing deprecated bases.
    
    Signed-off-by: Beraldo Leal <bleal@redhat.com>
    beraldoleal committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b560ca8 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. WiP: gcp: implementing provisioning interface

    This will create cluster and vpc within GCP.
    
    Signed-off-by: Beraldo Leal <bleal@redhat.com>
    beraldoleal committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    b9b9242 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. WiP: gcp/tests

    Signed-off-by: Beraldo Leal <bleal@redhat.com>
    beraldoleal committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    82e9de3 View commit details
    Browse the repository at this point in the history