I have a tool on toolforge and i'm trying to use kubernetes, and whatever webservices command that i use, even webservices start, i got an error:
Traceback (most recent call last):
File "/usr/local/bin/webservice", line 412, in <module>
extra_args=args.extra_args,
File "/usr/lib/python2.7/dist-packages/toolsws/backends/kubernetes.py", line 211, in __init__
self.api = K8sClient.from_file()
File "/usr/lib/python2.7/dist-packages/toolsws/backends/kubernetes.py", line 528, in from_file
with open(filename) as f:
IOError: [Errno 2] No such file or directory: '/data/project/xxxxx/.kube/config'xxxxx : my tool name
Should i create a config file? or it will be created automatically?