Skip to content

Commit 9d3e28d

Browse files
Merge pull request #9728 from circleci/server-release-4.9-DOCSS-1958
Server release 4.9 docs
2 parents 40d22eb + f2ef32e commit 9d3e28d

File tree

91 files changed

+9859
-33
lines changed

Some content is hidden

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

91 files changed

+9859
-33
lines changed

antora-playbook.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ content:
1414
start_path: docs/reference
1515
- url: .
1616
start_path: docs/orbs
17+
- url: .
18+
start_path: docs/server-admin-4.9
1719
- url: .
1820
start_path: docs/server-admin-4.8
1921
- url: .
@@ -49,7 +51,7 @@ asciidoc:
4951
serverversion46: 4.6.6
5052
serverversion47: 4.7.11
5153
serverversion48: 4.8.5
52-
serverversion: 3.4.8
54+
serverversion49: 4.9.0
5355
terraformversion: 0.15.4
5456
dockerversion: v28
5557
kubectlversion: 1.19

docs/server-admin-4.8/modules/ROOT/partials/installation/phase-2.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ NOTE: During the installation process, you may use the following command to gene
7979
[#api-token]
8080
=== a. API token
8181
82-
The application requires a Kubernetes Secret containing an API token. This API token is used to facilitate internal API communication to the API service. Use a random string and store it securely. CircleCI will not be able to recover this value if lost. You have two options depending on whether you want to create the Kubernetes Secret, or if you want CircleCI to create it for you.
82+
The application requires a Kubernetes Secret containing an API token. This API token is used to facilitate internal API communication to `api-service`. Use a random string and store it securely. CircleCI will not be able to recover this value if lost. You have two options depending on whether you want to create the Kubernetes Secret, or if you want CircleCI to create it for you.
8383
8484
[tabs]
8585
====
@@ -188,7 +188,8 @@ keyset:
188188

189189
[#postgres-credentials]
190190
==== i. Credentials
191-
The application requires a Kubernetes Secret containing PostgreSQL credentials. This requirement applies when using either the internal (default) or an externally hosted instance of PostgreSQL. CircleCI will not be able to recover the values if lost. Based on how you prefer to manage Kubernetes Secrets you have two options.
191+
192+
The application requires a Kubernetes Secret containing PostgreSQL credentials. This Secret is required when using either the internal (default) or an externally hosted instance of PostgreSQL. CircleCI will not be able to recover the values if lost. Based on how you prefer to manage Kubernetes Secrets there are two options.
192193

193194
[tabs]
194195
====
@@ -264,7 +265,7 @@ postgresql:
264265

265266
=== e. MongoDB credentials
266267

267-
The application requires a Kubernetes Secret containing MongoDB credentials. This requirement applies when using either the internal (default) or an externally hosted instance of MongoDB. CircleCI will not be able to recover the values if lost. Based on how you prefer to manage Kubernetes Secrets you have two options.
268+
The application requires a Kubernetes Secret containing MongoDB credentials. This Secret is required when using either the internal (default) or an externally hosted MongoDB instance. CircleCI will not be able to recover the values if lost. Based on how you prefer to manage Kubernetes Secrets, there are two options:
268269

269270
[tabs]
270271
====

docs/server-admin-4.8/modules/air-gapped-installation/pages/additional-considerations.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Additional considerations
2+
:page-noindex: true
23
:page-platform: Server v4.8, Server Admin
34
:page-description: This page presents some items that should be considered when starting an air-gapped installation of CircleCI server v4.8.
45
:experimental:

docs/server-admin-4.8/modules/air-gapped-installation/pages/example-values.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Example `values.yaml`
2+
:page-noindex: true
23
:page-platform: Server v4.8, Server Admin
34
:page-description: This page presents an example values.yaml file to help with setting up an air-gapped installation of CircleCI server v4.8.
45
:experimental:

docs/server-admin-4.8/modules/air-gapped-installation/pages/phase-1-prerequisites.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Phase 1 - Prerequisites
2+
:page-noindex: true
23
:page-platform: Server v4.8, Server Admin
34
:experimental:
45
:page-description: A guide to installing CircleCI server v4.8 in an air-gapped environment. Requirements, images and Helm charts.

docs/server-admin-4.8/modules/air-gapped-installation/pages/phase-2-configure-object-storage.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Phase 2 - Configure object storage
2+
:page-noindex: true
23
:page-platform: Server v4.8, Server Admin
34
:page-description: How to configure object storage through MinIO to run CircleCI server v4.8 in an air-gapped environment.
45
:experimental:

docs/server-admin-4.8/modules/air-gapped-installation/pages/phase-3-install-circleci-server.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Phase 3 - install CircleCI server
2+
:page-noindex: true
23
:page-platform: Server v4.8, Server Admin
34
:page-description: How to install the CircleCI server v4.8 Helm deployment to an air-gapped environment.
45
:experimental:

docs/server-admin-4.8/modules/air-gapped-installation/pages/phase-4-configure-nomad-clients.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Phase 4 - Configure Nomad clients
2+
:page-noindex: true
23
:page-platform: Server v4.8, Server Admin
34
:page-description: How to configure Nomad clients to run with CircleCI server v4.8 in an air-gapped environment.
45
:experimental:

docs/server-admin-4.8/modules/air-gapped-installation/pages/phase-5-test-your-installation.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Phase 5 - Test your installation
2+
:page-noindex: true
23
:page-platform: Server v4.8, Server Admin
34
:page-description: How to test your CircleCI server v4.8 installation in an air-gapped environment.
45
:experimental:

docs/server-admin-4.8/modules/installation/pages/hardening-your-cluster.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Hardening your cluster
2+
:page-noindex: true
23
:page-platform: Server v4.8, Server Admin
34
:page-description: This section provides supplemental information on hardening your Kubernetes cluster for CircleCI server v4.8.
45
:experimental:

0 commit comments

Comments
 (0)