Skip to content

Latest commit

 

History

History

hasura

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Hasura

Reproducing conformance tests

  1. Install Hasura CLI

  2. Login/signup with hasura

hasura login
  1. 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
  1. Launch the tests
curl -L https://raw.githubusercontent.com/cncf/k8s-conformance/master/sonobuoy-conformance.yaml | kubectl --context=[cluster-name] apply -f -