weibeld/k1s

Can support `context`?

clhlc opened this issue · 1 comments

clhlc commented

hi ;
In sometimes , nead to monitoring some k8s cluster,
if k1s support context like--> k1s --context k8s-cluster

You can set the context in the normal way, for example, with kubectl:

kubectl config use-context k8s-cluster

Or use a tool like kubectx.

After that, k1s will use the cluster corresponding to the context that you selected.