• Ed Bartosh's avatar
    kubeadm: add front-proxy CA certificate to selfhosting controller-manager · d91861e8
    Ed Bartosh authored
    Selfhosting pivoting fails when using --store-certs-in-secrets
    as controller-manager fails to start because of missing front-proxy CA
    certificate:
        unable to load client CA file: unable to load client CA file: open
        /etc/kubernetes/pki/front-proxy-ca.crt: no such file or directory
    
    Added required certificate to fix this.
    
    This should fix kubernetes/kubeadm#1281
    d91861e8