mirror of
https://github.com/teamserverless/k8s-on-raspbian.git
synced 2025-11-01 22:41:21 +00:00
2
GUIDE.md
2
GUIDE.md
@@ -156,7 +156,7 @@ Sometimes this stage can fail, if it does then you should patch the API Server t
|
|||||||
|
|
||||||
```
|
```
|
||||||
sudo sed -i 's/failureThreshold: 8/failureThreshold: 20/g' /etc/kubernetes/manifests/kube-apiserver.yaml && \
|
sudo sed -i 's/failureThreshold: 8/failureThreshold: 20/g' /etc/kubernetes/manifests/kube-apiserver.yaml && \
|
||||||
sed -i 's/initialDelaySeconds: [0-9]\+/initialDelaySeconds: 360/' /etc/kubernetes/manifests/kube-apiserver.yaml
|
sudo sed -i 's/initialDelaySeconds: [0-9]\+/initialDelaySeconds: 360/' /etc/kubernetes/manifests/kube-apiserver.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
After the `init` is complete run the snippet given to you on the command-line:
|
After the `init` is complete run the snippet given to you on the command-line:
|
||||||
|
|||||||
Reference in New Issue
Block a user