Skip to main content
Skip table of contents

Prerequisites: Clone Git Repository from Gitea

After your DKP Essential Cluster is converted into a DKP Enterprise Managed cluster, the old instance of Gitea that is used to host all Git repositories in the DKP Essential Cluster, will not be preserved.

Perform the steps in this page to ensure that you have a local copy of the Management Git Repository in the state it was in prior to undergoing the expansion process.

All DKP Platform Applications will be migrated from the DKP Essential Cluster to the DKP Enterprise Managed Cluster.

  1. Prior to turning an DKP Essential cluster to a DKP Enterprise Managed Cluster, clone Gitea using the following command:

    CODE
    dkp experimental gitea clone
  2. Verify that the Git Repository has been successfully cloned to your local environment.

    CODE
    cd kommander
    git remote -v
    # output from git remote -v look like
    # origin  https://<YOUR_CLUSTER_INGRESS_HOSTNAME>/dkp/kommander/git/kommander/kommander (fetch)
    # origin  https://<YOUR_CLUSTER_INGRESS_HOSTNAME>/dkp/kommander/git/kommander/kommander (push)

Next Steps

Back up your Cluster's Applications and Persistent Volumes

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.