v1.11.0 had a critical proxy connection leak in the instance-manager (longhorn/longhorn#12575) that consumed 38.8GB on apollo, pushing the server to 92% memory with swap exhausted. v1.11.1 fixes the leak. Also adds a 2Gi per-container LimitRange in longhorn-system as a safety net against future regressions.
14 lines
271 B
YAML
14 lines
271 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
|
|
helmCharts:
|
|
- name: longhorn
|
|
repo: https://charts.longhorn.io
|
|
version: "1.11.1"
|
|
releaseName: longhorn
|
|
namespace: longhorn-system
|
|
valuesFile: values.yaml
|