Update Conformance docs for cluster creation with latest CLI

This commit is contained in:
Nils Hanke 2022-09-07 16:57:36 +02:00 committed by Nils Hanke
parent c9c954c675
commit 3e579315fe

View File

@ -13,8 +13,10 @@ These tests results were produced using Sonobuoy v0.56.4.
## Provision Constellation Cluster
Tests were made using GCP `n2d-standard-4` VMs.
```sh
constellation create gcp 1 2 n2d-standard-4 -y
constellation create -c 1 -w 2 -y
constellation init
export KUBECONFIG="$PWD/constellation-admin.conf"
```