Open YvosOnTheHub opened 5 days ago
https://docs.netapp.com/us-en/trident/trident-protect/trident-protect-manage-applications.html
Define an application for management
the YAML example includes :
metadata: name: maria namespace: my-app-namespace
however, the CLI example is missing the parameter --namespace my-app-namespace
--namespace my-app-namespace
the correct example should be: tridentctl protect create application <my_new_app_cr_name> --namespaces <namespaces_to_include> --csr <cluster_scoped_resources_to_include> --namespace <my-app-namespace>
tridentctl protect create application <my_new_app_cr_name> --namespaces <namespaces_to_include> --csr <cluster_scoped_resources_to_include> --namespace <my-app-namespace>
Thanks for submitting this issue @YvosOnTheHub - we'll get this corrected shortly.
Page URL
https://docs.netapp.com/us-en/trident/trident-protect/trident-protect-manage-applications.html
Page title
Define an application for management
Summary
the YAML example includes :
however, the CLI example is missing the parameter
--namespace my-app-namespace
the correct example should be:
tridentctl protect create application <my_new_app_cr_name> --namespaces <namespaces_to_include> --csr <cluster_scoped_resources_to_include> --namespace <my-app-namespace>
Public issues must not contain sensitive information