I am testing Kasten on an RKE2 cluster and have encountered an issue during the disaster recovery (DR) restore process. Below is a detailed overview of my setup and the specific error I am facing:
-
Cluster and Namespace Setup:
- I have installed Kasten in the
kasten
namespace (not in the defaultkasten-io
namespace).
- I have installed Kasten in the
-
Restore Process:
- During the restore, I am running the following command:
helm install k10-restore kasten/k10restore
-
--namespace=kasten --set sourceClusterID=<cluster id>
-
--set profile.name=k10-test
- During the restore, I am running the following command:
-
Error Encountered:
- I receive the following error message during the restore process:
cannot get resource "configmaps" in API group "" in the namespace "kasten-io"
- I receive the following error message during the restore process:
-
Additional Context and Question:
- It seems the restore process is attempting to access resources in the
kasten-io
namespace rather than thekasten
namespace where Kasten is installed. - Is it not possible to restore Kasten with Kasten DR if the namespace is not
kasten-io
? If there is a configuration or workaround that allows the use of a custom namespace, please provide guidance.
- It seems the restore process is attempting to access resources in the
Could you please assist in resolving this issue and clarify whether the DR restore requires the default kasten-io
namespace?