Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for clientport (0.08 sec)

  1. cluster/gce/util.sh

    #
    # $1: etcd client port
    # $2: etcd internal port
    # $3: whether etcd communication should use mtls
    # returns the result of ssh command which adds replica
    function add-replica-to-etcd() {
      local -r client_port="${1}"
      local -r internal_port="${2}"
      local -r use_mtls="${3}"
    
      TLSARG=""
      PROTO="http://"
      if [[ "${use_mtls}" == "true" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  2. cluster/gce/gci/configure-helper.sh

            url: https://127.0.0.1:8131
            tlsConfig:
              caBundle: /etc/srv/kubernetes/pki/konnectivity-server/ca.crt
              clientKey: /etc/srv/kubernetes/pki/konnectivity-server/client.key
              clientCert: /etc/srv/kubernetes/pki/konnectivity-server/client.crt
    - name: controlplane
      connection:
        proxyProtocol: Direct
    - name: etcd
      connection:
        proxyProtocol: Direct
    EOF
        else
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top