You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CAPI there is a way to deploy K8s-objects using ConfigMaps (via ClusterRessourceSets).
The K8s-obejects to deploy Calico are above that 1MB limit for storing Objects in etcd.
$ du -sh tigera-operator.yaml
1,6M tigera-operator.yaml
Cilium uses not so much:
$ du -sh cilium.yaml
64K cilium.yaml
It would be nice to have a smaller footprint to deploy calico via ClusterRessourceSets in CAPI.
The text was updated successfully, but these errors were encountered:
In CAPI there is a way to deploy K8s-objects using ConfigMaps (via ClusterRessourceSets).
The K8s-obejects to deploy Calico are above that 1MB limit for storing Objects in etcd.
Cilium uses not so much:
It would be nice to have a smaller footprint to deploy calico via ClusterRessourceSets in CAPI.
The text was updated successfully, but these errors were encountered: