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

Fix broken links#931

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
NimRegev merged 1 commit intomasterfromfix-broken-links
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion_docs/getting-started/concepts.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -78,7 +78,7 @@ Every Runner installation creates a runtime environment in your account. Assign

You can have multiple Runner installations in the same Codefresh account. A Runner can also manage multiple remote clusters in your account.

See [Codefresh Runner installation]({{site.baseurl}}/docs/installation/codefresh-runner) and [Runner installation behind firewalls]({{site.baseurl}}/docs/installation/behind-the-firewall)
See [Codefresh Runner installation]({{site.baseurl}}/docs/installation/runner/install-codefresh-runner/) and [Runner installation behind firewalls]({{site.baseurl}}/docs/installation/behind-the-firewall)

## Runtime
A Runtime in Codefresh is a GitOps installation in your Codefresh account, in either a Hosted or Hybrid installation environment. Hosted Runtimes are installed on a Codefresh cluster and managed by Codefresh. Hybrid Runtimes are installed on customer clusters, and managed by the customers.
Expand Down
2 changes: 1 addition & 1 deletion_docs/getting-started/gitops-codefresh.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -51,7 +51,7 @@ Codefresh offers two models for GitOps deployments:
* Hybrid GitOps, which is a customer-managed version of Argo CD. The Hybrid GitOps runtime is hosted on the customer cluster and managed by the customer.
The Hybrid GitOps offering retains runtimes within the customer infrastructure to comply your security rewhile giving you the power of Argo CD with Codefresh’s CI and CD tools, to help achieve continuous integration and continuous delivery goals.

Review [GitOps runtime architecture]({{site.baseurl}}/docs/installation/runtime-architecture/#gitops-architecture).
Review [GitOps runtime architecture]({{site.baseurl}}/docs/installation/gitops/runtime-architecture/).
For installation, see [Hosted GitOps setup]({{site.baseurl}}/docs/installation/gitops/hosted-runtime/) and [Hybrid GitOps installation]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops/).

## Argo CD applications
Expand Down
4 changes: 2 additions & 2 deletions_docs/installation/runner/install-codefresh-runner.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -294,7 +294,7 @@ runtimeScheduler:
| `envVars` | object | Override or add environment variables passed into the dind pod. See [IN-DIND cleaner](https://github.com/codefresh-io/dind/tree/master/cleaner){:target="\_blank"} |
| `userVolumeMounts` with `userVolumes` | object | Add volume mounts to the pipeline.<br>See [Custom Volume Mounts](https://artifacthub.io/packages/helm/codefresh-runner/cf-runtime#custom-volume-mounts){:target="\_blank"}. |
| `cluster` | object | k8s related information (`namespace`, `serviceAccount`, `nodeSelector`) |
`defaultDindResources` | object | Override `requests` and `limits` for dind pod (defaults are `cpu: 400m` and `memory:800Mi`). For memory, use `Mi` (mebibytes); for CPU, use `m` (millicpu).<br>See also [How to: Update Runtime Environment memory and CPU settings]({{site.baseurl}}/docs/kb/articles/update-runtime-mem-cpu/). |
`defaultDindResources` | object | Override `requests` and `limits` for dind pod (defaults are `cpu: 400m` and `memory:800Mi`). For memory, use `Mi` (mebibytes); for CPU, use `m` (millicpu).<!---<br>See also [How to: Update Runtime Environment memory and CPU settings]({{site.baseurl}}/docs/kb/articles/update-runtime-mem-cpu/).--> |
| `tolerations` | array | Add tolerations to dind pod |
| `annotations` | object | Add custom annotations to dind pod (empty by default `{}`) |
| `labels` | object | Add custom labels to dind pod (empty by default `{}`) |
Expand DownExpand Up@@ -657,7 +657,7 @@ GKE volume configuration includes:

Configure the Codefresh Runner to use local SSDs for your pipeline volumes:

[How-to: Configuring an existing Runtime Environment with Local SSDs (GKE only)]({{site.baseurl}}/docs/kb/articles/config-re-gke-ssd){:target="\_blank"}
<!---[How-to: Configuring an existing Runtime Environment with Local SSDs (GKE only)]({{site.baseurl}}/docs/kb/articles/config-re-gke-ssd){:target="\_blank"} -->


#### GCE disk storage configuration
Expand Down
2 changes: 1 addition & 1 deletion_docs/integrations/jira.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,7 +13,7 @@ Set up a Jira integration for pipelines, and then reference the integration in y

Optionally, a [GitOps-based Jira integration](#gitops-based-jira-integration-for-image-enrichment) allows you to enrich images with Jira information through a different Marketplace step.

For information on Jira integration for notifications, see [Jira notification integrations for pipelines]({{site.baseurl}}/docs/integrations/jira-integration/).
For information on Jira integration for notifications, see [Jira notification integrations for pipelines]({{site.baseurl}}/docs/integrations/notifications/jira-integration/).

## Authentication for Jira integrations

Expand Down
2 changes: 1 addition & 1 deletion_docs/integrations/kubernetes.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -19,7 +19,7 @@ Codefresh has native support for Kubernetes in the following areas:
- [Viewing the environment dashboard](/#viewing-the-environment-dashboard)
- [Deploying to a cluster with the GUI](#ad-hoc-deployments-with-the-codefresh-ui)
- [Deploying to a cluster with a pipeline](#automated-deployments-with-codefresh-pipelines)
- [Running pipelines on a cluster]({{site.baseurl}}/docs/installation/codefresh-runner/)
- [Running pipelines on a cluster]({{site.baseurl}}/docs/installation/runner/install-codefresh-runner/)



Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp