Skip to content

Commit

Permalink
[k8scluster] update cloudimage.csv for alibaba
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-github-robot authored Oct 7, 2024
2 parents 846b720 + 88113b8 commit 27518b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/cloudimage.csv
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ GCP,all,https://www.googleapis.com/compute/v1/projects/windows-cloud/global/imag
ALIBABA,all,ubuntu_18_04_x64_20G_alibase_20240223.vhd,Ubuntu 18.04,,,vm
ALIBABA,all,ubuntu_20_04_x64_20G_alibase_20240723.vhd,Ubuntu 20.04,,,vm
ALIBABA,all,ubuntu_22_04_x64_20G_alibase_20240710.vhd,Ubuntu 22.04,,,vm
ALIBABA,all,aliyun_3_x64_20G_alibase_20240528.vhd,Alibaba Cloud Linux 3.2104,,,vm|k8s
ALIBABA,all,aliyun_3_x64_20G_alibase_20240819.vhd,Alibaba Cloud Linux 3.2104,,,vm|k8s
TENCENT,all,img-pi0ii46r,Ubuntu 18.04,,,vm|k8s
TENCENT,all,img-22trbn9x,Ubuntu 20.04,,,vm|k8s
TENCENT,all,img-487zeit5,Ubuntu 22.04,,,vm
Expand Down
4 changes: 2 additions & 2 deletions src/api/rest/server/resource/k8scluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ func RestGetAvailableK8sClusterVersion(c echo.Context) error {
// RestGetAvailableK8sClusterNodeImage func is a rest api wrapper for GetAvailableK8sClusterNodeImage.
// RestGetAvailableK8sClusterNodeImage godoc
// @ID GetAvailableK8sClusterNodeImage
// @Summary Get available kubernetes cluster node image
// @Description Get available kubernetes cluster node image
// @Summary (UNDER DEVELOPMENT!!!) Get available kubernetes cluster node image
// @Description (UNDER DEVELOPMENT!!!) Get available kubernetes cluster node image
// @Tags [Kubernetes] Cluster Management
// @Accept json
// @Produce json
Expand Down

0 comments on commit 27518b0

Please sign in to comment.