Skip to content

Commit 545e977

Browse files
committed
fix more refs to namespace
1 parent 2498ac0 commit 545e977

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

jekyll/_cci2/server-3-install-build-services.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Locate and enter the following in Settings:
3030
The following command will provide the IP address of the service
3131
+
3232
```bash
33-
kubectl get service output-processor --namespace=circleci-server
33+
kubectl get service output-processor --namespace=<YOUR_CIRCLECI_NAMESPACE>
3434
```
3535

3636
. *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
5353
* *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:
5454
+
5555
```bash
56-
kubectl get service nomad-server-external --namespace=circleci-server
56+
kubectl get service nomad-server-external --namespace=<YOUR_CIRCLECI_NAMESPACE>
5757
```
5858

5959
* *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
122122
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:
123123

124124
----
125-
kubectl get service nomad-server-external --namespace=circleci-server
125+
kubectl get service nomad-server-external --namespace=<YOUR_CIRCLECI_NAMESPACE>
126126
----
127127

128128
You will also need the following information:
@@ -155,7 +155,7 @@ Enter the following in Settings:
155155
* *Nomad Load Balancer (required)*
156156
+
157157
```bash
158-
kubectl get service nomad-server-external --namespace=circleci-server
158+
kubectl get service nomad-server-external --namespace=<YOUR_CIRCLECI_NAMESPACE>
159159
```
160160

161161
* *Nomad Server Certificate (required)* -
@@ -170,7 +170,7 @@ Provided in the output from `terraform apply`
170170
* *Output Processor Load Balancer (required)*
171171
+
172172
```bash
173-
kubectl get service output-processor --namespace=circleci-server
173+
kubectl get service output-processor --namespace=<YOUR_CIRCLECI_NAMESPACE>
174174
```
175175

176176
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:
523523
This can be found using the following command:
524524
+
525525
```bash
526-
kubectl get service vm-service --namespace=circleci-server
526+
kubectl get service vm-service --namespace=<YOUR_CIRCLECI_NAMESPACE>
527527
```
528528
** *GCP project ID (required)* -
529529
Name of the GCP project the cluster resides.

0 commit comments

Comments
 (0)