-
Login/signup with hasura
hasura login
- Create a Pro-Tier Hasura cluster after enabling billing (https://dashboard.hasura.io/account/billing)
hasura cluster create --infra=MPGQSC
# MPGQSC is infra code for 4vCPU 8GB RAM machine on Digital Ocean (SFO2)
# this will create a kubectl context in the system with same name as that of the cluster
- Launch the tests
curl -L https://raw.githubusercontent.com/cncf/k8s-conformance/master/sonobuoy-conformance.yaml | kubectl --context=[cluster-name] apply -f -