From 90e89bf867766cb3ac9a62876a6d69abe21d88e9 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Mon, 20 Sep 2021 19:31:50 +0200 Subject: [PATCH] flannel 1.14 upgrade --- _sys/descheduler-policy-configmap.yaml | 4 ++-- _sys/kube-flannel.yml | 4 ++-- _sys/minio-openwrt-secret.yaml | 9 +++++++++ cluster-monitoring | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 _sys/minio-openwrt-secret.yaml diff --git a/_sys/descheduler-policy-configmap.yaml b/_sys/descheduler-policy-configmap.yaml index 2a5c527..4e016c4 100644 --- a/_sys/descheduler-policy-configmap.yaml +++ b/_sys/descheduler-policy-configmap.yaml @@ -18,8 +18,8 @@ data: nodeResourceUtilizationThresholds: thresholds: "cpu": 50 - "memory": 60 - "pods": 15 + "memory": 50 + "pods": 12 targetThresholds: "cpu": 60 "memory": 70 diff --git a/_sys/kube-flannel.yml b/_sys/kube-flannel.yml index 57776fc..5a7a53c 100644 --- a/_sys/kube-flannel.yml +++ b/_sys/kube-flannel.yml @@ -166,7 +166,7 @@ spec: serviceAccountName: flannel initContainers: - name: install-cni - image: quay.io/coreos/flannel:v0.13.1-rc1 + image: quay.io/coreos/flannel:v0.14.0 command: - cp args: @@ -180,7 +180,7 @@ spec: mountPath: /etc/kube-flannel/ containers: - name: kube-flannel - image: quay.io/coreos/flannel:v0.13.1-rc1 + image: quay.io/coreos/flannel:v0.14.0 command: - /opt/bin/flanneld args: diff --git a/_sys/minio-openwrt-secret.yaml b/_sys/minio-openwrt-secret.yaml new file mode 100644 index 0000000..57747a8 --- /dev/null +++ b/_sys/minio-openwrt-secret.yaml @@ -0,0 +1,9 @@ +apiVersion: v1 +kind: Secret +metadata: + name: minio-openwrt +type: Opaque +data: + username: b3BlbndydAo= + password: ZUZWbmVnOEkwOE1zRTN0Q2VCRFB4c011OU0yVjJGdnkK + endpoint: aHR0cHM6Ly9taW5pby5saXZlLWluZnJhLnN2Yy5jbHVzdGVyLmxvY2FsOjk0NDMK \ No newline at end of file diff --git a/cluster-monitoring b/cluster-monitoring index 13237a3..eb3adb1 160000 --- a/cluster-monitoring +++ b/cluster-monitoring @@ -1 +1 @@ -Subproject commit 13237a3344cbdfa30e5d30e3d5a9416cca160c72 +Subproject commit eb3adb14390bbadb5eb093c1a6299d3a8531c4c4