flannel 1.14 upgrade
This commit is contained in:
@@ -18,8 +18,8 @@ data:
|
|||||||
nodeResourceUtilizationThresholds:
|
nodeResourceUtilizationThresholds:
|
||||||
thresholds:
|
thresholds:
|
||||||
"cpu": 50
|
"cpu": 50
|
||||||
"memory": 60
|
"memory": 50
|
||||||
"pods": 15
|
"pods": 12
|
||||||
targetThresholds:
|
targetThresholds:
|
||||||
"cpu": 60
|
"cpu": 60
|
||||||
"memory": 70
|
"memory": 70
|
||||||
|
|||||||
@@ -166,7 +166,7 @@ spec:
|
|||||||
serviceAccountName: flannel
|
serviceAccountName: flannel
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: install-cni
|
- name: install-cni
|
||||||
image: quay.io/coreos/flannel:v0.13.1-rc1
|
image: quay.io/coreos/flannel:v0.14.0
|
||||||
command:
|
command:
|
||||||
- cp
|
- cp
|
||||||
args:
|
args:
|
||||||
@@ -180,7 +180,7 @@ spec:
|
|||||||
mountPath: /etc/kube-flannel/
|
mountPath: /etc/kube-flannel/
|
||||||
containers:
|
containers:
|
||||||
- name: kube-flannel
|
- name: kube-flannel
|
||||||
image: quay.io/coreos/flannel:v0.13.1-rc1
|
image: quay.io/coreos/flannel:v0.14.0
|
||||||
command:
|
command:
|
||||||
- /opt/bin/flanneld
|
- /opt/bin/flanneld
|
||||||
args:
|
args:
|
||||||
|
|||||||
9
_sys/minio-openwrt-secret.yaml
Normal file
9
_sys/minio-openwrt-secret.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Secret
|
||||||
|
metadata:
|
||||||
|
name: minio-openwrt
|
||||||
|
type: Opaque
|
||||||
|
data:
|
||||||
|
username: b3BlbndydAo=
|
||||||
|
password: ZUZWbmVnOEkwOE1zRTN0Q2VCRFB4c011OU0yVjJGdnkK
|
||||||
|
endpoint: aHR0cHM6Ly9taW5pby5saXZlLWluZnJhLnN2Yy5jbHVzdGVyLmxvY2FsOjk0NDMK
|
||||||
Submodule cluster-monitoring updated: 13237a3344...eb3adb1439
Reference in New Issue
Block a user