Skip to content

Commit

Permalink
Conformance results for v1.22/VMWare Tanzu Kubernetes Grid 1.5.3 (cnc…
Browse files Browse the repository at this point in the history
  • Loading branch information
jayunit100 authored Apr 29, 2022
1 parent 1649842 commit 2d32e12
Show file tree
Hide file tree
Showing 4 changed files with 33,357 additions and 0 deletions.
8 changes: 8 additions & 0 deletions v1.22/vmware-tanzu-kubernetes-grid/PRODUCT.yaml
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).
21 changes: 21 additions & 0 deletions v1.22/vmware-tanzu-kubernetes-grid/README.md
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.⏎
Loading

0 comments on commit 2d32e12

Please sign in to comment.