Ignored Resources
This page describes the default list of resources ignored by T4K during a backup operation
Deprecated Documentation
This document is deprecated and no longer supported. For accurate, up-to-date information, please refer to the documentation for the latest version of Trilio.
# Ignored Resources
In order to capture resources correctly, the 'GET' API call needs to be supported by the resource. Trilio for Kubernetes (T4K) ignores certain resources during a backup as those resources do not support a 'GET' API call.
Default List
The default list of resources that are ignored are as follows:
v1/Namespace
apiregistration.k8s.io/APIService
console.openshift.io/ConsoleCLIDownload
console.openshift.io/ConsoleExternalLogLink
console.openshift.io/ConsoleLink
console.openshift.io/ConsoleNotification
console.openshift.io/ConsoleYAMLSample
Coming Soon - Adding your own list of resources to ignore
With the introduction of CRDs, there may be third party resources that users may encounter that do not support 'GET' API calls. Trilio will provide support for customers to provide their own set of ignore resources as and when they encounter them.
Last updated