k8s-conformance/v1.26/ardc
Yip Wai Peng a8faf2e43a Conformance results for v1.26/ardc (#2836)
Signed-off-by: Jake Yip <jake.yip@ardc.edu.au>
2023-09-21 16:13:52 -07:00
..
PRODUCT.yaml Conformance results for v1.26/ardc (#2836) 2023-09-21 16:13:52 -07:00
README.md Conformance results for v1.26/ardc (#2836) 2023-09-21 16:13:52 -07:00
e2e.log Conformance results for v1.26/ardc (#2836) 2023-09-21 16:13:52 -07:00
junit_01.xml Conformance results for v1.26/ardc (#2836) 2023-09-21 16:13:52 -07:00

README.md

Nectar Research Cloud Magnum Service

Creating your account and project

  1. Log in to the Nectar Research Cloud dashboard.

  2. Request for an allocation by following the Allocation guide.

Creating your cluster

  1. Log in to the Nectar Research Cloud Dashboard.

  2. Navigate to Project - Container Infra - Clusters.

  3. Create a cluster with the 'CREATE CLUSTER' button.

  4. In the 'Details' tab, choose the kubernetes-melbourne-qh2-v1.26.8 template.

  5. In the 'Size' tab, use 3 for both 'Number of Master Nodes' and 'Number of Worker Nodes'

  6. Wait a while for the cluster to reach the CREATE_COMPLETE stage.

  7. Fetch your KUBECONFIG file using the OpenStack CLI client.

    openstack coe cluster config mycluster

    For more information, check out the Kubernetes tutorial.

  8. Set your KUBECONFIG environment variable.

    export KUBECONFIG=./config

  9. Run the sonobuoy test suite following the instructions on the k8s-conformance site.