Fixed wornding of control plane
This commit is contained in:
@@ -135,11 +135,11 @@ def main():
|
||||
)
|
||||
)
|
||||
|
||||
# Get all clusterName & controlplaneIp pairs
|
||||
# Get all clusterName & controlPlaneIp pairs
|
||||
clusters = map(
|
||||
lambda node: {
|
||||
"name": node["clusterName"],
|
||||
"controlplaneIp": node["controlplaneIp"],
|
||||
"controlPlaneIp": node["controlPlaneIp"],
|
||||
},
|
||||
nodes,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user