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

Commit6945415

Browse files
authored
Fix broken links (#931)
1 parentf73d7f5 commit6945415

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

‎_docs/getting-started/concepts.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Every Runner installation creates a runtime environment in your account. Assign
7878

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

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

8383
##Runtime
8484
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.

‎_docs/getting-started/gitops-codefresh.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Codefresh offers two models for GitOps deployments:
5151
* 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.
5252
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.
5353

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

5757
##Argo CD applications

‎_docs/installation/runner/install-codefresh-runner.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ runtimeScheduler:
294294
|`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"}|
295295
|`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"}.|
296296
|`cluster`| object| k8s related information (`namespace`,`serviceAccount`,`nodeSelector`)|
297-
`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/). |
297+
`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/).--> |
298298
|`tolerations`| array| Add tolerations to dind pod|
299299
|`annotations`| object| Add custom annotations to dind pod (empty by default`{}`)|
300300
|`labels`| object| Add custom labels to dind pod (empty by default`{}`)|
@@ -657,7 +657,7 @@ GKE volume configuration includes:
657657
658658
Configure the Codefresh Runner to use local SSDs for your pipeline volumes:
659659
660-
[How-to: Configuring an existing Runtime Environment with Local SSDs (GKE only)]({{site.baseurl}}/docs/kb/articles/config-re-gke-ssd){:target="\_blank"}
660+
<!---[How-to: Configuring an existing Runtime Environment with Local SSDs (GKE only)]({{site.baseurl}}/docs/kb/articles/config-re-gke-ssd){:target="\_blank"} -->
661661
662662
663663
#### GCE disk storage configuration

‎_docs/integrations/jira.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Set up a Jira integration for pipelines, and then reference the integration in y
1313

1414
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.
1515

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

1818
##Authentication for Jira integrations
1919

‎_docs/integrations/kubernetes.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Codefresh has native support for Kubernetes in the following areas:
1919
-[Viewing the environment dashboard](/#viewing-the-environment-dashboard)
2020
-[Deploying to a cluster with the GUI](#ad-hoc-deployments-with-the-codefresh-ui)
2121
-[Deploying to a cluster with a pipeline](#automated-deployments-with-codefresh-pipelines)
22-
-[Running pipelines on a cluster]({{site.baseurl}}/docs/installation/codefresh-runner/)
22+
-[Running pipelines on a cluster]({{site.baseurl}}/docs/installation/runner/install-codefresh-runner/)
2323

2424

2525

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp