Deploy OpenIAM to OpenShift cluster with Helm (from Windows)
The documentation pertaining to deploying OpenIAM to Kubernetes can be found here. This repository contains all the necessary code to deploy to the above-mentioned platforms, using Helm.
To check out the repository run the below commands.
git clone git@bitbucket.org:openiam/kubernetes-docker-configuration.gitcd kubernetes-docker-configurationgit checkout RELEASE-4.2.1.4
Deploy to OpenShift with Helm
The following steps are described for Windows deployment scenario.
- Install helm v3.3.4 by running the following.
https://github.com/helm/helm/releases/tag/v3.3.4
- Log in into
oc
by running the below command.
oc login
You will get the following message.
You must obtain an API token by visiting https://oauth-openshift.apps.********.********.aroapp.io/oauth/token/request
Go to specified page and get the login command with API token. It will look like the example below.
oc login --token=sha256~****************** --server=https://api.********.************.aroapp.io:6443
Another way to log in is using login/password, as specified below.
oc login <apiServer> -u <userName> -p <password>
After a successful authentication, you will get the following message.
Logged into "https://api.********.***********.aroapp.io:6443" as "kube:admin" using the token provided.You have access to 65 projects, the list has been suppressed. You can list all projects using 'oc projects'Using project "default".
- Run a startup script.
Check the deployment steps from this repository before running the deployment script. Afterwards, set the required properties in kubernetes-docker-configuration/openshift/helm/win/env.bat
as shown below.
cd kubernetes-docker-configuration/openshift/helm/win./setup-helm.bat