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
The Velero server and node-agent support several ConfigMaps to customize the settings of some advanced features, but their formats are not aligned, and their valid formats are not well documented.
1. Resource Policy: https://velero.io/docs/v1.15/resource-filtering/#yaml-template
Resource policy requires YAML in its content.
After creation, the valid content of the ConfigMap is something like this. There is a file name section in the content.
2. Repository Maintenance Configuration: https://velero.io/docs/v1.15/repository-maintenance/#affinity-example
The example in the document has some JSON format issues.
It requires JSON as the content.
This is a valid example. There is no file name section in the data content.
3. Backup Repository Configuration: https://velero.io/docs/v1.15/backup-repository-configuration/
The example in the document is a bit confusing. It's better to have a working example.
It requires JSON as the ConfigMap content.
There is no file name section in the data content.
4. Backup PVC Configuration: https://velero.io/docs/v1.15/data-movement-backup-pvc-configuration/
The example in the document only shows the content of the data section. It's better to have a created ConfigMap as an example.
It requires JSON as the content.
There is a section to requires the file name in data section.
We should document their formats and make their formats aligned.
Anything else you would like to add:
Environment:
Velero version (use velero version):
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
The Velero server and node-agent support several ConfigMaps to customize the settings of some advanced features, but their formats are not aligned, and their valid formats are not well documented.
1. Resource Policy:
https://velero.io/docs/v1.15/resource-filtering/#yaml-template
Resource policy requires YAML in its content.
After creation, the valid content of the ConfigMap is something like this. There is a file name section in the content.
2. Repository Maintenance Configuration:
https://velero.io/docs/v1.15/repository-maintenance/#affinity-example
The example in the document has some JSON format issues.
It requires JSON as the content.
This is a valid example. There is no file name section in the data content.
3. Backup Repository Configuration:
https://velero.io/docs/v1.15/backup-repository-configuration/
The example in the document is a bit confusing. It's better to have a working example.
It requires JSON as the ConfigMap content.
There is no file name section in the data content.
4. Backup PVC Configuration:
https://velero.io/docs/v1.15/data-movement-backup-pvc-configuration/
The example in the document only shows the content of the data section. It's better to have a created ConfigMap as an example.
It requires JSON as the content.
There is a section to requires the file name in data section.
5. Node-Agent Configuration
https://velero.io/docs/v1.15/node-agent-concurrency/
Its content is JSON. It has the file name section in the data content.
Describe the solution you'd like
We should document their formats and make their formats aligned.
Anything else you would like to add:
Environment:
velero version
):kubectl 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: