Updating KubeDirector Applications

Upgrading HPE Ezmeral Runtime Enterprise to a newer version automatically updates KubeDirector applications; however, you may need to upgrade KubeDirector applications without upgrading your HPE Ezmeral Runtime Enterprise deployment. To do this:

  1. Execute the following command to delete the old application version:

    kubectl delete kubedirectorapps.kubedirector.hpe.com <old_application_name>
  2. Execute the following command to create or update new applications:

    kubectl apply -f cr-app-<new_application_name>.json