Jakub Hlavačka
Jakub Hlavačka
updates the references to currently used kubeone version (1.5 -> 1.7) in docs and InputManifest CRD
### Current Behaviour On the autoscaling request Claudie didn't change the `dsChecksum`, only the `desiredState`. Due to that, the autoscaler didn't work ([see](https://kubernetes.slack.com/archives/C05SW4GKPL3/p1713381901032579)). According to the logs, the `cluster-autoscaler` failed...
### Current Behaviour If `context-box` can't ping MongoDB as part of its health check it restarts. ### Expected Behaviour Do we want to handle this problem this way? Why should...
### Current Behaviour If the `terraformer` can't find the required assets in Dynamo or MINIO in its readiness probe it restarts. ### Expected Behaviour I would say it is similar...
### Motivation If the `builder` receives a SIGTERM while there is a running workflow, it first has to wait until all stages of the workflow are finished and only after...
### Description Upgrade kubeone version from 1.8.0 to 1.8.1 in the Dockerfile to add support for Kubernetes 1.30. https://docs.kubermatic.com/kubeone/v1.8/architecture/compatibility/supported-versions/
closes https://github.com/berops/claudie/issues/783 https://github.com/berops/claudie/issues/1272 This PR adds support for HTTP proxy in `kube-eleven`. The default workflow is as follows. Claudie utilizes an HTTP proxy (http://proxy.claudie.io:48213) only when a user wants to...
closes https://github.com/berops/claudie/issues/1519 https://github.com/berops/claudie/issues/1515 This PR adds a task at the end of `update-no-proxy-envs.yml` playbook. This task waits until `kube-apiserver` is healthy again after updating no proxy envs in static pods....
### Current Behaviour `ansibler` restarts `kube-apiserver` and other static pods when updating no proxy envs (see https://github.com/berops/claudie/blob/master/services/ansibler/server/ansible-playbooks/update-noproxy-envs.yml#L10). In the next phase `kube-eleven` can't elect a leader for a quorum (see...
### Description `kube-eleven` timed out when downloading `kubeadm` packages because it couldn't reach the proxy server. It eventually succeeded in downloading the packages, but it took a couple of retries....