Under certain conditions you may have issues with installing Tanzu Application Platform packages.
Problem
Tanzu Application Platform packages are not getting installed.
Cause
There can be certain issues with the configuration provided which can result in failure for some packages.
Solution
- Check package status.
From the below command, you can get the namespace created by the package where the resources could be failing and query for all the resources under that namespace:
kubectl describe pkgi <failed-package> -n tap-install
kubectl describe apps <failed-package> -n tap-install
- Check tap resources.
Check for all the failed resources or get the logs in case of pods.
kubectl get all -n <ns-specific-to-a-package>