Alex

Results 6 issues of Alex

### What happened? The following command ``` kubeadm upgrade apply v1.28.3 -f --certificate-renewal=true --ignore-preflight-errors='CoreDNSUnsupportedPlugins,Port-6443' --patches=/etc/kubernetes/patches ``` fails with the error: ``` [upgrade/apply] FATAL: fatal error when trying to upgrade the...

kind/bug
priority/backlog
area/upgrades
lifecycle/frozen

## Expected Behavior `CalicoNodeStatus` resource is updated according to `updatePeriodSeconds` option ## Current Behavior `calico-node` stops updating `CalicoNodeStatus` resource due to the error: ``` 2024-04-12T02:37:59.298523499Z stdout F 2024-04-12 02:37:59.297 [ERROR][246]...

help wanted
kind/bug
likelihood/low
impact/low

During the usage of `KubeMarine` created accounts the messages appear: `Warning: Use tokens from the TokenRequest API or manually created secret-based tokens instead of auto-generated secret-based tokens.` As far as...

improvement

It's nice to have the functionality that allows to run tasks on particular nodes and nodes should be specified not by `name` but by their attributes eg. `labels`, `roles`. The...

improvement
feature

Currently, HAProxy as a dedicated balancer (the balancer node does not has any other roles except the `balancer`) has the following bindings for frontends: ``` frontend https bind :::443 bind...

improvement
assessed

There are warning messages in dump/degug.log: ``` Applying label node-role.kubernetes.io/control-plane='' to Nodes with label node-role.kubernetes.io/master='' (deprecated) ``` It is related to [Replace taint master with control-plane](https://github.com/kubernetes/website/pull/29935). In other words, `node-role.kubernetes.io/master`...

improvement