Когда я запускаю helm install myproject ./myproject --namespace mynamespace
, я всегда получаю эти предупреждения, даже когда удаляю все свои шаблоны.
coalesce.go:196: warning: cannot overwrite table with non table for env (map[])
coalesce.go:196: warning: cannot overwrite table with non table for env (map[])
coalesce.go:196: warning: cannot overwrite table with non table for env (map[])
NAME: myproject
LAST DEPLOYED: Tue Jan 28 17:48:30 2020
NAMESPACE: mynamespace
STATUS: deployed
REVISION: 1
Мои версии:
kubectl version
Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.0", GitCommit:"70132b0f130acc0bed193d9ba59dd186f0e634cf", GitTreeState:"clean", BuildDate:"2019-12-07T21:20:10Z", GoVersion:"go1.13.4", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.7", GitCommit:"6c143d35bb11d74970e7bc0b6c45b6bfdffc0bd4", GitTreeState:"clean", BuildDate:"2019-12-11T12:34:17Z", GoVersion:"go1.12.12", Compiler:"gc", Platform:"linux/amd64"}
helm version
version.BuildInfo{Version:"v3.0.2", GitCommit:"19e47ee3283ae98139d98460de796c1be1e3975f", GitTreeState:"clean", GoVersion:"go1.13.5"}
Что они могут значить?