Skip to content
#

cloud-computing

Here are 1,315 public repositories matching this topic...

wohuyuelong
wohuyuelong commented May 28, 2022

哪个命令或者组件
sealos delete -m 192.168.1.3 -n 192.168.1.9

描述这个缺陷
sealos delete --help中案例都跟了-m参数,我以为是一定要加这个参数的,结果把我的master都给删了,导致后面整个集群没法还原了

重现步骤(如果有需要可以附加图片)

  1. 先用sealos run..... 创建一个集群
  2. 然后,用sealos delete -m 192.168.1.3 -n 192.168.1.9 执行删除
  3. 本意是只想删除一个node,结果,看了help中的案例都带了m参数
    ...

测试结果

  1. 把master也删除了
  2. 后续再用run 或add 根本没法还原了

期望结果
修改 help中的帮助
delete命

good first issue
AbhinavTuli
AbhinavTuli commented Mar 22, 2022

🚨🚨 Feature Request

  • A new implementation (Improvement, Extension)

Is your feature request related to a problem?

Currently, if a user tries to access an index that is larger than the dataset length or tensor length, an internal error is thrown which is not easy to understand.

Description of the possible solution

We can catch the error and throw a more descriptive e

enhancement good first issue
aleoli
aleoli commented Oct 18, 2021

Is your feature request related to a problem? Please describe.
The possibility to disable an incoming peering with liqoctl.

Describe the solution you'd like
A simple liqoctl subcommand to disable the incoming peering for this cluster, to stop the resource sharing and remove the pod scheduled by the remote cluster on the local one.

good first issue help wanted

Improve this page

Add a description, image, and links to the cloud-computing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cloud-computing topic, visit your repo's landing page and select "manage topics."

Learn more