Adriano Pezzuto

Results 40 issues of Adriano Pezzuto

To avoid possible scalability issues of the multi-tenant `etcd`, we should investigate the usage of multiple `etcd` storage backends for Kamaji. It still relies on `etcd` multi-tenacy, just have multiple...

enhancement

Current release v0.3.0 introduced multiple VIP support. However, only single vrrp_script is defined in keepalived configuration and it is shared among multiple `vrrp_instance`. It would be useful to have independent...

enhancement

Currently, `kubelived` is installed with Helm Chart. Provide a single manifest file `.yaml` installer.

enhancement

Currently, sending USR1 signal to `keepalived` process will dump configuration data to `/tmp/keepalived.data`, and sending USR2 will write statistics to `/tmp/keepalived.stats` inside the container. ``` $ kubectl -n kube-system exec...

enhancement
help wanted

It would be nice to deploy `kubelived` as a Cluster Add-on via an operator. See [here](https://github.com/kubernetes-sigs/cluster-addons).

enhancement
help wanted

This project should support `keepalived` load balancing too. It will permit all your master nodes to actively handle traffic coming from worker nodes.

enhancement

It would be useful to set scheduling constraints for `TenantControlPlane` pods in order to have a more fine control where pods are scheduled. As just for an example: ```yaml apiVersion:...

enhancement
good first issue
hacktoberfest

As part of CNCF Sandbox project onboarding #812, we're moving to a separate neutral GitHub organization. Currently the documentation website is tied to a custom layout published from a private...

documentation
Stale

# Add Capsule to Rancher marketplace As a Rancher’ user, you should be able to install Capsule from the Rancher marketplace.

blocked-needs-validation
Stale

To specify (at global level) the type of volume you want the provisioner to create, you can add the following annotation to the StorageClass: ```yaml annotations: defaultVolumeType: ``` I would...