Antoine Legrand

Results 151 comments of Antoine Legrand

> RHEL has long-time support, That's irrelevant for Kubespray's project or kubernetes. Kubespray can't align with all LTS, it does't support RHEL as a whole but specific versions. rhel8 will...

Yes @tico88612, let's plan that for next release.

It should be possible to run kubespray without any variable defined in in `inventory/group_vars` (all defaults are enough) and with tags (e.g run only 'etcd'). I'm not sure if it's...

@VannTen Do you have it working with --limit ? I m not. so maybe there are some command / configuration with ansible ? In all cases, it's the only blocking...

- Why Haproxy instead of nginx ? Afaik nginx was the default, so unless a user was actively changed it (large minority by far), keeping nginx and removing haproxy would...

A quick fix would be to replace "https://generativelanguage.googleapis.com" with api_base content if provided ```python def _check_custom_proxy( self, api_base: Optional[str], custom_llm_provider: str, gemini_api_key: Optional[str], endpoint: str, stream: Optional[bool], auth_header: Optional[str], url:...