在一个简单的 Web 应用程序上运行docker-compose up
按预期工作。在尝试连接到 Google Cloud 集群时在同一应用上运行kompose up
不起作用:
...
INFO We are going to create Kubernetes Deployments, Services and PersistentVolumeClaims for your Dockerized application. If you need different kind of resources, use the 'kompose convert' and 'kubectl create -f' commands instead.
FATA Error while deploying application: Get http://127.0.0.1:6443/api: dial tcp 127.0.0.1:6443: connect: connection refused
这个问题的可能原因是什么?
SO上的其他帖子没有帮助,我在网上找不到任何其他相关结果。