Andrei Kvapil

Results 326 issues of Andrei Kvapil

Our main engine is FluxCD, which everyone is satisfied with, as it handles its tasks excellently. Roughly speaking, there are two tasks: 1. Bootstrap the initial cluster: - Run migrations...

We need a mechanism for specifying flavors per tenant to use for creating MachineDeployments. A design required fist, then implementation.

example: ``` # kubectl get hr -A -n cozy-dashboard dashboard NAMESPACE NAME AGE READY STATUS cozy-dashboard dashboard 15m False install retries exhausted ``` ``` kubectl describe hr -n cozy-dashboard dashboard...

Describe How to check databases state: https://github.com/kubeovn/kube-ovn/blob/f11820f8cbc6baf6be77882fe9afbd1c0fc84527/dist/images/ovn-healthcheck.sh How initialization and leadership election is happen: https://github.com/kubeovn/kube-ovn/blob/f11820f8cbc6baf6be77882fe9afbd1c0fc84527/dist/images/start-db.sh#L79-L84

documentation

Talos automatically setups flannel and kube-proxy, and even if you switch config to: ``` cluster: network: cni: name: none proxy: disabled: true ``` it will not automatically remove it. User...

upstream-issue

We have to refactor all our apps to avoid such warnings: ``` Warning: would violate PodSecurity "restricted:latest": host namespaces (hostNetwork=true), allowPrivilegeEscalation != false (containers "cozystack", "darkhttpd" must set securityContext.allowPrivilegeEscalation=false), unrestricted...

Hey, I know that Stolon might use etcd for storing metadata. While the main method is Kubernetes ConfigMap I'd like to inform you that we've initiated a group effort to...

enhancement

Hey, I know that Vitastor uses etcd for storing metadata. There is an oportunity to install Vitastor in Kubernetes, but it seems there is no reliable solution to provide you...

Need something like in start.sh script: chown opendkim: -R /data/etc/opendkim

Hey, I know that LINSTOR might use etcd for storing metadata. While the main method now is Kubernetes CRDs I'd like to inform you that we've initiated a group effort...