Florian Daguin
Florian Daguin
Sure, here is a quick list of languages I have in mind: - languages with no inline-comment: - Python - Ruby - Perl - PowerShell - YAML - _language_ with...
Thanks for the release @m-wcislo! However, removing the line https://github.com/devopsspiral/KubeLibrary/pull/124/files#diff-65edc7c7cbe7902bb5d18f0b4555bbf308e8cac89745ce248bec177fd9a9b334L279 introduced a regression. For example, using the keyword `List Namespaced Daemon Set` leads to the following error: ```text WARN Retrying...
Thank you! From our tests, keeping both ```python if not self.cert_validation: self.__dict__[reference].api_client.rest_client.pool_manager.connection_pool_kw['cert_reqs'] = ssl.CERT_NONE self.__dict__[reference].api_client.configuration.verify_ssl = False ``` was working as expected.