-
Notifications
You must be signed in to change notification settings - Fork 2
P4: Custos Deployment Custos Deployment Step 3
anbadrin edited this page May 6, 2022
·
7 revisions
The yaml files are all in the branch https://github.com/airavata-courses/orion/tree/custos-deployment
On the master node, follow the steps:-
- Open the cluster link on the Rancher UI. Click on the kubeconfig file on the top right corner:-
- Copy the file content and paste it into the
~/.kube/config
file. If this file or folder does not exist, create one like we have done below:-
Modify the file and save.
- The kubectl command won't already be installed. The following command can be used to install it or you could refer kubectl page for installing using
curl
command.
- You can clone our repository and switch to the
custos-deployment
branch to get access to the yaml files. You can also copy these files into your repository and use that instead. We have used Team Scapsulators's branch to create our branch.
- Install helm using
sudo snap
- Create the namespaces, custos, keycloak and vault using the following commands
create namespace custos
create namespace keycloak
create namespace vault
- Create a hashicorp directory and give
777
permission on all the 3 VM's