Andrei Kvapil

Results 326 issues of Andrei Kvapil

Sometimes Kubernetes may request multiple requisites in topology in CreateVolume request. This patch considers just the first one as the requested node. fixes https://github.com/piraeusdatastore/linstor-csi/issues/195

Hi @WanzenBug I'm bit confused about requisite nodes. And why their number can be more than one: Here is my storageclass: ```yaml apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: linstor-data-r1 parameters:...

logs: ``` W0109 08:32:52.666743 1 controller.go:934] Retrying syncing claim "484e23e7-f6a5-4d16-a46e-41620f8c4a2d", failure 6 E0109 08:32:52.666771 1 controller.go:957] error syncing claim "484e23e7-f6a5-4d16-a46e-41620f8c4a2d": failed to provision volume with StorageClass "linstor-thindata-r2": rpc error: code...

**Summary** The `labelSelector` option that makes kubeapps work `HelmRepositories` and `HelmReleases` with specific label only. **Background and rationale** Hi we use FluxCD for various scenarios: - `case 1`. To configure...

component/apis-server
kind/proposal

**Describe the bug** It is not possible to upgrade the package if the currently installed version no longer exists in the Helm repository. **To Reproduce** - Install kubeapps with FluxCD...

kind/bug
component/ui
component/plugin-flux

### Description: We have identified an integration issue between Kubeapps and Flux when Flux is configured with the `reconcileStrategy: Revision`. In this setup, Flux correctly handles changes to Helm charts...

kind/bug
component/plugin-flux

**Describe the bug** Catalog is empty when using FluxCD and OCI Registry. **To Reproduce** Steps to reproduce the behavior: Install Kubeapps with FluxCD Create: ``` --- apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: HelmRepository...

kind/bug
component/plugin-flux

This PR introduces: - Deactivation of volume after lvcreate - Activation of volume before usage - Deactivation of volume after usage - sync+lvscan before every lvm operation This is first...

Hey, I know that Mayastor requires etcd for storing metadata. We noticed you're using [bitnami/etcd](https://github.com/bitnami/charts/tree/main/bitnami/etcd) helm chart. We've initiated a group effort to create a generic, multi-purpose etcd-operator. Currently, the...

reviewing
needs-poc

This meta issue is soped all issues needed to be done for enabling etcd cluster management - https://github.com/aenix-io/etcd-operator/issues/195 - https://github.com/aenix-io/etcd-operator/issues/186#issuecomment-2073498394 - https://github.com/aenix-io/etcd-operator/issues/58 - https://github.com/aenix-io/etcd-operator/issues/163