scp ${SERVERIP}:~/.kube/config ./ciconfig
- add
insecure-skip-tls-verify: true
- remove
certificate-authority-data
in cluster
: v1:- :: true: https://{IP}:6443: cluster.local
scp ${SERVERIP}:~/.kube/config ./ciconfig
insecure-skip-tls-verify: true
certificate-authority-data
in clusterapiVersion: v1clusters:- cluster:insecure-skip-tls-verify: trueserver: https://{IP}:6443name: cluster.local
glusterfs cannot be launched in time to reach it's readiness
i.e. systemctl status glusterd.service cannot be ready in 3 seconds.
solution: modify the initial delay seconds to much longer value
diff --git a/contrib/network-storage/heketi/roles/provision/templates/glusterfs-daemonset.json.j2 b/contrib/network-storage/heketi/roles/provision/templates/glusterfs-daemonset.json.j2index 8934fa92..62ae94a4 100644--- a/contrib/network-storage/heketi/roles/provision/templates/glusterfs-daemonset.json.j2+++ b/contrib/network-storage/heketi/roles/provision/templates/glusterfs-daemonset.json.j2@@ -74,7 +74,7 @@},"readinessProbe": {"timeoutSeconds": 3,- "initialDelaySeconds": 3,+ "initialDelaySeconds": 600,"exec": {"command": ["/bin/bash",@@ -85,7 +85,7 @@},"livenessProbe": {"timeoutSeconds": 3,- "initialDelaySeconds": 10,+ "initialDelaySeconds": 600,"exec": {"command": ["/bin/bash",