autok3s icon indicating copy to clipboard operation
autok3s copied to clipboard

[Enhancement] UI components needs to query the correlation information from the CloudProviders’ SDK

Open Jason-ZW opened this issue 3 years ago • 1 comments

Jason-ZW avatar Mar 22 '21 01:03 Jason-ZW

  • [x] Add aws/harvester SDK for v0.5.0
  • [x] Add aliyun SDK for v0.5.1
  • [x] Add tencent SDK for v0.5.2
  • [ ] Add GCE for v0.6.0

JacieChao avatar May 10 '22 02:05 JacieChao

由于 google gce api 关键字查询,有以下问题,决定查询镜像时去掉关键字搜索功能,并在前端过滤掉不建议使用的镜像,减少 api 结果

  1. 有时会返回空结果,比如搜索关键字,如果全是数字,比如搜索ubutun 2004 版,关键字:2004,api 响应是空
  2. 如果存在关键字搜索,api 不支持按时间排序
  3. 调用 api 时,无法通过传参过滤掉不建议使用的镜像,导致响应结果太多

目前选择镜像 modal: image image

ly5156 avatar Oct 24 '22 02:10 ly5156