Matus Mrekaj

Results 41 issues of Matus Mrekaj

### Current Behaviour Autoscaler-adapter service is missing implementation for GenesisCloud provider https://github.com/berops/claudie/blob/5ea5c4ca6d56e9d1c15121c0a2f2ddbad5c62e41/services/autoscaler-adapter/node_manager/node_manager.go#L17-L27 ### Expected Behaviour Add support for GenesisCloud for autoscaling.

bug

### Current Behaviour If a single k8s cluster has more than 1 loadbalancer attached where 1 is deleted and the other are modified and the modification fails, the deleted loadbalancer...

bug

### Current Behaviour When deleting nodes from a k8s cluster we first drain the node leading to pods being evicted to other nodes of the cluster. However if this drain...

bug
groomed

### Current Behaviour The algorithm used for node deletion depend on the ordering of the control nodepools to be at the beginning. https://github.com/berops/claudie/blob/844eb7afe50aaa8241e27b47a234875a1ee9fb24/services/kuber/server/domain/utils/nodes/delete.go#L253-L277 If the control nodepool is at the...

bug
groomed

### Current Behaviour If the proxy is set and changes are made to an already existing cluster kubeone fails to elect the leader. Logs are provided below. After a certain...

bug
groomed

### Motivation If some of the nodes are not reachable before we apply changes to an already existing current state at some point during the workflow the new changes will...

feature

### Current Behaviour If I provide a wrong nodepool definition ``` - name: htz1 providerSpec: name: hetzner-1 region: nbg1 zone: nbg1-dc3 count: 1 serverType: cpx113 image: ubuntu-22.04 storageDiskSize: 50 ```...

bug
groomed

### Description Currently claudie does not enforce explicit version constraints on defined providers, defaulting always to the latest version. This restricts us on how we can rollout template updates. Claudie...

feature

### Current Behaviour Rarely in the e2e tests it happens that after the cluster is build in the kube-eleven step, kuber fails to unmarshal the kubeadm flag. ### Expected Behaviour...

bug

### Current Behaviour When joining a static node kubelet is not reset if it is present on the node. This may become an issue if the static node was part...

bug
groomed