k3s
This commit is contained in:
@@ -61,3 +61,6 @@ helm upgrade --install ingress-nginx ingress-nginx/ingress-nginx \
|
|||||||
--set controller.ingressClassResource.default=true
|
--set controller.ingressClassResource.default=true
|
||||||
```
|
```
|
||||||
<!-- https://github.com/kubernetes/ingress-nginx/issues/12618 for why anotation risk needs to be critical-->
|
<!-- https://github.com/kubernetes/ingress-nginx/issues/12618 for why anotation risk needs to be critical-->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,13 @@
|
|||||||
"--bind-address 100.122.128.107"
|
"--bind-address 100.122.128.107"
|
||||||
"--node-external-ip 100.122.128.107"
|
"--node-external-ip 100.122.128.107"
|
||||||
"--tls-san 100.122.128.107"
|
"--tls-san 100.122.128.107"
|
||||||
|
|
||||||
|
|
||||||
|
# Disable disk-based evictions
|
||||||
|
"--kubelet-arg=eviction-hard="
|
||||||
|
"--kubelet-arg=eviction-soft="
|
||||||
|
"--kubelet-arg=eviction-soft-grace-period="
|
||||||
|
"--kubelet-arg=eviction-pressure-transition-period=0s"
|
||||||
];
|
];
|
||||||
serverAddr = "https://100.122.128.107:6443";
|
serverAddr = "https://100.122.128.107:6443";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user