Open AmitKumarDas opened 4 years ago
1/ Can we use following naming conventions for nodes?
# c1 - indicates cluster 1
# pri - indicates primary
# sec - indicates secondary
oep-rancher-c1-pri-1
oep-rancher-c1-sec-1
oep-rancher-c1-sec-2
oep-rancher-c1-sec-3
2/ All TCID scripts etc must show the cluster it is being run on? 3/ UI should show TCID & cluster name
We can depend on the declarative mode of installing Kubernetes clusters. For example, terraform
, cluster-api
, k3sup
, fluxcd
, etc. can have descriptive node name that has platform details. When we run the jobs, they can kubectl get node
before executing the test case.