Removing predefined templates
Remove Templates shipped with k0rdent#
If you need to limit the templates that exist in your k0rdent installation, follow the instructions below:
- 
Get the list of ProviderTemplate,ClusterTemplateorServiceTemplateobjects shipped with k0rdent. For example, forClusterTemplateobjects, run:kubectl get clustertemplates -n kcm-system -l helm.toolkit.fluxcd.io/name=kcm-templatesNAMESPACE NAME VALID kcm-system adopted-cluster-1-5-0 true kcm-system aws-eks-1-0-3 true kcm-system aws-hosted-cp-1-0-16 true kcm-system aws-standalone-cp-1-0-16 true kcm-system azure-aks-1-0-1 true kcm-system azure-hosted-cp-1-0-19 true kcm-system azure-standalone-cp-1-0-17 true kcm-system openstack-standalone-cp-1-0-17 true kcm-system vsphere-hosted-cp-1-0-15 true kcm-system vsphere-standalone-cp-1-0-15 true
- 
Remove the template from the list using kubectl delete, as in:kubectl delete clustertemplate -n kcm-system <template-name>