Skip to content

Commit 086716a

Browse files
rosieyohannanatulsingh0soulchipschristian-stephen
authored
Docs updates for Server 4.8 (#9262)
* create 4.8 directory * add 4.8 to sidebar * ONPREM-1346 | Removing launch agent reference (#9264) * removed launch agent reference * added launch agent migration guide * Update jekyll/_cci2/server/latest/installation/upgrade-server.adoc Co-authored-by: Rosie Yohannan <[email protected]> --------- Co-authored-by: Rosie Yohannan <[email protected]> * Move server partials into correct directory and update set for 4.7 version (#9324) * move server partials into correct dir and update set for 4.7 * update version in latest partials * public docs for ref chart (#9305) * first commit * update * updating SLI doc descriptions * removing dashboard descriptions * Update jekyll/_cci2/server/latest/operator/reference-monitoring-stack.adoc Co-authored-by: Rosie Yohannan <[email protected]> * Update jekyll/_cci2/server/latest/operator/reference-monitoring-stack.adoc Co-authored-by: Rosie Yohannan <[email protected]> * Update jekyll/_cci2/server/latest/operator/reference-monitoring-stack.adoc Co-authored-by: Rosie Yohannan <[email protected]> * Update jekyll/_cci2/server/latest/operator/reference-monitoring-stack.adoc Co-authored-by: Rosie Yohannan <[email protected]> * Update jekyll/_cci2/server/latest/operator/reference-monitoring-stack.adoc Co-authored-by: Rosie Yohannan <[email protected]> * change filename and add to sidebar * add Grafana to linter ok list * fix xref --------- Co-authored-by: Rosie Yohannan <[email protected]> * [ONPREM-2101] Document accessing the Nomad web UI for troubleshooting (#9357) * Document accessing the Nomad web UI for troubleshooting * Apply suggestions from code review Co-authored-by: Rosie Yohannan <[email protected]> --------- Co-authored-by: Rosie Yohannan <[email protected]> * Update instructions on how to access the Nomad UI (#9361) We made some changes to which address Nomad binds to that makes port-forwarding directly possible again * Onprem 2032/externalize nomad servers (#9352) * updating nomad references * adding aws instructions for nomad server * updating references * add nomad externalization docs for existing installs * merging phase 3 docs * Update jekyll/_cci2/server/latest/installation/phase-3-aws-execution-environments.adoc Co-authored-by: Rosie Yohannan <[email protected]> * Update jekyll/_cci2/server/latest/installation/phase-3-gcp-execution-environments.adoc Co-authored-by: Rosie Yohannan <[email protected]> * Update jekyll/_cci2/server/latest/operator/introduction-to-nomad-cluster-operation.adoc Co-authored-by: Rosie Yohannan <[email protected]> * Update jekyll/_includes/partials/server/latest/installation/phase-3.adoc Co-authored-by: Rosie Yohannan <[email protected]> * Update jekyll/_includes/partials/server/latest/installation/phase-3.adoc Co-authored-by: Rosie Yohannan <[email protected]> * Update jekyll/_includes/partials/server/latest/installation/phase-3.adoc Co-authored-by: Rosie Yohannan <[email protected]> * Update jekyll/_includes/partials/server/latest/installation/phase-3.adoc Co-authored-by: Rosie Yohannan <[email protected]> * Update jekyll/_includes/partials/server/latest/installation/phase-3.adoc Co-authored-by: Rosie Yohannan <[email protected]> * Update jekyll/_includes/partials/server/latest/installation/phase-3.adoc Co-authored-by: Rosie Yohannan <[email protected]> * Update jekyll/_cci2/server/latest/operator/introduction-to-nomad-cluster-operation.adoc Co-authored-by: Rosie Yohannan <[email protected]> * adding link to gcp variables.tf * logic fix --------- Co-authored-by: Rosie Yohannan <[email protected]> * Update values table for server 4.8 (#9386) * Update images for air-gap on server 4.8 (#9387) * add mtls note 4.8 (#9397) * adding mtls note * Update jekyll/_cci2/server/latest/installation/hardening-your-cluster.adoc Co-authored-by: Rosie Yohannan <[email protected]> --------- Co-authored-by: Rosie Yohannan <[email protected]> * Revert "Update instructions on how to access the Nomad UI (#9361)" (#9420) This reverts commit b606efa. We actually need to go back to the first iteration of the instructions as we have once again changed the bind address of the Nomad servers. * Update server images and values for 4.8 (#9424) * fix link to orb docs and add description of what's in the release * fix up some lint errors * fix long sentence in upgrade guide --------- Co-authored-by: Atul S <[email protected]> Co-authored-by: Akil Aikman <[email protected]> Co-authored-by: Chris Stephen <[email protected]>
1 parent 23af193 commit 086716a

File tree

88 files changed

+9106
-345
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+9106
-345
lines changed

jekyll/_cci2/server/latest/air-gapped-installation/additional-considerations.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
contentTags:
33
platform:
4-
- Server v4.7
4+
- Server v4.8
55
- Server Admin
66
---
77
= Additional considerations
88
:page-layout: classic-docs
99
:page-liquid:
10-
:page-description: This page presents some items that should be considered when starting an air-gapped installation of CircleCI server v4.7.
10+
:page-description: This page presents some items that should be considered when starting an air-gapped installation of CircleCI server v4.8.
1111
:icons: font
1212
:toc: macro
1313
:toc-title:
@@ -124,7 +124,7 @@ For each `hostname:port` combination, CircleCI server will, during installation,
124124

125125
[#configuring-the-tls-certificates-array]
126126
=== Configuring the TLS certificates array
127-
Instead of providing a list of `hostname:port` combinations for certificates to import, the public certificate chains of the corresponding TLS certificates to trust can be provided in the `values.yaml` file, in the `tls.certificates` value, as a list of base64 encoded certificates strings.
127+
Instead of providing a list of `hostname:port` combinations for certificates to import, the public certificate chains of the corresponding TLS certificates to trust can be provided in the `values.yaml` file. Provide the trusted certificate list in the `tls.certificates` value, as a list of base64 encoded certificates strings.
128128

129129
[source, yaml]
130130
----

jekyll/_cci2/server/latest/air-gapped-installation/example-values.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
contentTags:
33
platform:
4-
- Server v4.7
4+
- Server v4.8
55
- Server Admin
66
---
77
= Example `values.yaml`
88
:page-layout: classic-docs
99
:page-liquid:
10-
:page-description: This page presents an example values.yaml file to help with setting up an air-gapped installation of CircleCI server v4.7.
10+
:page-description: This page presents an example values.yaml file to help with setting up an air-gapped installation of CircleCI server v4.8.
1111
:icons: font
1212
:toc: macro
1313
:toc-title:
@@ -73,7 +73,6 @@ object_storage:
7373
# Distributor using CircleCI Agent in Minio
7474
distributor:
7575
agent_base_url: http://minio.internal.example.com:9000/circleci-data
76-
launch_agent_base_url: http://minio.internal.example.com:9000/circleci-data
7776
7877
# Nomad
7978
nomad:

jekyll/_cci2/server/latest/air-gapped-installation/phase-1-prerequisites.adoc

Lines changed: 59 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
contentTags:
33
platform:
4-
- Server v4.7
4+
- Server v4.8
55
- Server Admin
66
---
77
= Phase 1 - Prerequisites
88
:page-layout: classic-docs
99
:page-liquid:
1010
:experimental:
11-
:page-description: A guide to installing CircleCI server v4.7 in an air-gapped environment. Requirements, images and Helm charts.
11+
:page-description: A guide to installing CircleCI server v4.8 in an air-gapped environment. Requirements, images and Helm charts.
1212
:icons: font
1313
:toc: macro
1414
:toc-title:
@@ -61,87 +61,75 @@ Download all images required for the release of CircleCI server to your local ma
6161

6262
[,bash]
6363
----
64-
SERVER_4_7_IMAGE_LIST=`cat <<EOF
65-
cciserver.azurecr.io/api-gateway:0.1.49191-1d80931
66-
cciserver.azurecr.io/api-service:0.1.19809-2c27b769
67-
cciserver.azurecr.io/approval-job-provider-migrator:1.0.22210-1e8ba07
68-
cciserver.azurecr.io/audit-log-service:0.1.1767-a014907
69-
cciserver.azurecr.io/authentication-svc:0.1.31069-c3ff89c
64+
SERVER_4_8_IMAGE_LIST=`cat <<EOF
65+
cciserver.azurecr.io/api-gateway:0.1.61921-e4a01bc
66+
cciserver.azurecr.io/api-service:0.1.21904-86fef64a
67+
cciserver.azurecr.io/approval-job-provider-migrator:1.0.23431-d070abe
68+
cciserver.azurecr.io/audit-log-service:0.1.2153-c94eb0f
69+
cciserver.azurecr.io/authentication-svc:0.1.45454-e22f36f
7070
cciserver.azurecr.io/authentication-svc-migrator:0.1.17533-7681416
71-
cciserver.azurecr.io/branch-service:0.1.5146-5123808
72-
cciserver.azurecr.io/branch-service-migrator:0.1.5145-5123808
73-
cciserver.azurecr.io/builds-service:1.0.7343-84779b5
74-
cciserver.azurecr.io/builds-service-migrator:1.0.7343-84779b5
75-
cciserver.azurecr.io/ciam:0.1.32056-480583e
76-
cciserver.azurecr.io/ciam-gateway:0.1.7603-883d322
77-
cciserver.azurecr.io/contexts-service:0.1.23652-7e97303
78-
cciserver.azurecr.io/contexts-service-migrator:0.1.23651-7e97303
79-
cciserver.azurecr.io/cron-service:0.1.5169-cbc93dd
80-
cciserver.azurecr.io/cron-service-migrator:0.1.5170-cbc93dd
81-
cciserver.azurecr.io/distributor:0.1.137585-444fb120
82-
cciserver.azurecr.io/distributor-migrator:0.1.137584-444fb120
83-
cciserver.azurecr.io/docker-provisioner:0.1.27473-7465c1c
84-
cciserver.azurecr.io/domain-service:0.1.18086-464027e
85-
cciserver.azurecr.io/domain-service-migrator:0.1.18085-464027e
86-
cciserver.azurecr.io/execution-gateway:0.1.22605-9cd2443
87-
cciserver.azurecr.io/feature-flags:0.1.7871-2143698
88-
cciserver.azurecr.io/frontend:0.2.37400-0682aca-snapshot
89-
cciserver.azurecr.io/init-known-hosts:1.0.15-4c88cf7
90-
cciserver.azurecr.io/insights-service:0.1.89109-a6fd61a5
91-
cciserver.azurecr.io/insights-service-migrator:0.1.89110-a6fd61a5
92-
cciserver.azurecr.io/machine-provisioner:0.1.84130-76afc75
93-
cciserver.azurecr.io/machine-provisioner-migrator:0.1.84123-76afc75
94-
cciserver.azurecr.io/nomad:1.4.568-bfc9a6ec4-125-a748c37
95-
cciserver.azurecr.io/orb-service:0.1.89027-f8ec8ae
96-
cciserver.azurecr.io/orb-service-analytics-migrator:0.1.89028-f8ec8ae
97-
cciserver.azurecr.io/orb-service-migrator:0.1.89025-f8ec8ae
98-
cciserver.azurecr.io/output:0.1.28505-222a47e
99-
cciserver.azurecr.io/permissions-service:0.1.32058-480583e
100-
cciserver.azurecr.io/permissions-service-migrator:0.1.32057-480583e
101-
cciserver.azurecr.io/policy-service:0.1.6789-4e9d8f6
102-
cciserver.azurecr.io/runner-admin:0.1.22266-f606ca5
103-
cciserver.azurecr.io/runner-admin-migrator:0.1.22253-f606ca5
104-
cciserver.azurecr.io/server-license:1.0.14-9cb1f65
105-
cciserver.azurecr.io/server-postgres:12.16.135-34b4cfa
71+
cciserver.azurecr.io/branch-service:0.1.8001-c4fda8e
72+
cciserver.azurecr.io/branch-service-migrator:0.1.8000-c4fda8e
73+
cciserver.azurecr.io/builds-service:1.0.7795-fb357b9
74+
cciserver.azurecr.io/builds-service-migrator:1.0.7795-fb357b9
75+
cciserver.azurecr.io/ciam:0.1.42389-d9b9756
76+
cciserver.azurecr.io/ciam-gateway:0.1.11398-bfc865d
77+
cciserver.azurecr.io/circle-www-api:0.1.711488-642e2d1832
78+
cciserver.azurecr.io/contexts-service:0.1.24798-a6b197a
79+
cciserver.azurecr.io/contexts-service-migrator:0.1.24797-a6b197a
80+
cciserver.azurecr.io/cron-service:0.1.5830-6ec2408
81+
cciserver.azurecr.io/cron-service-migrator:0.1.5831-6ec2408
82+
cciserver.azurecr.io/distributor:0.1.141342-97f6a50c
83+
cciserver.azurecr.io/distributor-migrator:0.1.141343-97f6a50c
84+
cciserver.azurecr.io/docker-provisioner:0.1.42238-2278cdc
85+
cciserver.azurecr.io/domain-service:0.1.18952-cb0f939
86+
cciserver.azurecr.io/domain-service-migrator:0.1.18951-cb0f939
87+
cciserver.azurecr.io/execution-gateway:0.1.25576-5a1b55e
88+
cciserver.azurecr.io/feature-flags:0.1.8767-2d3e16b
89+
cciserver.azurecr.io/init-known-hosts:1.0.72-cca8263
90+
cciserver.azurecr.io/insights-service:0.1.92656-9aba6041
91+
cciserver.azurecr.io/insights-service-migrator:0.1.92655-9aba6041
92+
cciserver.azurecr.io/machine-provisioner:0.1.92089-38be0c2
93+
cciserver.azurecr.io/machine-provisioner-migrator:0.1.92084-38be0c2
94+
cciserver.azurecr.io/orb-service:0.1.102697-5efbd597
95+
cciserver.azurecr.io/orb-service-analytics-migrator:0.1.102699-5efbd597
96+
cciserver.azurecr.io/orb-service-migrator:0.1.102697-5efbd597
97+
cciserver.azurecr.io/output:0.1.30932-9b859a8
98+
cciserver.azurecr.io/permissions-service:0.1.42391-d9b9756
99+
cciserver.azurecr.io/permissions-service-migrator:0.1.42390-d9b9756
100+
cciserver.azurecr.io/policy-service:0.1.9419-5d7da65
101+
cciserver.azurecr.io/public-api-service:0.1.38704-762b942
102+
cciserver.azurecr.io/runner-admin:0.1.27514-fb12e67
103+
cciserver.azurecr.io/runner-admin-migrator:0.1.27508-fb12e67
104+
cciserver.azurecr.io/server-license:1.0.90-16b88b3
106105
cciserver.azurecr.io/server-postgres:12.16.37-7629bfd
107-
cciserver.azurecr.io/step:0.1.8536-cb55342
106+
cciserver.azurecr.io/server-postgres:12.22.445-4d84973
107+
cciserver.azurecr.io/server-rabbitmq:3.12.423-3363c50
108+
cciserver.azurecr.io/step:0.1.9950-a5e4a61
108109
cciserver.azurecr.io/vault-cci:0.4.196-1af3417
109-
cciserver.azurecr.io/webhook-service:0.1.10044-e27a44a
110-
cciserver.azurecr.io/webhook-service-migrator:0.1.10042-e27a44a
111-
cciserver.azurecr.io/web-ui:0.1.65498-227ac7d06f
112-
cciserver.azurecr.io/web-ui-authentication:0.1.64589-37b6c819c1
113-
cciserver.azurecr.io/web-ui-insights:0.1.63994-b0c0ae8ea1
114-
cciserver.azurecr.io/web-ui-onboarding:0.1.65876-d922ac933b
115-
cciserver.azurecr.io/web-ui-org-settings:0.1.65496-227ac7d06f
116-
cciserver.azurecr.io/web-ui-project-settings:0.1.62023-b851e0d9bd
117-
cciserver.azurecr.io/web-ui-runners:0.1.64064-db6d5c6481
118-
cciserver.azurecr.io/web-ui-server-admin:0.1.3937-5250c09
119-
cciserver.azurecr.io/web-ui-user-settings:0.1.63989-b0c0ae8ea1
120-
cciserver.azurecr.io/workflows-conductor:1.0.22210-1e8ba07
121-
cciserver.azurecr.io/workflows-conductor-migrator:1.0.22210-1e8ba07
122-
circleci/picard:1.0.254724-7e8e2f9b
110+
cciserver.azurecr.io/webhook-service:0.1.12058-da092c4
111+
cciserver.azurecr.io/webhook-service-migrator:0.1.12059-da092c4
112+
cciserver.azurecr.io/web-ui:0.1.133999-ac8148f608
113+
cciserver.azurecr.io/web-ui-authentication:0.1.119922-bd2b764ed5
114+
cciserver.azurecr.io/web-ui-server-admin:0.1.127516-c8690d5814
115+
cciserver.azurecr.io/workflows-conductor:1.0.23431-d070abe
116+
cciserver.azurecr.io/workflows-conductor-migrator:1.0.23431-d070abe
117+
circleci/picard:1.0.275302-e49eabce
123118
docker.io/bitnami/mongodb:3.6.22-debian-9-r38
124-
docker.io/bitnami/rabbitmq:3.11.16-debian-11-r0
125119
docker.io/bitnami/redis:6.2.1-debian-10-r13
126-
hashicorp/nomad-autoscaler:0.3.7
127-
jimmidyson/configmap-reload:v0.5.0
128-
k8s.gcr.io/kube-state-metrics/kube-state-metrics:v2.3.0
129-
kong:3.3.1
130-
mongo:3.6
131-
nginxinc/nginx-unprivileged:1.27.0
132-
prom/pushgateway:v1.4.2
133-
quay.io/prometheus/alertmanager:v0.23.0
134-
quay.io/prometheus/node-exporter:v1.3.0
135-
quay.io/prometheus/prometheus:v2.31.1
120+
docker.io/library/telegraf:1.34-alpine
121+
hashicorp/nomad:1.10.0
122+
hashicorp/nomad-autoscaler:0.4.6
123+
kong:3.4.2
124+
nginxinc/nginx-unprivileged:1.28.0
136125
quay.io/soketi/soketi:1.6-16-distroless
137-
telegraf:1.24-alpine
138126
EOF
139127
`
140128
----
141129

142130
[source, bash]
143131
----
144-
echo $SERVER_4_7_IMAGE_LIST | while read -r image; do docker pull $image; done
132+
echo $SERVER_4_8_IMAGE_LIST | while read -r image; do docker pull $image; done
145133
----
146134

147135
[#copy-all-images]

jekyll/_cci2/server/latest/air-gapped-installation/phase-2-configure-object-storage.adoc

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
contentTags:
33
platform:
4-
- Server v4.7
4+
- Server v4.8
55
- Server Admin
66
---
77
= Phase 2 - Configure object storage
88
:page-layout: classic-docs
99
:page-liquid:
10-
:page-description: How to configure object storage through MinIO to run CircleCI server v4.7 in an air-gapped environment.
10+
:page-description: How to configure object storage through MinIO to run CircleCI server v4.8 in an air-gapped environment.
1111
:icons: font
1212
:experimental:
1313
:toc: macro
@@ -201,18 +201,6 @@ curl -O https://circleci-binary-releases.s3.amazonaws.com/circleci-agent/canary.
201201

202202
Copy this `canary.txt` file to the root directory of the `circleci-data` bucket.
203203

204-
[#copy-candidate-txt-file]
205-
=== b. Copy candidate.txt file
206-
Download the `candidate.txt` file required by `runner_admin`.
207-
208-
[,bash]
209-
----
210-
# Download candidate.txt
211-
curl -O https://circleci-binary-releases.s3.amazonaws.com/circleci-launch-agent/candidate.txt
212-
----
213-
214-
Copy this `candidate.txt` file to the root directory of the `circleci-data` bucket.
215-
216204
[#next-steps]
217205
== Next steps
218206

jekyll/_cci2/server/latest/air-gapped-installation/phase-3-install-circleci-server.adoc

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
contentTags:
33
platform:
4-
- Server v4.7
4+
- Server v4.8
55
- Server Admin
66
---
77
= Phase 3 - install CircleCI server
88
:page-layout: classic-docs
99
:page-liquid:
10-
:page-description: How to install the CircleCI server v4.7 Helm deployment to an air-gapped environment.
10+
:page-description: How to install the CircleCI server v4.8 Helm deployment to an air-gapped environment.
1111
:icons: font
1212
:toc: macro
1313
:toc-title:
@@ -83,22 +83,12 @@ NOTE: Update the endpoint protocol to `http` or `https` depending on your MinIO
8383

8484

8585
=== d. Configure MinIO build agent
86-
In the distributor section of the `values.yaml` file, point `agent_base_url` and `launch_agent_base_url` to the `circleci-data` bucket you created in your MinIO installation.
86+
In the distributor section of the `values.yaml` file, point `agent_base_url` to the `circleci-data` bucket you created in your MinIO installation.
8787

8888
[source, yaml]
8989
----
9090
distributor:
9191
agent_base_url: http://<minio-internal-hostname>:9000/circleci-data/
92-
launch_agent_base_url: http://<minio-internal-hostname>:9000/circleci-data/
93-
----
94-
95-
Update the `runner_admin` section of the `values.yaml` file to point `external.launch_agent_base_url` to the `circleci-data` bucket.
96-
97-
[source, yaml]
98-
----
99-
runner_admin:
100-
external:
101-
launch_agent_base_url: http://<minio-internal-hostname>:9000/circleci-data/
10292
----
10393

10494
NOTE: Port 9000 is referenced here as that is a default for MinIO. If your MinIO instance is configured differently, this port will need to be updated.
@@ -175,7 +165,7 @@ We recommend first creating a namespace (`circleci-server`) and deploying the ch
175165

176166
[source,bash,subs=attributes+]
177167
----
178-
helm install circleci-server ./circleci-server/ -n <kubernetes-namespace> --version {serverversion47} -f <path-to-values.yaml>
168+
helm install circleci-server ./circleci-server/ -n <kubernetes-namespace> --version {serverversion48} -f <path-to-values.yaml>
179169
----
180170

181171
[#post-install-circleci-server-helm-airgap]

jekyll/_cci2/server/latest/air-gapped-installation/phase-4-configure-nomad-clients.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
contentTags:
33
platform:
4-
- Server v4.7
4+
- Server v4.8
55
- Server Admin
66
---
77
= Phase 4 - Configure Nomad clients
88
:page-layout: classic-docs
99
:page-liquid:
10-
:page-description: How to configure Nomad clients to run with CircleCI server v4.7 in an air-gapped environment.
10+
:page-description: How to configure Nomad clients to run with CircleCI server v4.8 in an air-gapped environment.
1111
:icons: font
1212
:toc: macro
1313
:toc-title:

jekyll/_cci2/server/latest/air-gapped-installation/phase-5-test-your-installation.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
contentTags:
33
platform:
4-
- Server v4.7
4+
- Server v4.8
55
- Server Admin
66
---
77
= Phase 5 - Test your installation
88
:page-layout: classic-docs
99
:page-liquid:
10-
:page-description: How to test your CircleCI server v4.7 installation in an air-gapped environment.
10+
:page-description: How to test your CircleCI server v4.8 installation in an air-gapped environment.
1111
:icons: font
1212
:toc: macro
1313
:toc-title:
@@ -20,7 +20,7 @@ Copy the link:https://github.com/circleci/realitycheck[CircleCI server Reality C
2020

2121
[#setup-reality-check]
2222
== 2. Set up CircleCI server Reality Check
23-
Set up CircleCI server Reality Check using the link:https://github.com/circleci/realitycheck#installation[instructions in the readme].
23+
Set up CircleCI server Reality Check using the link:https://github.com/circleci/realitycheck#installation[instructions in the README].
2424

2525
CAUTION: Make sure to set the `CIRCLE_CLOUD_PROVIDER` environment variable to `other`.
2626

jekyll/_cci2/server/latest/installation/hardening-your-cluster.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
contentTags:
33
platform:
4-
- Server v4.7
4+
- Server v4.8
55
- Server Admin
66
---
77
= Hardening your cluster
88
:page-layout: classic-docs
99
:page-liquid:
10-
:page-description: This section provides supplemental information on hardening your Kubernetes cluster for CircleCI server v4.7.
10+
:page-description: This section provides supplemental information on hardening your Kubernetes cluster for CircleCI server v4.8.
1111
:icons: font
1212
:toc: macro
1313
:toc-title:
@@ -284,5 +284,5 @@ When hardening an installation where the machine provisioner uses public IP addr
284284

285285
ifndef::pdf[]
286286
## Next steps
287-
* xref:../operator/operator-overview#[Server v4.7 Operator Overview]
287+
* xref:../operator/operator-overview#[server v4.8 Operator Overview]
288288
endif::[]

0 commit comments

Comments
 (0)