Skip to content

issues Search Results · repo:kubernetes-client/python language:Python

Filter by

1k results
 (63 ms)

1k results

inkubernetes-client/python (press backspace or delete to remove)

Is there a way to interact with the Kubelet PodResource API using Python? I see there s a library in GO (https://pkg.go.dev/k8s.io/kubelet/pkg/apis/podresources/v1#PodResourcesListerClient), but I m wondering ...
  • arjraman
  • 1
  • Opened 
    4 days ago
  • #2378

I m using Apache Airflow 2.10.5 and facing randomly corrupted return values from the KubernetesPodOperator. The returned JSON is validated inside function extract_xcom_json() (providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/utils/pod_manager.py) ...
help wanted
kind/bug
  • olk
  • 3
  • Opened 
    9 days ago
  • #2375

What is the feature and why do you need it: I have the use case to do the python equivalent of cat $local_file | kubectl exec command_in_container I have been able to use something like this ...
kind/feature
  • mahesh-hegde
  • 2
  • Opened 
    22 days ago
  • #2371

What happened (please include outputs or screenshots): grace_period_seconds=0 is ignored when running the following code: from kubernetes import config from openshift.dynamic import DynamicClient ...
help wanted
kind/bug
  • oalbrigt
  • 9
  • Opened 
    23 days ago
  • #2370

What happened (please include outputs or screenshots): Trying to setup a simple configuration I get the following Exception: $ ./bin/python test.py Traceback (most recent call last): File /home/cwb/kube_python_client/test.py ...
kind/bug
  • cbaenziger
  • 1
  • Opened 
    25 days ago
  • #2368

What happened (please include outputs or screenshots): urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host= api.a1.cp.cna.at , port=6443): Max retries exceeded with url: /apis/authentication.k8s.io/ ...
kind/bug
  • ChristianGroessinger
  • 2
  • Opened 
    25 days ago
  • #2367

  • pomelokkk
  • 3
  • Opened 
    26 days ago
  • #2366

I am a bit stuck on what should I do to authenticate the kubernetes client when deployed inside a pod on a Azure AKS cluster using Entra ID authentication with Azure RBAC. From reading the documentation, ...
  • kyfrankie
  • Opened 
    on Feb 28
  • #2365

What happened (please include outputs or screenshots): It appears that the leaderelectoin module is logging directly to the root logger logging.info(...) This is problematic when trying to change the log ...
help wanted
kind/bug
  • jordantshaw
  • 2
  • Opened 
    on Feb 27
  • #2364

Hi, I try to get HTTPRoute definition from k8s and this is my script which return 404: k8s_contexts, active_context = config.list_kube_config_contexts() active_context = k8s_context[ name ] k8s_api_client ...
  • bsiara
  • 4
  • Opened 
    on Feb 26
  • #2363
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub