Merge pull request #98055 from qingsenLi/20210114

fix typo and decs in apiserver_etcd_test.go
This commit is contained in:
Kubernetes Prow Robot 2021-01-19 18:49:58 -08:00 committed by GitHub
commit 1bfa1d4619
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ func TestServerOverride(t *testing.T) {
},
},
{
desc: "ETCD-SERVERS and ETCD_SERVERS_OVERRIDES iare set",
desc: "ETCD-SERVERS and ETCD_SERVERS_OVERRIDES are set",
env: kubeAPIServeETCDEnv{
ETCDServers: "ETCDServers",
ETCDServersOverride: "ETCDServersOverrides",
@ -109,7 +109,7 @@ func TestStorageOptions(t *testing.T) {
},
},
{
desc: "storage options not not supplied",
desc: "storage options are not supplied",
env: kubeAPIServeETCDEnv{},
dontWant: []string{
"--storage-backend",