I served up a LLM service in online
namespace and now I need to serve up another service in offline
namespace. When I try to switch namespaces using kubectl config set-context --current --namespace=offline
and then run sky serve up
, I encounter the error sky.exceptions.ClusterOwnerIdentityMismatchError
. How can I solve this issue? Does SkyServe support switching namespaces directly?
Ping Zhang
Asked on Mar 26, 2024
current-context
in the kubeconfig file or using kubectl
commands to change the active namespace for command-line operations.