kubeadm is setting the IPv6DualStack feature gate in the command line of the kubelet. However, the kubelet is gradually moving away from command line flags towards component config use. Hence, we should set the IPv6DualStack feature gate in the component config instead. Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>