-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Release 1.24] Make flannel aware of node-external-ip parameter #6188
Comments
##Environment Details Infrastructure
Node(s) CPU architecture, OS, and Version: Linux 5.11.0-1022-aws x86_64 GNU/Linux Ubuntu 20.04.3 LTS Cluster Configuration:
Config.yaml:
Replication Steps
Results: v1.24.7-rc2+k3s1 $ kgn -o yaml | grep -i -e annotation -A 15
$ k exec -n kube-system -it svclb-traefik-d9f1ea3a-7zbq5 -- ping 10.42.0.7
$ k exec -n kube-system -it svclb-traefik-d9f1ea3a-q6mkw -- ping 10.42.1.2
|
Reopened to re-validate with the newly added |
$ get.figs server
$ get.figs agent
$ kgn
$ kgn -o yaml | grep -i -e annotation -A 15
$ kgp -n kube-system svclb-traefik-b974a32c-wzzb2 -o yaml | grep -e "podIP: " | awk '{print $2}'
$ kgp -n kube-system svclb-traefik-b974a32c-rxkp5 -o yaml | grep -e "podIP: " | awk '{print $2}'
$ k exec -n kube-system -it svclb-traefik-b974a32c-rxkp5 -- ping -c 5 10.42.1.2
$ k exec -n kube-system -it svclb-traefik-b974a32c-rxkp5 -- ping -c 5 10.42.0.7
Interfaces added to the server node
|
Backport: #6177
The text was updated successfully, but these errors were encountered: