cozystack
cozystack copied to clipboard
Free and Open Source PaaS-platform for seamless management of virtual machines, managed Kubernetes, and Databases-as-a-Service
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
Steps: - add a script which would collect images for each package - add a script which would build/push images to private repo with correct names - add nessesary stuff...
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...
## Summary by CodeRabbit - **New Features** - Introduced a new configuration parameter `scratchSpaceStorageClass` set to `"local"` in the CDI resource, enhancing customization options for users.
## Summary by CodeRabbit ## Release Notes - **New Features** - Introduced a pre-commit workflow to automate checks before code merges. - Added a section in the README for testing...
This PR introduces the default instancetypes: - cx1.2xlarge - cx1.4xlarge - cx1.8xlarge - cx1.large - cx1.medium - cx1.xlarge - gn1.2xlarge - gn1.4xlarge - gn1.8xlarge - gn1.xlarge - m1.2xlarge - m1.4xlarge...
Currently someone with access to the cluster just pick a different backing storage class by changing it? This should be fixed by specifying storageClassEnforcement in kubevirt-csi-controller. https://github.com/kubevirt/csi-driver/blob/35836e0c8b68d9916d29a838ea60cdd3fc6199cf/docs/snapshot-driver-config.md?plain=1#L40-L43 This should specified...
Add kafka exporter: https://strimzi.io/blog/2019/10/14/improving-prometheus-metrics/ https://strimzi.io/docs/0.14.0/full#assembly-kafka-exporter-configuration-deployment-configuration-kafka ## Summary by CodeRabbit - **New Features** - Updated Kafka application chart version to 0.3.1. - Introduced a new `kafkaExporter` section in the Kafka resource...