kubernetes-client / python

Official Python client library for kubernetes
http://kubernetes.io/
Apache License 2.0
6.72k stars 3.26k forks source link

k8s_sdk29.0 error:no attribute 'BatchV1beta1Api' #2246

Open Rettpa opened 3 months ago

Rettpa commented 3 months ago

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:

showjason commented 3 months ago

There is a significant version mismatch between k8s and k8s sdk, you can downgrade the version of k8s sdk or upgrade version of k8s.

Rettpa commented 3 months ago

There are both new and old versions of k8s, and the new version of sdk is not compatible

k8s-triage-robot commented 1 week ago

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