You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the CLI ./velero-v1.15.0-darwin-arm64/velero install --uploader-type=restic --dry-run --crds-only -o json
The output is something like the following:
⚠️ Uploader 'restic' is deprecated, don't use it for new backups, otherwise the backups won't be available forrestore when this functionality is removedin a future version of Velero
{
"apiVersion": "v1",
"items": [
{
It's not JSON-compatible, and cannot be passed to kubectl apply -f --
Describe the solution you'd like
Suggest dropping the warning for velero install --dry-run --crds-only -o json CLI.
Anything else you would like to add:
Environment:
Velero version (use velero version): v1.15.0
Kubernetes version (use kubectl version):
Kubernetes installer & version:
Cloud provider or hardware configuration:
OS (e.g. from /etc/os-release):
Vote on this issue!
This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.
👍 for "The project would be better with this feature added"
👎 for "This feature will not enhance the project in a meaningful way"
The text was updated successfully, but these errors were encountered:
Describe the problem/challenge you have
Run the CLI
./velero-v1.15.0-darwin-arm64/velero install --uploader-type=restic --dry-run --crds-only -o json
The output is something like the following:
It's not JSON-compatible, and cannot be passed to
kubectl apply -f --
Describe the solution you'd like
Suggest dropping the warning for
velero install --dry-run --crds-only -o json
CLI.Anything else you would like to add:
Environment:
velero version
): v1.15.0kubectl version
):/etc/os-release
):Vote on this issue!
This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.
The text was updated successfully, but these errors were encountered: