fix typo and decs

This commit is contained in:
10177505 2021-01-14 16:55:45 +08:00
parent 68108c70e2
commit deb509a068

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",