Skip to content

nutanix-cloud-native/nkp-nutanix-product-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This catalog repository holds all the Nutanix Products and their respective version HelmRepositories and HelmReleases.

Receipes

How to create catalog on your management cluster?

nkp create catalog nutanix-product-apps-catalog \
    -w  \
    --branch  \
    --url https://github.com/nutanix-cloud-native/nkp-nutanix-product-catalog

How to list all the catalogs on management cluster?

kubectl get gitrepository -n 

you can get workspace_namespace by running following command

nkp get workspaces

How to list all the apps provided by added catalogs on management cluster?

kubectl get apps -n 

How to install catalog app?


How to delete catalog from your management cluster?

kubectl delete gitrepository nutanix-product-apps-catalog -n 

For more details, you can refer to Nutanix Portal for Nutanix Kubernetes Platform documentation.