You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jekyll/_cci2/server-3-install-build-services.adoc
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Locate and enter the following in Settings:
30
30
The following command will provide the IP address of the service
31
31
+
32
32
```bash
33
-
kubectl get service output-processor --namespace=circleci-server
33
+
kubectl get service output-processor --namespace=<YOUR_CIRCLECI_NAMESPACE>
34
34
```
35
35
36
36
. *Save your configuration*. You will deploy and validate your setup after you complete Nomad client setup.
@@ -53,7 +53,7 @@ You will need some information about your cluster and server installation to com
53
53
* *Server_endpoint* - You will need to know the Nomad Server endpoint, which is the external IP address of the nomad-server-external Loadbalancer. You can get this information with the following command:
54
54
+
55
55
```bash
56
-
kubectl get service nomad-server-external --namespace=circleci-server
56
+
kubectl get service nomad-server-external --namespace=<YOUR_CIRCLECI_NAMESPACE>
57
57
```
58
58
59
59
* *Subnet ID (subnet)*, *VPC ID (vpcId)*, and *DNS server (dns_server)* of your cluster.
@@ -122,7 +122,7 @@ After Terraform is done spinning up the Nomad client(s), it will output the cert
122
122
You will need the IP address of the Nomad control plane (Nomad Server), which was created when you deployed CircleCI Server. You can get the IP address by issuing the following command:
123
123
124
124
----
125
-
kubectl get service nomad-server-external --namespace=circleci-server
125
+
kubectl get service nomad-server-external --namespace=<YOUR_CIRCLECI_NAMESPACE>
126
126
----
127
127
128
128
You will also need the following information:
@@ -155,7 +155,7 @@ Enter the following in Settings:
155
155
* *Nomad Load Balancer (required)*
156
156
+
157
157
```bash
158
-
kubectl get service nomad-server-external --namespace=circleci-server
158
+
kubectl get service nomad-server-external --namespace=<YOUR_CIRCLECI_NAMESPACE>
159
159
```
160
160
161
161
* *Nomad Server Certificate (required)* -
@@ -170,7 +170,7 @@ Provided in the output from `terraform apply`
170
170
* *Output Processor Load Balancer (required)*
171
171
+
172
172
```bash
173
-
kubectl get service output-processor --namespace=circleci-server
173
+
kubectl get service output-processor --namespace=<YOUR_CIRCLECI_NAMESPACE>
174
174
```
175
175
176
176
Click the *Save config* button to update your installation and re-deploy server.
@@ -523,7 +523,7 @@ Configure VM service through the KOTS admin console:
523
523
This can be found using the following command:
524
524
+
525
525
```bash
526
-
kubectl get service vm-service --namespace=circleci-server
526
+
kubectl get service vm-service --namespace=<YOUR_CIRCLECI_NAMESPACE>
0 commit comments