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

Commit386271a

Browse files
committed
Fix links
1 parent86263bf commit386271a

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

‎_docs/deployments/gitops/create-application.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Create a new application from the GitOps Apps dashboard.
1919
Define settings in Form mode, or edit the manifest directly in YAML mode, toggling between them as needed.
2020

2121
#####Before you begin
22-
* Make sure you have a valid[Git Source]({{site.baseurl}}/docs/gitops-runtime/git-sources/)
22+
* Make sure you have a valid[Git Source]({{site.baseurl}}/docs/installation/gitops/git-sources/)
2323
* Review:
2424
[General configuration settings]({{site.baseurl}}/docs/deployments/gitops/application-configuration-settings/#application-general-configuration-settings)
2525
[Advanced configuration settings]({{site.baseurl}}/docs/deployments/gitops/application-configuration-settings#application-advanced-configuration-settings)

‎_docs/gitops-quick-start/dependency-multi-env-promotion.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ We'll do the following:
3535

3636
##Requirements
3737

38-
*[GitOps Runtime]({{site.baseurl}}/docs/quick-start/gitops-quick-start/runtime/)
39-
*[Git Source]({{site.baseurl}}/docs/gitops-quick-start/gitops-runtimes/create-git-source/) to store application manifests
38+
*[GitOps Runtime]({{site.baseurl}}/docs/gitops-quick-start/runtime/)
39+
*[Git Source]({{site.baseurl}}/docs/gitops-quick-start/create-git-source/) to store application manifests
4040
*[Environments]({{site.baseurl}}/docs/gitops-quick-start/quick-start-gitops-environments/)
4141
*[Products and applications]({{site.baseurl}}/docs/gitops-quick-start/create-app-ui/)
4242
Each environment must have an application for the product.

‎_docs/gitops-quick-start/policy-multi-env-promotion.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ TBD
4242

4343
##Requirements
4444

45-
*[GitOps Runtime]({{site.baseurl}}/docs/quick-start/runtime/)
45+
*[GitOps Runtime]({{site.baseurl}}/docs/gitops-quick-start/runtime/)
4646
*[Git Source]({{site.baseurl}}/docs/gitops-quick-start/create-git-source/) to store application manifests
4747
*[Environments]({{site.baseurl}}/docs/gitops-quick-start/quick-start-gitops-environments/)
4848
For a Promotion Flow, you need at least three environments.

‎_docs/installation/gitops/managed-cluster.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,5 +212,6 @@ Use the `terraform destroy` command.
212212

213213
##Related articles
214214
[Managing Git Sources in GitOps Runtimes]({{site.baseurl}}/docs/installation/gitops/git-sources/)
215-
[Monitoring & managing GitOps Runtimes]({{site.baseurl}}/docs/installation/gitops/monitor-manage-runtimes/)
215+
[Monitoring GitOps Runtimes]({{site.baseurl}}/docs/installation/gitops/monitor-runtimes/)
216+
[Managing GitOps Runtimes]({{site.baseurl}}/docs/installation/gitops/manage-runtimes/)
216217

‎_posts/2022-05-15-may-gitops.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ For details, see [AWS ALB ingress configuration]({{site.baseurl}}/docs/installat
2020

2121
When installing runtimes, the`--namespace-label` flag lets you add labels to the runtime namespace. The labels identify and grant access to the installation network, required with service mesh ingress controllers such as Istio.
2222
For both CLI-based and silent installations, add the flag followed by one or more labels in`key=value` format. Note that these labels must be identical to those defined in the 'namespace' resource spec.
23-
For details, see[Runtime flags]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops/#runtime-flags).
23+
For details, see[Install GitOps Runtime]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/).
2424

2525
###Internal and external ingress hosts
2626

2727
Codefresh runtimes support defining two ingress hosts, an internal and an external ingress host, for private and public networks. Previously, runtimes supported a single ingress host for both the app-proxy and webhook ingress resources. Internal and external ingress separation allows you to expose the Codefresh app-proxy service only within your private network, while keeping the webhook ingress unchanged.
2828

2929
* New runtime installations: The`--internal-ingress-host` flag lets you can define an ingress host for communication with the app-proxy. For details, see[Ingress controller flags]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops/#ingress-controller-flags).
3030
* Existing runtimes: To add an internal ingress host, you need to commit changes to the installation repository by modifying`app-proxy ingress` and`<runtime-name>.yaml`.
31-
For details, see_Internal ingress host configuration (optional)_ in[Post-installation configuration]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops/#optional-internal-ingress-host-configuration-for-existing-hybrid-gitops-runtimes).
31+
For details, see_Internal ingress host configuration (optional)_ in[Post-installation configuration]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/#optional-internal-ingress-host-configuration-for-existing-hybrid-gitops-runtimes).
3232

3333
For further customizations, add annotations for internal and external ingress hosts through the`--internal-ingress-annotation` and`--external-ingress-annotation` flags.
3434

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp