Peter Lindblom
Peter Lindblom
We have a similar requirement. Due to new national security roles we need to have a Rancher management cluster in each country we hosting . Today we only have the...
As a workaround, we runs two passes with kustomize to do this. First the normal kustomization.yaml included with trident. ``` kubectl kustomize ./trident/deploy/ > ~/workdir/trident-bundle.yml ``` Then we run it...
Is it possible to add support for different retention time and mode for each backup job? In AWS you can configure a default retention time and mode however each put...
> Is it possible to add support for different retention time and mode for each backup job? > > In AWS you can configure a default retention time and mode...