Promaethius
Promaethius
@caseydavenport CNI doesn't need it but rkt has a section of global mounts passed into the service file with resolv.conf already specified. When rkt tried to mount it twice, it...
@caseydavenport Also included in those mounts are the calico binaries. I'm still not understanding why hyperkube is using the old binaries when the new ones are mounted to the hyperkube...
Turns out most of the issues surrounding the calico binaries mounting to rkt was the if statement: `# To run a self hosted Calico install it needs to be able...
@kfirufk it turns out rkt is intrinsically flawed when running privileged containers. The node daemon felix requires RW privilages to /proc/sys which is mounted incorrectly. I'm trying to open dialogue...
Going to try something when I get home tonight and run the calico node pod with the k8s annotation: `rkt.alpha.kubernetes.io/stage1-name-override: coreos.com/rkt/stage1-fly` This is supposed to give the node the chroot...
I got rktnetes + calico working flawlessly with a cross compatible script. You can do a comparison to my fork of this GitHub project to see what I did because...
@kfirufk sorry about that I made some changes today and had the wrong directory to serve the addons. I'm making some changes to include cephfs as the storage provider, nginx-ingress...
@kfirufk by all means edit it. Feel free to submit pull requests by the way. I'll do my best to explain in this thread why I found calico would not...
I ran into the above mentioned error when going to install the game porting toolkit 2.0 beta 1. In addition to downgrading Xcode cli to 15.1, I also downgraded the...