使用背景
在python中,调用了gevent库,同时引用了官方的k8s库接口:
GitHub - kubernetes-client/python: Official Python client library for kubernetesOfficial Python client library for kubernetes. Contribute to kubernetes-client/python development by creating an account on GitHub.https://github.com/kubernetes-client/python调用read_namespaced_config_map时报出异常:
maximum recursion depth exceeded
maximum recursion depth exceeded while calling a Python object
</