Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ClientCAFile (0.51 sec)

  1. cluster/gce/util.sh

    }
    
    # cat the Kubelet config yaml for linux nodes
    function print-linux-node-kubelet-config {
      # Keep authentication.x509.clientCAFile in sync with CA_CERT_BUNDLE_PATH in configure-helper.sh
      cat <<EOF
    staticPodPath: /etc/kubernetes/manifests
    authentication:
      x509:
        clientCAFile: /etc/srv/kubernetes/pki/ca-certificates.crt
    EOF
    }
    
    # cat the Kubelet config yaml for windows nodes
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
Back to top