mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Updated documentation for the k8s module (#48474)
This commit is contained in:
parent
616ba5d807
commit
320d72f08f
1 changed files with 5 additions and 2 deletions
|
@ -56,8 +56,8 @@ options:
|
||||||
variable.
|
variable.
|
||||||
ssl_ca_cert:
|
ssl_ca_cert:
|
||||||
description:
|
description:
|
||||||
- Path to a CA certificate used to authenticate with the API. Can also be specified via K8S_AUTH_SSL_CA_CERT
|
- Path to a CA certificate used to authenticate with the API. The full certificate chain must be provided to
|
||||||
environment variable.
|
avoid certificate validation errors. Can also be specified via K8S_AUTH_SSL_CA_CERT environment variable.
|
||||||
verify_ssl:
|
verify_ssl:
|
||||||
description:
|
description:
|
||||||
- "Whether or not to verify the API server's SSL certificates. Can also be specified via K8S_AUTH_VERIFY_SSL
|
- "Whether or not to verify the API server's SSL certificates. Can also be specified via K8S_AUTH_VERIFY_SSL
|
||||||
|
@ -68,4 +68,7 @@ notes:
|
||||||
- "The OpenShift Python client wraps the K8s Python client, providing full access to
|
- "The OpenShift Python client wraps the K8s Python client, providing full access to
|
||||||
all of the APIS and models available on both platforms. For API version details and
|
all of the APIS and models available on both platforms. For API version details and
|
||||||
additional information visit https://github.com/openshift/openshift-restclient-python"
|
additional information visit https://github.com/openshift/openshift-restclient-python"
|
||||||
|
- "To avoid SSL certificate validation errors when C(verify_ssl) is I(True), the full
|
||||||
|
certificate chain for the API server must be provided via C(ssl_ca_cert) or in the
|
||||||
|
kubeconfig file."
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue