Andrei Kvapil

Results 326 issues of Andrei Kvapil

Tried to upgrade kube-ovn but didn't succeed, as upstream OVN binaries now require `SYS_MODULE` permissions, which are restricted by Talos Linux https://www.talos.dev/v1.7/learn-more/process-capabilities/ Upstream kube-ovn fix: - https://github.com/kubeovn/kube-ovn/pull/4365 Discussion that describes...

When the user does not have the correct DNS record for the tenant Kubernetes API, attempting to read logs from the cluster results in the following error: ``` Error from...

upstream issue https://github.com/clastix/kamaji/issues/491#issuecomment-2228535515

We want the Flux checkbox right next to etcd, ingress, monitoring This would allow to move FluxCD to system applications so it will have a packaged Helm-chart to install from

We need to write a complete development guide

We have to provide an extra options for cozystack configmap, which can be optional: ```yaml cluster-domain: cozy.local kubernetes-endpoint: https://192.168.123.11:6443 ``` If they are specified, we have to consume them by...

The current `cozystack-installer.yaml` includes settings for kube-prism, which is not available in hosted installation, we have to generate another manifest which targets to `10.96.0.1:443` by default ``` NAME TYPE CLUSTER-IP...

[etcd-druid](https://github.com/gardener/etcd-druid) was originally created as a solution for backing up and restoring etcd. We have to research backup and restoration logic to answer the folowing questions - Can we fully...

We need to enable PDB by default even if it is not specified in EtcdCluster spec

good first issue

According to the [latest meeting](https://docs.google.com/document/d/1coiWlHOVfPAIyKqtfpYLhq9eeRPHCuuMxmNmVfo9-sA/edit#heading=h.5cu46serge67) `2024-06-18 MINUTES` we decided that we need a function that guesses the needed amount of etcd replicas. It can be used for recovering non-exising STS...