Deploy cert-manager package using Tanzu Package on an EKS Cluster
#Packages #Tanzu #EKS #TKG #VMwaretanzu
Useful links:
You can find commands here: https://tanzucommunityedition.io/docs/latest/package-management/
Commands I ran:
Add a repository:
tanzu package repository add tce-repo –url projects.registry.vmware.com/tce/main:0.9.1
List Packages:
tanzu package available list
Get the Package Version
tanzu package available list cert-manager.community.tanzu.vmware.com
Install Package
tanzu package install cert-manager –package-name cert-manager.community.tanzu.vmware.com –version 1.5.3
List the Installed Package
tanzu package installed list
Delete a Package
tanzu package installed delete cert-manager
source