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

Commit5e02eb3

Browse files
Fixing broken links
1 parent335f83f commit5e02eb3

File tree

20 files changed

+23
-1041
lines changed

20 files changed

+23
-1041
lines changed

‎_docs/dashboards/images.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ Selecting **more details** for an image tag.
104104
##Related articles
105105
[Creating GitOps applications]({{site.baseurl}}/docs/deployments/gitops/create-application)
106106
[Managing GitOps applications]({{site.baseurl}}/docs/deployments/gitops/manage-application)
107-
[Image enrichment for GitOps with integrations]({{site.baseurl}}/integrations/image-enrichment-overview)
108-
[GitOps Overview dashboard]({{site.baseurl}}/docs/dashboard/home-dashboard)
107+
[Image enrichment for GitOps with integrations]({{site.baseurl}}/docs/ci-cd-guides/image-enrichment/)
108+
[GitOps Overview dashboard]({{site.baseurl}}/docs/dashboards/home-dashboard/)

‎_docs/deployments/kubernetes.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: "How to deploy to Kubernetes"
33
description:"Learn the different Kubernetes deployment options"
44
group:deployments
55
toc:true
6+
redirect_from:
7+
-/docs/deployments/kubernetes/deployment-options-to-kubernetes/
68
---
79

810
Codefresh offers several options when it comes to Kubernetes deployments:
@@ -21,7 +23,7 @@ Codefresh offers several options when it comes to Kubernetes deployments:
2123

2224
##Prerequisites for all options
2325

24-
* A K8s cluster in Codefresh (see[Connecting a Kubernetes cluster]({{site.baseurl}}/docs/integrations/kubernetes/#connect-a-kubernetes-cluster)
26+
* A K8s cluster in Codefresh (see[Connecting a Kubernetes cluster]({{site.baseurl}}/docs/integrations/kubernetes/#connect-a-kubernetes-cluster))
2527
* Familiarity with the[Codefresh YAML for pipeline definitions]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/), basic[pipeline steps]({{site.baseurl}}/docs/pipelines/steps/), and how to describe them
2628
*[Docker registry integration]({{site.baseurl}}/docs/integrations/docker-registries/) in Codefresh
2729

‎_docs/deployments/kubernetes/custom-kubectl-commands.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ redirect_from:
88
toc:true
99
---
1010

11-
As described in[Deployment options for Kubernetes]({{site.baseurl}}/docs/deployments/kubernetes/deployment-options-to-kubernetes/), Codefresh has built-in functionality for deploying to Kubernetes clusters.
11+
As described in[Deployment options for Kubernetes]({{site.baseurl}}/docs/deployments/kubernetes/), Codefresh has built-in functionality for deploying to Kubernetes clusters.
1212

1313
For maximum flexibility with cluster deployments, you can run your own custom`kubectl` commands in a[freestyle step]({{site.baseurl}}/docs/pipelines/steps/freestyle/).
1414
[Kubectl](https://kubernetes.io/docs/reference/kubectl/overview/){:target="\_blank"} is the command line interface for managing kubernetes clusters.

‎_docs/deployments/kubernetes/manage-kubernetes.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Some of the possible options are:
159159
1. The dedicated[deploy step]({{site.baseurl}}/docs/pipelines/steps/deploy/) in a pipeline.
160160
1. The[cf-deploy-kubernetes step]({{site.baseurl}}/docs/ci-cd-guides/kubernetes-templating/) in a pipeline. This can also perform simple templating on Kubernetes manifests.
161161

162-
Read more[Deployment options for Kubernetes]({{site.baseurl}}/docs/deployments/kubernetes/deployment-options-to-kubernetes/).
162+
Read more[Deployment options for Kubernetes]({{site.baseurl}}/docs/deployments/kubernetes/).
163163
<!-- will need to change xrefs after porting content-->
164164
##Related articles
165165
[Environment dashboard]({{site.baseurl}}/docs/deployments/kubernetes/environment-dashboard/)

‎_docs/example-catalog/cd-examples.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Codefresh can automatically launch environments (powered by Docker swarm) to [pr
1919

2020
###Deployment examples
2121

22-
Codefresh can deploy to any platform such as VMs, FTP/SSH/S3 sites, app servers, but of course it has great support for[Kubernetes clusters]({{site.baseurl}}/docs/deployments/kubernetes/deployment-options-to-kubernetes/) and[Helm releases]({{site.baseurl}}/docs/deployments/helm/helm-releases-management/):
22+
Codefresh can deploy to any platform such as VMs, FTP/SSH/S3 sites, app servers, but of course it has great support for[Kubernetes clusters]({{site.baseurl}}/docs/deployments/kubernetes/) and[Helm releases]({{site.baseurl}}/docs/deployments/helm/helm-releases-management/):
2323

2424
-[Deploy to a VM with packer]({{site.baseurl}}/docs/example-catalog/cd-examples/packer-gcloud/)
2525
-[Deploy to a VM with FTP]({{site.baseurl}}/docs/example-catalog/cd-examples/transferring-php-ftp)

‎_docs/example-catalog/ci-examples.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ redirect_from:
1717
-/docs/examples/
1818
-/docs/pipelines-examples/
1919
-/docs/pipelines/pipelines-examples/
20+
-/docs/example-catalog/examples/
2021
toc:true
2122
---
2223
Codefresh enables you to define the steps of your pipeline in a[YAML file]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/). By default, the file is named`codefresh.yml`, and is located in the root directory of the repository.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Codefresh pipelines also support Kustomize and Helm for deployments through `fre
4141

4242
Finally, if you are familiar with and still want to work with`kubectl`, run your own custom`kubectl` commands in a freestyle step. Read more in[kubectl](#kubectl).
4343

44-
See[Deployment options for Kubernetes]({{site.baseurl}}/docs/deployments/kubernetes/deployment-options-to-kubernetes/).
44+
See[Deployment options for Kubernetes]({{site.baseurl}}/docs/deployments/kubernetes/).
4545

4646
##kubectl
4747
`kubectl` is the command line interface for managing Kubernetes clusters. Running custom`kubectl` commands in a freestyle step gives maximum flexibility with cluster deployments.

‎_docs/getting-started/concepts.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Codefresh offers several levels of visibility into your deployments :
2424

2525
See:
2626
Quick starts for[Kubernetes]({{site.baseurl}}/docs/quick-start/ci-quick-start/deploy-to-kubernetes/) and[Helm]({{site.baseurl}}/docs/quick-start/ci-quick-start/deploy-with-helm/) deployments
27-
[Deployment options for Kubernetes]({{site.baseurl}}/docs/deployments/kubernetes/deployment-options-to-kubernetes/)
27+
[Deployment options for Kubernetes]({{site.baseurl}}/docs/deployments/kubernetes/)
2828
[Using Helm in Codefresh pipelines]({{site.baseurl}}/docs/deployments/helm/using-helm-in-codefresh-pipeline/)
2929

3030

‎_docs/gitops-integrations/image-enrichment-overview.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ View:
7272

7373

7474
##Related articles
75-
[Images]({{site.baseurl}}/docs/deployments/gitops/images/)
75+
[Images]({{site.baseurl}}/docs/dashboards/images/)
7676
[Applications dashboard]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/)
7777

‎_docs/installation/behind-the-firewall.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ The cluster where the runner works on should have network connectivity with the
239239

240240
>Notice that the service account used in the cluster configuration is completely independent from the privileges granted to the Codefresh build runner. The privileges needed by the runner are only used to launch Codefresh pipelines within your cluster. The Service account used in the "custom provider" setting should have the needed privileges for deployment.
241241
242-
Once your cluster is connected you can use any of the familiar deployment methods such as the[dedicated deploy step]({{site.baseurl}}/docs/deployments/kubernetes/deployment-options-to-kubernetes/) or[custom kubectl commands]({{site.baseurl}}/docs/deployments/kubernetes/custom-kubectl-commands/).
242+
Once your cluster is connected you can use any of the familiar deployment methods such as the[dedicated deploy step]({{site.baseurl}}/docs/deployments/kubernetes/) or[custom kubectl commands]({{site.baseurl}}/docs/deployments/kubernetes/custom-kubectl-commands/).
243243

244244
##Related articles
245245
[Google marketplace integration]({{site.baseurl}}/docs/integrations/ci-integrations/google-marketplace/)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp