openyurtio / openyurt

OpenYurt - Extending your native Kubernetes to edge(project under CNCF)

Home Page:https://openyurt.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If my cloud is down and i want to manage the pods in the nodepool in the edge then how should i setup the kubectl?

Nitish-CONSORT opened this issue · comments

What happened:

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

  • OpenYurt version:
  • Kubernetes version (use kubectl version):
  • OS (e.g: cat /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:

others
/kind question

@Nitish-CONSORT Thanks for raising the issue. what kind of operations do you want to manage the pods in the edge when cloud is down?

Any changes to the pod in the edge will be overwritten by the pods in the cloud after cloud recovered.

I am not able to enter in pod by "kubectl exec" command, and also not able to "apply" and "delete" pods if cloud is in down state.

I am not able to enter in pod by "kubectl exec" command, and also not able to "apply" and "delete" pods if cloud is in down state.

@Nitish-CONSORT ok, this kind of requirement is not supported in OpenYurt now. maybe some exec/apply/delete pod features can be added in the yurtadm tool that can be used on edge node when cloud is down.