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
:page-description: Landing page for CircleCI server administration v4.7.
4
+
5
+
CircleCI server is the on-premises CircleCI platform. In this section you will find the documentation for installing, configuring, and managing CircleCI server.
Copy file name to clipboardExpand all lines: docs/server-admin/modules/ROOT/partials/installation/phase-1.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
CircleCI server v4.7 is installed as a Helm chart. The installation process is broken down into four phases. There is a validation step at the end of each phase, allowing you to confirm success before moving to the next phase. Depending on your requirements, phases 3 and 4 may include multiple steps. This installation guide assumes you have already read the xref:server-admin:overview:circleci-server-overview.adoc[CircleCI server v4.7 overview].
1
+
CircleCI server v4.7 is installed as a Helm chart. The installation process is broken down into four phases. Each phase has a validation step at the end, allowing you to confirm success before moving to the next phase. Depending on your requirements, phases 3 and 4 may include multiple steps. This installation guide assumes you have already read the xref:server-admin:overview:circleci-server-overview.adoc[CircleCI server v4.7 overview].
2
2
3
3
NOTE: In the following sections, replace any sections indicated by `< >` with your details.
4
4
@@ -48,7 +48,7 @@ endif::env-aws[]
48
48
| Infrastructure Management
49
49
| Required for installations within GCP or AWS
50
50
51
-
| Install and configure link:https://docs.min.io/docs/minio-client-quickstart-guide.html[MinIO CLI] for your storage provider if you choose not to use AWS or GCP object storage.
51
+
| Install and configure link:https://min.io/docs/minio/linux/reference/minio-mc.html[MinIO CLI] for your storage provider if you choose not to use AWS or GCP object storage.
52
52
| TBC
53
53
| TBC
54
54
| Required for installations outside AWS and GCP, for example, local installation.
@@ -86,7 +86,7 @@ For high availability, and to avoid potential outages, you should provision subn
86
86
87
87
[#create-a-kubernetes-cluster]
88
88
== 2. Create a Kubernetes cluster
89
-
CircleCI server installs into an existing Kubernetes cluster. If you have not already created a cluster, you should do so next. There are instructions for creating a cluster below, or if you are installing locally, first consider the sizing, version, and permissions requirements.
89
+
CircleCI server installs into an existing Kubernetes cluster. If you have not already created a cluster, you should do so next. Instructions for creating a cluster are provided below. If you are installing locally, first consider the sizing, version, and permissions requirements.
0 commit comments