Skip to content

A Learning Center for VMware Tanzu workshop for self-paced learning of all the tools Carvel provides for the installation of TAP

License

Notifications You must be signed in to change notification settings

timosalm/tap-carvel-workshop

Repository files navigation

Carvel self-paced learning workshop for the installation of TAP

A Learning Center for VMware Tanzu workshop for self-paced learning of all the tools Carvel provides for the installation of TAP

Preparations

  • Create a project tap-carvel-workshop-examples in your container registry with push privileges for the user you configure in values.yaml

Workshop installation

Download the Tanzu CLI for Linux from https://network.tanzu.vmware.com/products/tanzu-application-platform to the root of the directory. Create a public project called tap-workshop and private project called tap-carvel-workshop-examples in your registry instance.

There is a Dockerfile in the root directory of this repo. From that root directory, build a Docker image and push it to the project you created:

docker build . -t <your-registry-hostname>/tap-workshop/tap-carvel-workshop
docker push <your-registry-hostname>/tap-workshop/tap-carvel-workshop

Copy values-example.yaml to values.yaml and set configuration values

cp values-example.yaml values.yaml

Run the installation script.

./install.sh

Debug

kubectl logs -l deployment=learningcenter-operator -n learningcenter

About

A Learning Center for VMware Tanzu workshop for self-paced learning of all the tools Carvel provides for the installation of TAP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published