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

Seamless K8s Cluster Provisioning Support #1582

Merged

Commits on May 23, 2024

  1. add K8sClusterInfo struct and assets/k8sclusterinfo.yaml

    Sooyoung Kim committed May 23, 2024
    Configuration menu
    Copy the full SHA
    85cc6e7 View commit details
    Browse the repository at this point in the history
  2. add /tumblebug/recommendK8sClusterSpec[POST] API

    Sooyoung Kim committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fb4f126 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. add 'version' filter for k8scluster

    Sooyoung Kim committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0d57cae View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Revert "add /tumblebug/recommendK8sClusterSpec[POST] API"

    It is unnecessary API.
    
    This reverts commit fb4f126.
    Sooyoung Kim committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d7b0e81 View commit details
    Browse the repository at this point in the history
  2. Revert "add 'version' filter for k8scluster"

    This reverts commit 0d57cae.
    Sooyoung Kim committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8b07b57 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. add K8sClusterInfo, availableK8sClusterVersion, availableK8sClusterNo…

    …deImage APIs
    
    o New APIs
     - [GET] /tumblebug/k8sClusterInfo
     - [GET]
       /tumblebug/availableK8sClusterVersion?providerName={providerName}&regionName={regionName}
     - [GET]
       /tumblebug/availableK8sClusterNodeImage?providerName={providerName}&regionName={regionName}
    
    related to cloud-barista#1562
    Sooyoung Kim committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    311c3eb View commit details
    Browse the repository at this point in the history
  2. add @id comment for cluster APIs

    Sooyoung Kim committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b70eccb View commit details
    Browse the repository at this point in the history