Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetEtcdPeerAltNames (0.65 sec)

  1. cmd/kubeadm/app/util/pkiutil/pki_helpers.go

    }
    
    // GetEtcdPeerAltNames builds an AltNames object for generating the etcd peer certificate.
    // Hostname and `API.AdvertiseAddress` are included if the user chooses to promote the single node etcd cluster into a multi-node one (stacked etcd).
    // The user can override the listen address with `Etcd.ExtraArgs` and add SANs with `Etcd.PeerCertSANs`.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/phases/certs/certlist.go

    			Config: certutil.Config{
    				Usages: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth, x509.ExtKeyUsageClientAuth},
    			},
    		},
    		configMutators: []configMutatorsFunc{
    			makeAltNamesMutator(pkiutil.GetEtcdPeerAltNames),
    			setCommonNameToNodeName(),
    		},
    	}
    }
    
    // KubeadmCertEtcdHealthcheck is the definition of the cert used by Kubernetes to check the health of the etcd server.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 15.8K bytes
    - Viewed (0)
Back to top