You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After verification of the entries, setup will start Cluster Manager in HA mode on Joyent Cloud. This will be a two node HA configuration with a shared database node.
95
95
@@ -114,7 +114,7 @@ The Triton credentials are pulled from environment variables. If `eval "$(triton
114
114
| Which Triton package should be used for triton-test environment etcd nodes | k4-highcpu-kvm-1.75G | k4-highcpu-kvm-3.75G |
115
115
| Which Triton package should be used for triton-test environment orchestration nodes running apiserver/scheduler/controllermanager/... | k4-highcpu-kvm-1.75G | k4-highcpu-kvm-3.75G |
116
116
| Which Triton package should be used for triton-test environment compute nodes | k4-highcpu-kvm-1.75G | k4-highcpu-kvm-3.75G |
After verification of the entries, setup will create a Kubernetes environment in HA mode on Joyent Cloud. This will be a three worker/three ETCD/three Kubernetes Services node configuration managed by the previously started cluster manager ([global-cluster](#starting-a-global-cluster-manager)).
| What size hosts should be used for aws-test environment orchestration nodes running apiserver/scheduler/controllermanager/... | t2.micro | t2.small |
156
156
| What size hosts should be used for aws-test environment compute nodes | t2.micro | t2.small |
157
157
| Which ssh public key should these hosts be set up with ||\[your public ssh key]|
After verification of the entries, setup will create a Kubernetes environment in HA mode running on AWS. This will be a three worker/three ETCD/three Kubernetes Services node configuration managed by the previously started cluster manager ([global-cluster](#starting-a-global-cluster-manager)).
161
161
@@ -176,7 +176,7 @@ After verification of the entries, setup will create a Kubernetes environment in
176
176
| What size hosts should be used for azure-test environment orchestration nodes running apiserver/scheduler/controllermanager/... | Standard_A1 | Standard_A2 |
177
177
| What size hosts should be used for azure-test environment compute nodes | Standard_A1 | Standard_A2 |
178
178
| Which ssh public key should these hosts be set up with ||\[public ssh key]|
After verification of the entries, setup will create a Kubernetes environment in HA mode running on Azure. This will be a three worker/three ETCD/three Kubernetes Services node configuration managed by the previously started cluster manager ([global-cluster](#starting-a-global-cluster-manager)).
182
182
@@ -195,6 +195,6 @@ After verification of the entries, setup will create a Kubernetes environment in
195
195
| What size hosts should be used for gcp-test environment etcd nodes | n1-standard-1 | n1-standard-2 |
196
196
| What size hosts should be used for gcp-test environment orchestration nodes running apiserver/scheduler/controllermanager/... | n1-standard-1 | n1-standard-2 |
197
197
| What size hosts should be used for gcp-test environment compute nodes | n1-standard-1 | n1-standard-2 |
After verification of the entries, setup will create a Kubernetes environment in HA mode running on GCP. This will be a three worker/three ETCD/three Kubernetes Services node configuration managed by the previously started cluster manager ([global-cluster](#starting-a-global-cluster-manager)).
0 commit comments