Closed shiyan0109 closed 3 years ago
@JosepSampe @kpavel it fails on reading some value from kube config file. Do you know what is wrong? For me it working, for some not...perhaps this value not always present?
Fix added in #490
@shiyan0109 just out of curiosity, what is the value of the cluster
var you obtain in your kubeconfig file?
@JosepSampe please do not expect any particular format for the value of cluster
. This highly depends on the component creating the Kubeconfig.
When we are working on Code Engine clusters as developers, the format is <cluster name>/<cluster id>
. When we are using KinD clusters, it's <cluster name>
.
I have a simple code which run on
lithops 2.2.9
+ runtimeibmfunctions/lithops-ce-3.8.5-2.2.9:1.0.0
successfully.code is
lithops_config file is
Executed successfully.
pip3 install -U lithops==2.2.13
Usinglithops 2.2.13
+ runtimeibmfunctions/lithops-codeengine-v38:2213
code and lithops config file NOT change and run again, but my execution fail with errorAnything change on this part? my kubernetst version is 1.18 (both server and client)