This repository contains informations on the Reference System Software and how to contribute to the project.
6
stars
5
forks
source link
[BUG] PODs in "ImagePullBackOff" state if scheduled on ingester node #33
Open
svergnaud-csgroup opened 2 years ago
Describe the bug All pods that are scheduled on the ingester node show a "ImagePullBackOff" state
To Reproduce Steps to reproduce the behavior:
Expected behavior PODs should have a "Running" state
Additional context If I ssh on the ingester node, it seems that the DNS resolution fails (nslookup google.Fr in error)
My ingester node has ip address 172.16.3.74 but if I issue a route command, the gateway is shown as 172.16.0.1
If I edit the netplan file to look like :
Instead of :
and apply it, then the DNS resolution works again, the pods are now in "Running" state
It seems that the regex creating the netplan file does not return a correct gateway value