Signed-off-by: Jake Yip <jake.yip@ardc.edu.au> |
||
---|---|---|
.. | ||
PRODUCT.yaml | ||
README.md | ||
e2e.log | ||
junit_01.xml |
README.md
Nectar Research Cloud Magnum Service
Creating your account and project
-
Log in to the Nectar Research Cloud dashboard.
-
Request for an allocation by following the Allocation guide.
Creating your cluster
-
Log in to the Nectar Research Cloud Dashboard.
-
Navigate to Project - Container Infra - Clusters.
-
Create a cluster with the 'CREATE CLUSTER' button.
-
In the 'Details' tab, choose the
kubernetes-melbourne-qh2-v1.26.8
template. -
In the 'Size' tab, use
3
for both 'Number of Master Nodes' and 'Number of Worker Nodes' -
Wait a while for the cluster to reach the
CREATE_COMPLETE
stage. -
Fetch your KUBECONFIG file using the OpenStack CLI client.
openstack coe cluster config mycluster
For more information, check out the Kubernetes tutorial.
-
Set your KUBECONFIG environment variable.
export KUBECONFIG=./config
-
Run the sonobuoy test suite following the instructions on the k8s-conformance site.