vcluster icon indicating copy to clipboard operation
vcluster copied to clipboard

wip: conformance debugging

Open lizardruss opened this issue 1 year ago • 1 comments

What issue type does this pull request address? (keep at least one, remove the others) /kind bugfix /kind enhancement /kind feature /kind documentation /kind test

What does this pull request do? Which issues does it resolve? (use resolves #<issue_number> if possible) resolves #

Please provide a short message that should be published in the vcluster release notes Fixed an issue where vcluster ...

What else do we need to know? commands to run: Set up a minikube cluster

> just run-conformance

Start devspace:

> devspace dev --var COMMON_VALUES="/dev/null" --var VALUES_FILE="conformance/local/values.yaml" --profile test-k8s

Once in devspace, start the vcluster:

> go run -mod vendor cmd/vcluster/main.go start

Once the vcluster is running, connect to it:

> vcluster connect -n vcluster vcluster --background-proxy=false

Once the vcluster port-forwarding is running, run sonobouy tests:

> sonobuoy run --mode=conformance-lite --level=debug

lizardruss avatar Oct 17 '24 22:10 lizardruss

Deploy Preview for vcluster-docs canceled.

Name Link
Latest commit 1098451b309ca23348aaaf8c6a7d2787973bf3ce
Latest deploy log https://app.netlify.com/sites/vcluster-docs/deploys/67166eb926b8ac0008da9662

netlify[bot] avatar Oct 17 '24 22:10 netlify[bot]