velero print-fs-instructions
Print instructions for setting up Velero with the current file system configuration (e.g. NFS, Host Path, etc..)
Usage
kubectl kots velero print-fs-instructions [flags]
- Provide
[flags]
according to the table below
Flag | Type | Description |
---|---|---|
-h, --help | help for ensure-permissions | |
-n, --namespace | string | the namespace of the admin console (required) |
--output | string | output format. supported values: json |
Example
Basic
kubectl kots velero print-fs-instructions --namespace kots-sentry
Note: when using the json
output format, the printed credentials will be Base64 encoded.