Rancher Server Setup
- Rancher version: 2.14.1
- Installation option: Helm via Rancher
- Kubernetes Version and Engine: v1.35.5+k3s1
Describe the bug
(Rancher Backup version is 109.0.4-up10.0.4)
When trying to create a new backup CR, this error appears:
You must define a ResourceSet in this namespace to create a backup CR.
Both of the standard ResourceSets are created, but are not in a namespace:
$ kubectl describe resourceset rancher-resource-set-basic | grep Namespace
Namespace:
$ kubectl describe resourceset rancher-resource-set-full | grep Namespace
Namespace:
To Reproduce
- Go to Apps / Charts
- Find the Rancher Backups chart and install it
- Wait for install to finish
- Go to Rancher Backups / Backup and click Create
- See error
Expected behavior
- The standard ResourceSets are created in the
cattle-resources-system namespace
- The backup creation form appears without error
Screenshots

Additional context
I have tried manually adding the namespace in the ResourceSets' YAML, and get this error:
the server could not find the requested resource
Rancher Server Setup
Describe the bug
(Rancher Backup version is 109.0.4-up10.0.4)
When trying to create a new backup CR, this error appears:
You must define a ResourceSet in this namespace to create a backup CR.Both of the standard ResourceSets are created, but are not in a namespace:
To Reproduce
Expected behavior
cattle-resources-systemnamespaceScreenshots

Additional context
I have tried manually adding the namespace in the ResourceSets' YAML, and get this error:
the server could not find the requested resource