NetApp / trident

Storage orchestrator for containers
Apache License 2.0
756 stars 219 forks source link

Do I still need tridentctl to create a Backend? #790

Closed gprossliner closed 1 year ago

gprossliner commented 1 year ago

The documentation Deploying with the Trident Operator mentions tridentctl is multiple places, like in the "Creating a Trident Backend" section.

But if I install a TridentOrchestrator object, I have a CRD named TridendBackend. Is it possible to configure a backend using the kubernetes api only? Or do I really need to use tridentctl, even with the operator?

Thank you

wonderland commented 1 year ago

No, you don't :-)

Documentation has been moved here (readthedocs is outdated): https://docs.netapp.com/us-en/trident/index.html

And specifically on creating/managing backends via kubectl: https://docs.netapp.com/us-en/trident/trident-use/backend-kubectl.html

gprossliner commented 1 year ago

Thank you, I‘ll take a look!

gprossliner commented 1 year ago

It works perfectly.