pulumi 提供商中的 kubernetes 令牌过期问题

Jul*_*lie 5 kubernetes pulumi

在 pulumi 中创建 kubernetes 集群后,尝试删除它时出现以下错误:

 error: configured Kubernetes cluster is unreachable: unable to load schema information from the API server: the server has asked for the client to provide credentials
    If the cluster has been deleted, you can edit the pulumi state to remove this resource
Run Code Online (Sandbox Code Playgroud)

我可以通过在 k8s 提供程序上运行一个目标pulumi refresh,然后运行一个目标来刷新凭据。pulumi up有没有更简单的方法来保持 kubernetes 集群更新,而不必一直运行目标命令?