Nico Schottelius
Nico Schottelius
What is exactly missing / needed in kube-router to fully support IPv6?
@kvaps did you try ipv6 only in cilium?
@kvaps Sorry, I did not mean to say "did you only test cilium", but I meant to say "did you test IPv6 only" in cilium :) Because what is of...
@kvaps Last time I checked all the components had hardcoded IPv4 addresses for discovery, which won't work in IPv6 only environments
What is the current state of IPv6 in kube-router? Is it possible to try using it an IPv6 only environments?
I'm also in favor for CR >> annotations. The template looks great, unfortunately my go skills are not really existing :-( In regards to the template, I think you meant...
Hey Pazz, how to cause alot to create a trace that I can paste easily? Cheers, Nico
This seems to be the source of the problem: ``` ETC_HOSTS=$(cat /etc/hosts | sed "/$HOSTNAME/d") echo "0.0.0.0 $FQDN_PARAM $HOSTNAME" > /etc/hosts echo "$ETC_HOSTS" >> /etc/hosts exit 0 ``` From `root@l2-openldap-85fd8646cf-h58r4:/container/run#...
Just starting slapd with ``` slapd -h ldaps:// ``` binds correctly: ``` root@l2-openldap-85fd8646cf-h58r4:/container/run# slapd -h ldaps:// root@l2-openldap-85fd8646cf-h58r4:/container/run# ps aux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND...