Hi,
I’m total beginner strugling to start rke.
After setting up rke for Ubuntu (5.3.0-53-generic) I’m having troubles to start it up.
Using simple configuration with same localhost as master and node.
Originally was getting time-out on
INFO[0046] [addons] Executing deploy job rke-network-plugin
after changing config:
addon_job_timeout: 600
Stuck on (will take 10min):
INFO[0046] [addons] Executing deploy job rke-network-plugin
Where/how I can troubleshoot?
nodes:
- address: “127.0.0.1”
port: “22”
internal_address: 127.0.0.1
role: - controlplane
- worker
- etcd
hostname_override:
user: pranas
docker_socket: /var/run/docker.sock
ssh_key: “”
ssh_key_path: /home/pranas/.ssh/id_ed25519
Docker/ssh/ssh agent port forwarding enabled/iptables updated
sudo iptables -A INPUT -p tcp --dport
6443
-j ACCEPT
The log does not hive much of information. How can I start it?
INFO[0019] [network] Setting up network plugin: canal
INFO[0019] [addons] Saving ConfigMap for addon rke-network-plugin to Kubernetes
INFO[0019] [addons] Successfully saved ConfigMap for addon rke-network-plugin to Kubernetes
INFO[0019] [addons] Executing deploy job rke-network-plugin
DEBU[0019] [k8s] replacing job rke-network-plugin-deploy-job..
DEBU[0024] [k8s] waiting for job rke-network-plugin-deploy-job to complete..
Thanks!