Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for APIServerKeyPath (0.15 sec)

  1. cluster/gce/gci/apiserver_etcd_test.go

    				ETCDCert:          "ETCDCert",
    				ETCDServers:       "https://127.0.0.1:2379",
    				APIServerKeyPath:  "APIServerKeyPath",
    				APIServerCertPath: "APIServerCertPath",
    			},
    			want: []string{
    				"--etcd-servers=https://127.0.0.1:2379",
    				"--etcd-cafile=CACertPath",
    				"--etcd-certfile=APIServerCertPath",
    				"--etcd-keyfile=APIServerKeyPath",
    			},
    		},
    		{
    			desc: "mTLS disabled",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 18 11:14:24 UTC 2021
    - 5.6K bytes
    - Viewed (0)
  2. cluster/gce/gci/testdata/kube-apiserver/etcd.template

    readonly ETCD_SERVERS={{.ETCDServers}}
    readonly ETCD_APISERVER_CA_CERT_PATH={{.CACertPath}}
    readonly ETCD_APISERVER_CLIENT_CERT_PATH={{.APIServerCertPath}}
    readonly ETCD_APISERVER_CLIENT_KEY_PATH={{.APIServerKeyPath}}
    readonly ETCD_SERVERS_OVERRIDES={{.ETCDServersOverride}}
    readonly STORAGE_BACKEND={{.StorageBackend}}
    readonly STORAGE_MEDIA_TYPE={{.StorageMediaType}}
    readonly ETCD_COMPACTION_INTERVAL_SEC={{.CompactionInterval}}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 18 11:14:24 UTC 2021
    - 819 bytes
    - Viewed (0)
Back to top