Kubelink
Resolved Issues
Kubelink can't save policy to storage (E-116539)
Kubelink could not store cluster policy due to storage size limitations. To permit increased storage sizes, the Helm chart now includes new
resources
values under thestorage
component, as well as undercven
andkubelink
(note that amounts are in MiB not MB, and GiB not GB):kubelink: resources: limits: memory: 500Mi requests: memory: 200Mi cpu: 200m cven: resources: limits: memory: 300Mi requests: memory: 100Mi cpu: 250m storage: resources: limits: memory: 500Mi requests: memory: 200Mi cpu: 100m
Pod to pod flows and pod labels are missing from Explorer search results (E-116271, E-116272)
In CLAS-enabled clusters, Explorer was not showing pod labels, only workload labels. In addition, Explorer did not return some traffic flows, even when trying with label-based search, or port-based search, or even searching using workload labels + pod labels. Also, pod traffic was being mapped to workloads.