kubernetes.core icon indicating copy to clipboard operation
kubernetes.core copied to clipboard

Document proxy configurations for k8s lookup

Open vflaux opened this issue 6 months ago • 0 comments

SUMMARY

Proxy settings are missing from the kubernetes.core.k8s lookup documentation.

Parameters : no_proxy, proxy, proxy_headers Environment variables: K8S_AUTH_NO_PROXY, K8S_AUTH_PROXY, K8S_AUTH_PROXY_HEADERS_BASIC_AUTH, K8S_AUTH_PROXY_HEADERS_PROXY_BASIC_AUTH, K8S_AUTH_PROXY_HEADERS_USER_AGENT

ISSUE TYPE
  • Documentation Report
COMPONENT NAME

kubernetes.core.k8s lookup

ANSIBLE VERSION
ansible [core 2.17.3]
  config file = None
  configured module search path = ['/home/xxx/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /home/xxx/ansible-collections/kubernetes.core/.venv/lib/python3.12/site-packages/ansible
  ansible collection location = /home/vflaux/.ansible/collections:/usr/share/ansible/collections
  executable location = /home/xxx/ansible-collections/kubernetes.core/.venv/bin/ansible
  python version = 3.12.5 (main, Aug  6 2024, 19:08:49) [GCC 11.4.0] (/home/xxx/ansible-collections/kubernetes.core/.venv/bin/python3.12)
  jinja version = 3.1.4
  libyaml = True

vflaux avatar Aug 22 '24 15:08 vflaux