-
Confirm all pods are in a running or completed state:
$ kubectl get pods -n td-platform
-
Install the services:
$ appctl platform install --namespace appcenter --name appcenter appcenter-2.0.0+build.34.8c51239.tgz -f application-services-override.yaml --reset-values
-
If the override files are encrypted, provide the password:
$ appctl platform install --namespace appcenter --name appcenter appcenter-2.0.0+build.34.8c51239.tgz -f application-services-override.yaml --reset-values Enter password:
If you are doing an over-the-top-upgrade or performing an installation after an AppCenter restore, provide --set user-service.keycloakMigrationEnabled=true with the install command. -
Make sure AppCenter installation was successful:
$ appctl platform test appcenter --attempt=10 --delay=20
-
Confirm all pods are in a running or completed state:
$ kubectl get pods --all-namespaces