Hendrik Ferber
Hendrik Ferber
same here running helm-operator v1.2.0 `/root/.cache/helm/repository` is never cleaned up and fill the whole /var partition.
as workaround we created a sizelimit for the emptydir within the deployment ``` - emptyDir: sizeLimit: 1Gi name: repositories-cache ```
I added the following to the daemonset manifest ```patch diff --git a/cluster/kube-system/kube-vip/daemonset.yaml b/cluster/kube-system/kube-vip/daemonset.yaml index 5b90d4d..49dcfaa 100644 --- a/cluster/kube-system/kube-vip/daemonset.yaml +++ b/cluster/kube-system/kube-vip/daemonset.yaml @@ -44,7 +44,7 @@ spec: value: "false" - name: vip_address...
> I had the same issue and found the same fix in the original pull request. The documentation has not been upgraded to cover 0.3.9 as of yet. > >...
same here. Any info how to fix this?
We run into a similar issue. Our worker nodes have two interfaces where only one has a layer 3 connection. The second has only L2 connection and is normally shutdown...
Any news here? This feature will be really great
any news here?
@satoru-takeuchi any news here?
This also happens in v0.18.1