Ignored Resources

This page describes the default list of resources ignored by T4K during a backup operation

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:

  1. v1/Namespace

  2. apiregistration.k8s.io/APIService

  3. console.openshift.io/ConsoleCLIDownload

  4. console.openshift.io/ConsoleExternalLogLink

  5. console.openshift.io/ConsoleLink

  6. console.openshift.io/ConsoleNotification

  7. 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.