@@ -10,13 +10,13 @@ Follow the instructions below to install Kubernetes:
1010
1111 .. code :: sh
1212
13- cd ~ / scripts/environment/kubernetes
13+ FLINT.Reporting/code/ scripts/setup /environment/kubernetes
1414
1515 2. Invoke the Kubernetes installation script:
1616
1717 .. code :: sh
1818
19- ./install_kubernetes .sh
19+ bash install .sh
2020
2121 Create Kubernetes Cluster
2222-------------------------
@@ -27,13 +27,13 @@ Follow the instructions below to create a Kubernetes cluster:
2727
2828 .. code :: sh
2929
30- cd ~ / scripts/environment/kubernetes/cluster
30+ FLINT.Reporting/code/ scripts/setup /environment/kubernetes/cluster
3131
3232 2. Invoke the kubernetes-cluster initialization script:
3333
3434 .. code :: sh
3535
36- ./initialize_kubernetes_cluster .sh
36+ bash initialize .sh
3737
3838 Add Docker Registry Secret to the Cluster
3939-----------------------------------------
@@ -46,13 +46,13 @@ cluster:
4646
4747 .. code :: sh
4848
49- cd ~ / scripts/environment/kubernetes/secrets
49+ FLINT.Reporting/code/ scripts/setup/ environment/kubernetes/cluster /secrets
5050
5151 2. Invoke the add private docker registry secret script:
5252
5353 .. code :: sh
5454
55- ./ add_private_docker_registry_secret.sh
55+ bash add_private_docker_registry_secret.sh
5656
5757 Add Weavenet to the Cluster
5858---------------------------
@@ -63,13 +63,13 @@ Follow the instructions below to add Weavenet to the cluster:
6363
6464 .. code :: sh
6565
66- cd ~ / scripts/environment/weavenet
66+ FLINT.Reporting/code/ scripts/setup/ environment/kubernetes/cluster/addons /weavenet
6767
6868 2. Invoke the meta installation script:
6969
7070 .. code :: sh
7171
72- ./install_weavenet .sh
72+ bash install .sh
7373
7474 Install Helm
7575------------
@@ -80,13 +80,13 @@ Follow the instructions below to install Helm:
8080
8181 .. code :: sh
8282
83- cd ~ / scripts/environment/helm
83+ FLINT.Reporting/code/ scripts/setup/ environment/kubernetes/cluster/addons /helm
8484
85852. Invoke the helm installation script:
8686
8787 .. code :: sh
8888
89- ./install_helm .sh
89+ bash install .sh
9090
9191 Add Traefik to the Cluster
9292--------------------------
@@ -97,13 +97,13 @@ Follow the instructions below to add Traefik to the cluster:
9797
9898 .. code :: sh
9999
100- cd ~ / scripts/environment/traefik
100+ FLINT.Reporting/code/ scripts/setup/ environment/kubernetes/cluster/addons /traefik
101101
102102 2. Invoke the traefik installation script:
103103
104104 .. code :: sh
105105
106- ./install_traefik .sh
106+ bash install .sh
107107
108108 Add Storage Volumes to the Cluster
109109----------------------------------
@@ -116,7 +116,7 @@ cluster:
116116
117117 .. code :: sh
118118
119- cd ~ / scripts/environment/kubernetes/storage
119+ FLINT.Reporting/code/ scripts/setup/ environment/kubernetes/cluster/addons /storage
120120
121121 2. Reload the environmental variables:
122122
@@ -128,7 +128,7 @@ cluster:
128128
129129 .. code :: sh
130130
131- ./install_storage_volumes .sh
131+ bash install .sh
132132
133133 Add PostgreSQL to the Cluster
134134-----------------------------
@@ -139,30 +139,13 @@ Follow the instructions below to add PostgreSQL to the cluster:
139139
140140 .. code :: sh
141141
142- cd ~ / scripts/environment/postgres
142+ FLINT.Reporting/code/ scripts/setup/ environment/kubernetes/cluster/addons/postgresql
143143
144144 2. Invoke the Postgres installation script:
145145
146146 .. code :: sh
147147
148- ./install_postgres.sh
149-
150- Add Cassandra to the Cluster
151- ----------------------------
152-
153- Follow the instructions below to add Cassandra to the cluster:
154-
155- 1. Navigate to the Cassandra setup scripts directory on the server:
156-
157- .. code :: sh
158-
159- cd ~ /scripts/environment/cassandra
160-
161- 2. Invoke the Cassandra installation script:
162-
163- .. code :: sh
164-
165- ./install_cassandra.sh
148+ bash install.sh
166149
167150 Add RabbitMQ to the Cluster
168151---------------------------
@@ -173,10 +156,10 @@ Follow the instructions below to add RabbitMQ to the cluster:
173156
174157 .. code :: sh
175158
176- cd ~ / scripts/environment/rabbitmq
159+ FLINT.Reporting/code/ scripts/setup/ environment/kubernetes/cluster/addons /rabbitmq
177160
178161 2. Invoke the rabbitmq installation script:
179162
180163 .. code :: sh
181164
182- ./install_rabbitmq .sh
165+ bash install .sh
0 commit comments