Upgrading from version 4.2.1.9 to version 4.2.1.10
This document describes how to upgrade OpenIAM from the version 4.2.1.9 to newer version 4.2.1.10 with Terraform. To perform the upgrade, follow the steps described below.
Commit your local customizations by pulling the respective repository at https://bitbucket.org/openiam/kubernetes-docker-configuration.git.
Checkout to RELEASE-4.2.1.10.
Merge your customizations.
Verify that
env.sh
andterraform.tfvars
contain your customizations.Update
terraform-0.12.21
toterraform-0.12.31
by running the following commands.
wget https://releases.hashicorp.com/terraform/0.12.31/terraform_0.12.31_linux_amd64.zipunzip terraform_0.12.31_linux_amd64.zipsudo mv terraform /usr/local/bin/terraform
- Run the following command.
kubectl delete jobs -all
- Now that you've finished the manual steps, you can redeploy OpenIAM.
./setup.shterraform initterraform apply
OpenIAM should be successfully updated.