mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
fix typo and decs
This commit is contained in:
parent
68108c70e2
commit
deb509a068
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user