Skip to main content

 

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:

  1. Cluster and Namespace Setup:

    • I have installed Kasten in the kasten namespace (not in the default kasten-io namespace).
  2. 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

  3. Error Encountered:

    • I receive the following error message during the restore process:

      cannot get resource "configmaps" in API group "" in the namespace "kasten-io"

  4. Additional Context and Question:

    • It seems the restore process is attempting to access resources in the kasten-io namespace rather than the kasten 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.

Could you please assist in resolving this issue and clarify whether the DR restore requires the default kasten-io namespace?

Hi @roe I was able to recreate the issue, let me check it and will get back to you.

BR,
Ahmed Haga


Comment