Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for tlsCertFile (0.24 sec)

  1. cmd/kubelet/app/options/options.go

    		"The duration to cache 'unauthorized' responses from the webhook authorizer.")
    
    	fs.StringVar(&c.TLSCertFile, "tls-cert-file", c.TLSCertFile, ""+
    		"File containing x509 Certificate used for serving HTTPS (with intermediate certs, if any, concatenated after server cert). "+
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:05 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  2. pkg/features/kube_features.go

    	// owner: @zhangweikop
    	// beta: v1.31
    	//
    	// Enable kubelet tls server to update certificate if the specified certificate files are changed.
    	// This feature is useful when specifying tlsCertFile & tlsPrivateKeyFile in kubelet Configuration.
    	// No effect for other cases such as using serverTLSbootstap.
    	ReloadKubeletServerCertificateFile featuregate.Feature = "ReloadKubeletServerCertificateFile"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 22:51:23 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  3. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"integer"},
    							Format:      "int32",
    						},
    					},
    					"tlsCertFile": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top