cozystack
cozystack copied to clipboard
Free and Open Source PaaS-platform for seamless management of virtual machines, managed Kubernetes, and Databases-as-a-Service
Let's add simple CI test with kind and `paas-hosted` bundle This should cover at least Cozystack installation process
Some of users trying to use port-forward as persistent method for accessing dashboard, we need to provide them more stable method for accessing dashboard ```yaml apiVersion: networking.k8s.io/v1 kind: Ingress metadata:...
We initiated work on writing a new etcd-operator https://github.com/aenix-io/etcd-operator/ We have to adopt it as soon it will be released
https://github.com/aenix-io/cozystack/blob/b838ee5729008fdd2192e572549637353ea612f2/packages/apps/kubernetes/templates/csi/deploy.yaml#L24 add ```yaml - key: node-role.kubernetes.io/control-plane operator: Exists effect: "NoSchedule" ``` to the list of tolerations. Also check all other charts for the same issue.
Add option how to install and work with ZFS. One of the important points is the management of the memory size for L2ARC and other options. I think it is...
/hold until kube-ovn v1.13.0 released
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...
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...
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...
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