Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 1.06 KB

File metadata and controls

33 lines (23 loc) · 1.06 KB

Add Supplemental Learning Center Workshops

After you've completed installing Tanzu Application Platform you may wish to author and add workshops to one or more Learning Center training portals.

Consult the public documentation for how to author and publish your own workshops.

We provide a few additional workshops that you may easily install by visiting the gitops/tanzu/learningcenter/supplemental directory, then executing:

cd gitops/tanzu/learningcenter/supplemental
kapp deploy --app lcs --file .init --yes
kubectl apply -f .install

To check in on available Training Portals

kubectl get trainingportal -A

Visit the URL of a training portal in your favorite browser to view and start a workshop on-demand.

To view the available Workshops

kubectl get workshops -A

To uninstall

kubectl delete -f .install
kapp delete --app lcs --yes