-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
k8s_sdk29.0 error:no attribute 'BatchV1beta1Api' #2246
Comments
There is a significant version mismatch between k8s and k8s sdk, you can downgrade the version of k8s sdk or upgrade version of k8s. |
There are both new and old versions of k8s, and the new version of sdk is not compatible |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
What happened (please include outputs or screenshots):
from kubernetes import client, config
config.load_kube_config('token//xxxx.conf')
k8s_api = client.BatchV1beta1Api()
AttributeError: module 'kubernetes.client' has no attribute 'BatchV1beta1Api'
k8s version = 1.20
k8s sdk version = 29.0.0
Environment:
kubectl version
):python --version
)pip list | grep kubernetes
)The text was updated successfully, but these errors were encountered: