Get YAML for deployed Kubernetes services?

前端 未结 12 1549
离开以前
离开以前 2020-12-22 23:28

I am trying to deploy my app to Kubernetes running in Google Container Engine.

The app can be found at: https://github.com/Industrial/docker-znc.

12条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-22 23:58

    If you need to view and edit the file use:

    kubectl edit service servicename

提交回复
热议问题