Skip to content

Migrate infrastructure to OKD4

Nicola Tarocco requested to merge migrate_okd4 into master

When moving PROD from OKD3 to OKD4:

  • Check if we can remove these tokens in Gitlab

    • OPENSHIFT_DOCKER_REGISTRY_TEST
    • OPENSHIFT_DOCKER_TOKEN_TEST
    • OPENSHIFT_DOCKER_REGISTRY_PROD
    • OPENSHIFT_DOCKER_TOKEN_PROD
  • check if we can remove these secrets in OKD4:

    • cara-registry-gitlab
    • webhooksecret
  • in the OKD4 prod env, create the new secret:

    • OPENSHIFT_CARA_TEST_WEBHOOK_SECRET
    • change the ImageStreamTags of DeploymentConfig latest -> cara-latest
Edited by Nicola Tarocco

Merge request reports