Nabarun Pal
Nabarun Pal
Hi @AXington :wave:, that particular part of the documentation is governed by the upstream API spec and the OpenAPI generator. This issue is relevant in the [OpenAPI generator's](https://github.com/OpenAPITools/openapi-generator) context.
/remove-lifecycle stale
/remove-lifecycle stale
/remove-lifecycle frozen
/lifecycle frozen
@ianschorr -- Sorry for the confusion. My intent was to say the documentation is generated by the OpenAPI Generator and hence any improvement needed should be merged there and then...
@nirousseau Why not pass the `ssl_ca_cert` while initializing configuration? ```python import os from kubernetes import client, config client_configuration = client.configuration.Configuration() client_configuration.ssl_ca_cert = os.environ.get('REQUESTS_CA_BUNDLE') config.load_kube_config(client_configuration=client_configuration) ``` This creates a separation of...
/lifecycle frozen /assign
/remove-lifecycle rotten