mirror of https://github.com/kubernetes/kops.git
add a second, always ready node. Having healthy nodes shouldn't be a
problem for validation.
This commit is contained in:
parent
238a59d678
commit
395c7428ad
|
@ -196,6 +196,11 @@ func dummyClient(masterReady string, nodeReady string) kubernetes.Interface {
|
|||
"kubernetes.io/role": "node",
|
||||
NODE_READY: nodeReady,
|
||||
},
|
||||
{
|
||||
"name": "node2",
|
||||
"kubernetes.io/role": "node",
|
||||
NODE_READY: "true",
|
||||
},
|
||||
},
|
||||
))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue