Andrei Kvapil

Results 326 issues of Andrei Kvapil

Document or automate kubeconfg generation for tenants ```bash user=tenant-root cluster=$(kubectl config get-contexts | awk '$1 == "*" {print $3}') token=$(kubectl get secret -n "$user" "$user" -o go-template='{{ printf "%s\n" (index...

good first issue

There is hardcoded configuration, which disables drbd-kernel-loader to run in Talos Linux: https://github.com/aenix-io/cozystack/blob/c24a103fda2a5a270a53eaffe9d44606fbd8ac9c/packages/system/linstor/templates/satellites.yaml#L28-L29 Some users wanted to run LINSTOR on Ubuntu and other distros. We have to provide them such...

community

User can choose serviceaccount for installing application Currently they have a coice of `none` or tenant-account If they select the client account, the installation will fail because it does not...

community
security

There is a need to theach mariadb-operator bootstrap new replicas with mariadbbackup tool Upstream issue: https://github.com/mariadb-operator/mariadb-operator/issues/246 Related bug: https://github.com/mariadb-operator/mariadb-operator/issues/141 Manual operations: https://github.com/mariadb-operator/mariadb-operator/issues/141#issuecomment-1804760231 Proposed solution: https://github.com/mariadb-operator/mariadb-operator/pull/273#discussion_r1398254512

help wanted
upstream-issue
frozen

During cluster setup user have to upload `secrets.yaml` and `cluster.conf` into Kubernetes. eg: ```bash kubectl create secret generic -n cozy-system cozy-talos-bootstrap --from-file secrets.yaml --from-file cluster.conf ``` This will start a...

Request from the community: - Run two vmagents instead of one for high availability. - Also consider using multiple vminserts: ![image_2024-02-13_20-49-40](https://github.com/aenix-io/cozystack/assets/7556217/2369fd46-c7ee-482d-a5d1-4e1f091e4634)

community

List of tests we run manually **phase1:** - Create three VMs with Talos - Deploy Kubernetes on them - Apply `cozystack.yaml` - `kubectl get hr -A` - should return all...

community

Add oportunity to run Cluckhouse clusters. Consider using [Altinity](https://github.com/Altinity/clickhouse-operator) for that - [x] Collect user stories - [x] Check technical requirements - [x] Bring operator to cozystack - [x] Design...

sponsored

Add the oportunity to run Apache Kafka clusters. Consider using Consider using [strimzi-kafka-operator](https://github.com/strimzi/strimzi-kafka-operator) for that - [x] Collect user stories - [x] Check technical requirements - [x] Bring operator to...

sponsored

Describe how to create encrypted volumes using LINSTOR