Convert from Online to Airgap

Sometimes the environment where Pliant is installed can change, and an online instance will need to be converted to an airgap instance. Follow these steps to make the changes.

  1. Disable the cronjob that refreshes the AWS Elastic Container Registry credentials

    kubectl patch cronjob aws-registry-credential-cron -p='{"spec":{"suspend":true}}'
  2. Scale the pliant-worker-nodejs-config deployment to zero

    kubectl scale deployment pliant-worker-nodejs-config --replicas=0