opskumu / helm-wrapper

A Helm3 HTTP Server Wrapper by helm Go SDK, help you manage helm charts with HTTP RESTFul API
MIT License
202 stars 84 forks source link

指定kube_config来区分不同集群,文件不存在 #57

Open kf2004 opened 2 years ago

kf2004 commented 2 years ago

{ "code": 1, "error": "Kubernetes cluster unreachable: demo.yaml: no such file or directory" } 请求参数:kube_config=demo.yaml dockerfile配置 COPY demo.yaml /demo.yaml COPY config-example.yaml /config.yaml COPY bin/helm-wrapper /helm-wrapper

opskumu commented 2 years ago

@kf2004 使用绝对路径试试