Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita76de2e

Browse files
Merge pull request#557 from codefresh-io/onprem-remove-agent
Onprem remove agent
2 parents2730637 +42b962f commita76de2e

File tree

1 file changed

+7
-22
lines changed

1 file changed

+7
-22
lines changed

‎_docs/administration/codefresh-on-prem.md‎

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,16 @@ Edit the configuration in `config.yaml` and deploy to Kubernetes. The `config.ya
8888

8989
####Installation Methods (Helm)
9090

91-
You have the option to install by using Helm, which will install/upgrade the chart from the client.
92-
Defineeither**helm** as your preferred installation method in the`config.yaml`:
91+
You have the option to install by using**Helm**, which will install/upgrade the chart from the client.
92+
Define**helm** as your preferred installation method in the`config.yaml`:
9393

9494
```yaml
95+
metadata:
9596
installer:
96-
# type:
97-
# "helm" - install/upgrade helm chart from client
97+
type:helm
98+
helm:
99+
chart:codefresh
100+
repoUrl:https://chartmuseum.codefresh.io/codefresh# install/upgrade helm chart from client
98101
```
99102
100103
If you install Codefresh on the air-gapped environment (without access to public Docker Hub or codefresh-enterprise registry) you will have to copy the images to your organization container registry (Kubernetes will pull the images from it as part of the installation).
@@ -143,24 +146,6 @@ Deploy the Codefresh Platform by running:
143146
```
144147
kcfi deploy [ -c config.yaml ] [ --kube-context <kube-context-name> ] [ --atomic ] [ --debug ] [ helm upgrade parameters ]
145148
```
146-
### Step 5 -- Install the Codefresh Kubernetes Agent
147-
148-
The cf-k8s-agent is responsible for accessing Kubernetes resources (pods, deployments, services, etc.) behind the firewall in order to display them in the Codefresh UI. It can be installed in a separate cluster from the installer, or in a separate namespace in the same cluster.
149-
150-
The agent streams updates from cluster resources and then sends information updates to the `k8s-monitor` service.
151-
152-
Execute the following:
153-
154-
```
155-
kcfi init k8s-agent
156-
```
157-
A staging directory will be created named k8s-agent with a `config.yaml`.
158-
Edit k8s-agent/config.yaml and run:
159-
160-
```
161-
kcfi deploy [ -c config.yaml ] [-n namespace]
162-
```
163-
164149

165150
## High-Availability (HA) with active-passive clusters
166151
Enable high-availability in the Codefresh platform for disaster recovery with an active-passive cluster configuration.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp