-
Login/signup with hasura
$ hasura login
- Create a free Hasura cluster
$ hasura cluster create --type=vps
# this will add a kubectl context to the system with same name as that of the cluster
- Launch the tests
$ kubectl --context=[cluster-name] apply -f sonobuoy-conformance.yaml
(using a custom yaml file with RBAC disabled)