ilia1243
ilia1243
Elimination of some redundancy. Some function arguments are passed by reference. Few bugs are fixed.
### What happened? There is a cosmetic inconsistency of `kubectl get validatingadmissionpolicies -o yaml` output for empty and non-empty list of validating admission policies. If there are no policies: ```yaml...
### Description macOS 11 (20230803) has two dist-info directories installed for pip that causes its unexpected behavior. See steps to reproduce and AR & ER below. ### Platforms affected -...
## Is this a BUG REPORT or FEATURE REQUEST? BUG REPORT ## Versions **kubeadm version** (use `kubeadm version`): v1.30.0 **Environment**: - **Kubernetes version** (use `kubectl version`): v1.30.0 - **Cloud provider...
## Is this a BUG REPORT or FEATURE REQUEST? BUG REPORT ## Versions **kubeadm version** (use `kubeadm version`): v1.30.0 **Environment**: - **Kubernetes version** (use `kubectl version`): v1.30.0 - **Cloud provider...
### Description * Drop support python 3.7 * Code changes to respect minimal version of python 3.8 * Update helm v3.14.4 * Added dependency on useful-types. * Updated python dependencies...
### Description * Support Kubernetes v1.30.x ### Test Cases Install or upgrade cluster to Kubernetes v1.30.x ### Checklist - [ ] I have commented my code, particularly in hard-to-understand areas...
### Description * If maxPods or podPidsLimit are reconfigured in `services.kubeadm_patches.kubelet`, the related kernel parameter kernel.pid_max is not reconfigured. * PaaS check fails because the parameter value is unexpected. *...
### Description * If no nodes with `control-plane` role are provided, Kubemarine fails with internal error. * At least one control-plane node is necessary even for connection-only enrichment * choose...
### Description * If Calico Typha is enabled in All-in-One, installation fails. * This is caused by #618 after which we started to expect Typha deployment. ### Solution * Scale...