Skip to content

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

Filter by

77 results
 (59 ms)

77 results

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

In #234 the parsing of BOOKMARK events has been bypassed. But those events exist for a reason and can be useful in some circumstances. And motivational example is this Airflow issue: apache/airflow#21087. ...
  • cansjt
  • 4
  • Opened 
    on Feb 28, 2022
  • #286

What is the feature and why do you need it: I would like to use the dynamic client to interact with the Kubernetes API. But at the moment it looks like it is not possible to configure a request timeout ...
  • psontag
  • 3
  • Opened 
    on Feb 25, 2022
  • #284

WSClient.update() was modified by PR #268 to use select.poll() instead of select.select, which breaks when running under eventlet on Linux: File /usr/local/lib/python3.8/site-packages/kubernetes/stream/ws_client.py ...
  • bobh66
  • 3
  • Opened 
    on Jan 19, 2022
  • #281

What happened (please include outputs or screenshots): causes error during shutdown. INFO:root:leader abd7df1c-1077-48e8-a91c-4dd0243c89b9 has successfully acquired lease INFO:root:abd7df1c-1077-48e8-a91c-4dd0243c89b9 ...
  • fangfenghuang
  • 3
  • Opened 
    on Jan 6, 2022
  • #278

The function load_config provides an option to use a custom kube config path. Unfortunately the validation of the name is wrong. It checks for kube_config_path but the invoked function uses obviously config_file. ...
  • pelt
  • 2
  • Opened 
    on Jan 4, 2022
  • #277

The second call to client.returncode raises: client = stream( api.connect_get_namespaced_pod_exec, name, default , command=[ /bin/sh , -c , sleep 1; exit 3 ], stderr=True, stdin=False, ...
  • AurelienGasser
  • Opened 
    on Dec 14, 2021
  • #271

connect_post_namespaced_pod_exec used kubernetes.stream.stream to execute command in pod. I want to use socks5 type proxy in websocket connection which used by kubernetes.stream.stream. But i didn t find ...
lifecycle/stale
  • lc-bitsec
  • 3
  • Opened 
    on Dec 13, 2021
  • #270

Add a new method of config.kube_config.new_client_from_config_dict. Loads configuration the same as load_kube_config_from_dict but returns an ApiClient to be used with any API object. This will allow ...
  • WalkerWang731
  • Opened 
    on Nov 17, 2021
  • #265

Synchronous Implementation with this example is working fine https://github.com/kubernetes-client/python/blob/master/examples/dynamic-client/namespaced_custom_resource.py Now to make creation process ...
  • venukarnati92
  • 1
  • Opened 
    on Nov 17, 2021
  • #264

In config/init.py, when calling load_config and not running in a cluster, a warning message is printed to stdout. This utility function might be used in context where the stdout is used for other purposes ...
help wanted
  • hterik
  • 5
  • Opened 
    on Nov 12, 2021
  • #263
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! 
Press the
/
key to activate the search input again and adjust your query.
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! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub