Doug Smith
Doug Smith
This is... A big pull request. In general, it shouldn't have a super large impact on the core functionality. There's a few things we need from this to move forward...
Need to size VMs accordingly: * Master - 4 gigs RAM, 1 cpu * Nodes - 1 gig RAM, 1 cpu Need to make sure hugepages is disabled on nodes.
Multus can use a daemonset to install now. We should add this as the default way that Multus is installed, however, I don't believe we should strip out the compilation...
Need to have an option to have both the CIDR used during `kubeadm init` and one that can be used for Calico, in order to handle those separately. Discovered in...
Historically, Multus deployments have always assumed that you'll use Flannel, however as we iterating into further use cases, there are times where we don't necessarily want Flannel as the default...
We have the pod network set as a static `{{ variable }}/16`, where the /16 needs to really be specified by the variable, need to treat it as a whole...
You need more so you can see the CNI plugin failures!!!!!!!!!!!!!!!!!!
Noticed that in 1.10 there's some deprecated flags in the logs... Might be worth it to clean these up at some point. ``` Apr 20 16:43:04 kube-multus-node-1 kubelet[15362]: Flag --pod-manifest-path...
Bashrc is being updated in the /home/centos user every time, likely it's missing the variable.
May be related to #206. Currently appears to work from the CentOS cloud image, but, apparently a later kernel may have an impact on this? I'm unsure. May think about...