steep-london-53093
02/19/2023, 10:19 AMEvents:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning Unhealthy 22m (x1150 over 19h) kubelet Liveness probe failed: Get "<http://10.42.0.160:8080/health>": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Warning BackOff 7m27s (x3234 over 19h) kubelet Back-off restarting failed container
Warning Unhealthy 2m27s (x3001 over 19h) kubelet Readiness probe failed: Get "<http://10.42.0.160:8181/ready>": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Configuration:
write-kubeconfig-mode: "0644"
advertise-address:
- 192.168.0.12
cni:
- cilium
disable-kube-proxy: true
disable:
- rke2-canal
- rke2-kube-proxy
# Make a etcd snapshot every 6 hours
etcd-snapshot-schedule-cron: " */6 * * *"
# Keep 56 etcd snapshorts (equals to 2 weeks with 6 a day)
etcd-snapshot-retention: 56
node-taint:
- "CriticalAddonsOnly=true:NoExecute"
tls-san:
- 192.168.0.12
creamy-pencil-82913
02/19/2023, 6:20 PMsteep-london-53093
02/19/2023, 6:48 PMFeb 19 18:46:38 k8s-master-01 rke2[184220]: time="2023-02-19T18:46:38Z" level=error msg="Failed to connect to proxy. Empty dialer response" error="dial tcp 192.168.0.13:9345: connect: no route to host"
Feb 19 18:46:38 k8s-master-01 rke2[184220]: time="2023-02-19T18:46:38Z" level=error msg="Remotedialer proxy error" error="dial tcp 192.168.0.13:9345: connect: no route to host"
creamy-pencil-82913
02/20/2023, 6:05 AMsteep-london-53093
02/20/2023, 6:23 AMroot@k8s-master-01:~# cat /var/lib/rancher/rke2/server/manifests/rke2-cilium-config.yaml
---
apiVersion: <http://helm.cattle.io/v1|helm.cattle.io/v1>
kind: HelmChartConfig
metadata:
name: rke2-cilium
namespace: kube-system
spec:
valuesContent: |-
kubeProxyReplacement: strict
k8sServiceHost: 192.168.0.12
k8sServicePort: 6443
cni:
chainingMode: "none"
root@k8s-master-01:~# ufw status verbose
Status: inactive
root@k8s-master-01:~# iptables -L -n -v
Chain INPUT (policy ACCEPT 14367 packets, 52M bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 4777 packets, 332K bytes)
pkts bytes target prot opt in out source destination
powerful-elephant-25838
04/07/2023, 1:45 PM