Hi Team,
I have tried simple code to load kube config but it is failing saying "'NoneType' object is not callable" .
[root@node1 ~]# cat list.py
import os
from kubernetes import client, config
config.load_kube_config()
[root@node1 ~]# python list.py
Exception TypeError: "'NoneType' object is not callable" in <function _removeHandlerRef at 0x7fc213b85c80> ignored
Hi Team,
I have tried simple code to load kube config but it is failing saying "'NoneType' object is not callable" .
[root@node1 ~]# cat list.py
import os
from kubernetes import client, config
config.load_kube_config()
[root@node1 ~]# python list.py
Exception TypeError: "'NoneType' object is not callable" in <function _removeHandlerRef at 0x7fc213b85c80> ignored