forked from cncf/k8s-conformance
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conformance results for v1.22/VMWare Tanzu Kubernetes Grid 1.5.3 (cnc…
- Loading branch information
1 parent
1649842
commit 2d32e12
Showing
4 changed files
with
33,357 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
vendor: VMware | ||
name: VMware Tanzu Kubernetes Grid | ||
version: 1.5.3 | ||
website_url: https://tanzu.vmware.com/kubernetes-grid | ||
documentation_url: https://docs.vmware.com | ||
product_logo_url: https://landscape.cncf.io/logos/v-mware-tanzu-kubernetes-grid.svg | ||
type: distribution | ||
description: VMware Tanzu Kubernetes Grid is VMware’s Kubernetes distribution - built on open source technologies, packaged for enterprise adoption and supported 24x7 by VMware Global Support Services (GSS). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# To Reproduce: | ||
|
||
## Deploy Tanzu Kubernetes Grid environment | ||
|
||
Download the Tanzu CLI from vmware.com and set up a Tanzu Kubernetes Grid management cluster first: | ||
|
||
```console | ||
$ tanzu management-cluster create --ui | ||
``` | ||
|
||
Set up a management cluster with the `production` plan (3 control plane, 3 worker nodes), once management cluster is up and running, deploy a workload cluster to run the CNCF conformance suite: | ||
|
||
```console | ||
$ tanzu cluster create tkg-conformance | ||
``` | ||
|
||
Once the cluster is stood up, switch to the newly-created context with `kubectl config use-context <tkg-conformance context>` | ||
|
||
## Deploy sonobuoy Conformance test | ||
|
||
Follow the conformance suite instructions to test it.⏎ |
Oops, something went wrong.