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

Commit5c0630f

Browse files
committed
Update aws and azure integrations
1 parentd800800 commit5c0630f

File tree

5 files changed

+19
-20
lines changed

5 files changed

+19
-20
lines changed

‎_data/nav.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
url:"/git-providers"
217217
-title:Kubernetes
218218
url:"/kubernetes"
219-
-title:Amazon Services
219+
-title:AmazonWebServices
220220
url:"/amazon-web-services"
221221
-title:Microsoft Azure
222222
url:"/microsoft-azure"

‎_docs/integrations/amazon-web-services.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Codefresh has native support for AWS in the following areas:
1010
-[Connecting to Amazon registries]({{site.baseurl}}/docs/integrations/docker-registries/amazon-ec2-container-registry/)
1111
-[Deploying to Amazon EKS]({{site.baseurl}}/docs/integrations/kubernetes/#adding-eks-cluster)
1212
-[Using Amazon S3 for Test reports]({{site.baseurl}}/docs/testing/test-reports/#connecting-an-s3-bucket)
13-
-[Using Amazon S3 for Helm charts]({{site.baseurl}}/docs/deployments/helm/add-helm-repository/#private-repository---s3)
13+
-[Using Amazon S3 for Helm charts]({{site.baseurl}}/docs/deployments/helm/helm-charts-and-repositories/)
1414

1515

1616
##Using Amazon ECR
@@ -53,7 +53,7 @@ See the full documentation for [test reports]({{site.baseurl}}/docs/testing/test
5353

5454
##Using Amazon S3 for storing Helm charts
5555

56-
You can connect an Amazon S3 bucket as a Helm repository in the[integrations screen]({{site.baseurl}}/docs/deployments/helm/add-helm-repository/).
56+
You can connect an Amazon S3 bucket as a Helm repository in the[integrations screen]({{site.baseurl}}/docs/deployments/helm/helm-charts-and-repositories/).
5757

5858
{% include
5959
image.html
@@ -70,7 +70,7 @@ Once you connect your Helm repository you can use it any [Codefresh pipeline wit
7070

7171
##Traditional Amazon deployments
7272

73-
For any other Amazon deployment you can use the[Amazon CLI from a Docker image](https://hub.docker.com/r/amazon/aws-cli){:target="\_blank"} in a[freestyle step]({{site.baseurl}}/docs/pipelines/steps/freestyle/)
73+
For any other Amazon deployment you can use the[Amazon CLI from a Docker image](https://hub.docker.com/r/amazon/aws-cli){:target="\_blank"} in a[freestyle step]({{site.baseurl}}/docs/pipelines/steps/freestyle/).
7474

7575
`YAML`
7676
{% highlight yaml %}

‎_docs/integrations/kubernetes.md‎

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,10 @@ If this is your first time, you'll be prompted to authenticate using your Google
5656

5757
For GKE cluster versions >=1.19 basic authentication is deprecated. You can add the GKE cluster manually by[using the custom Kubernetes integration option](#adding-any-other-cluster-type-not-dependent-on-any-provider) instead.
5858

59-
{{site.data.callout.callout_info}}
6059

61-
If you are a new customer of Google Cloud, you are also eligible to receive a Codefresh offer to get up to $500 in Google credits. As soon at the GKE integration is complete within Codefresh, you will get an email with extra details on how to claim your credits.
6260

63-
Follow the link in the email to fill in an application for the free credits. Once Google approves the application (usually within 1-2 days) your credits will be available to your account. Make sure to check your spam folder for that email.
61+
>If you are a new customer of Google Cloud, you are also eligible to receive a Codefresh offer to get up to $500 in Google credits. As soon at the GKE integration is complete within Codefresh, you will get an email with extra details on how to claim your credits.
62+
Follow the link in the email to fill in an application for the free credits. Once Google approves the application (usually within 1-2 days) your credits will be available to your account. Make sure to check your spam folder for that email.
6463

6564

6665
###Adding an AKS cluster
@@ -713,8 +712,8 @@ You can also deploy to a cluster in a pipeline. Codefresh offers [several ways f
713712
{% include
714713
image.html
715714
lightbox="true"
716-
file="/images/getting-started/quick-start-k8s/deployment-build.png"
717-
url="/images/getting-started/quick-start-k8s/deployment-build.png"
715+
file="/images/quick-start/quick-start-k8s/deployment-build.png"
716+
url="/images/quick-start/quick-start-k8s/deployment-build.png"
718717
alt="Kubernetes deployment in a pipeline"
719718
caption="Kubernetes deployment in a pipeline"
720719
max-width="100%"
@@ -723,7 +722,7 @@ max-width="100%"
723722

724723
You can use the[integrated Codefresh deployment methods]({{site.baseurl}}/docs/pipelines/steps/deploy/) or even run[custom kubectl commands directly on your cluster]({{site.baseurl}}/docs/deployments/kubernetes/custom-kubectl-commands/).
725724

726-
Codefresh also offers a simple solution for[templating]({{site.baseurl}}/docs/deployments/kubernetes/kubernetes-templating/) but you can use another templating methods such as[kustomize]({{site.baseurl}}/docs/example-catalog/cd-examples/deploy-with-kustomize/).
725+
Codefresh also offers a simple solution for[templating]({{site.baseurl}}/docs/ci-cd-guides/kubernetes-templating/) but you can use another templating methods such as[kustomize]({{site.baseurl}}/docs/example-catalog/cd-examples/deploy-with-kustomize/).
727726

728727

729728

‎_docs/integrations/microsoft-azure.md‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title:"Microsoft AzureCIintegration"
3-
description:"How to use Codefresh with Azure"
2+
title:"Microsoft Azure integration"
3+
description:"How to use Codefreshpipelineswith Azure"
44
group:integrations
55
redirect_from:
66
-/docs/microsoft-azure/
@@ -11,11 +11,11 @@ toc: true
1111
Codefresh has native support for Azure in the following areas:
1212

1313
-[Integration with Azure Git]({{site.baseurl}}/docs/integrations/git-providers/#azure-devops)
14-
-[Connecting to Azure registries]({{site.baseurl}}/docs/docker-registries/azure-docker-registry/)
15-
-[Deploying to AKS]({{site.baseurl}}/docs/deployments/kubernetes/#adding-aks-cluster)
14+
-[Connecting to Azure registries]({{site.baseurl}}/docs/integrations/docker-registries/azure-docker-registry/)
15+
-[Deploying to AKS]({{site.baseurl}}/docs/deployments/kubernetes/#adding-an-aks-cluster)
1616
-[Using Azure Storage for Test reports]({{site.baseurl}}/docs/testing/test-reports/#connecting-azure-storage)
17-
-[Using Azure Storage for Helm charts]({{site.baseurl}}/docs/deployments/helm/add-helm-repository/#private-repository---azure)
18-
-[Azure SSO]({{site.baseurl}}/docs/administration/single-sign-on/sso-azure/)
17+
-[Using Azure Storage for Helm charts]({{site.baseurl}}/docs/deployments/helm/helm-charts-and-repositories/)
18+
-[Azure SSO]({{site.baseurl}}/docs/single-sign-on/sso-azure/)
1919

2020
##Using Azure Git repositories
2121

@@ -35,7 +35,7 @@ For more details see the [documentation page]({{site.baseurl}}/docs/integrations
3535

3636
##Using Azure Docker registries
3737

38-
Azure Docker registries are fully compliant with the Docker registry API that Codefresh follows. You can connect an Azure Registry like any[other Docker registry]({{site.baseurl}}/docs/docker-registries/).
38+
Azure Docker registries are fully compliant with the Docker registry API that Codefresh follows. You can connect an Azure Registry like any[other Docker registry]({{site.baseurl}}/docs/integrations/docker-registries/).
3939

4040
{%
4141
include image.html
@@ -51,7 +51,7 @@ Once the registry is added you can the [standard push step]({{site.baseurl}}/doc
5151

5252
##Deploying to Azure Kubernetes
5353

54-
Codefresh has native support for connecting an Azure cluster in the[cluster configuration screen]({{site.baseurl}}/docs/deployments/kubernetes/#connect-a-kubernetes-cluster).
54+
Codefresh has native support for connecting an Azure cluster in the[cluster configuration screen]({{site.baseurl}}/docs/integrations/kubernetes/#connect-a-kubernetes-cluster).
5555

5656
{%
5757
include image.html
@@ -83,7 +83,7 @@ See the full documentation for [test reports]({{site.baseurl}}/docs/testing/test
8383

8484
##Using Azure storage for storing Helm charts
8585

86-
You can connect Azure Storage as a Helm repository in the[integrations screen]({{site.baseurl}}/docs/deployments/helm/add-helm-repository/).
86+
You can connect Azure Storage as a Helm repository in the[integrations screen]({{site.baseurl}}/docs/deployments/helm/helm-charts-and-repositories/).
8787

8888
{% include
8989
image.html
@@ -99,7 +99,7 @@ Once you connect your Helm repository you can use it any [Codefresh pipeline wit
9999

100100
##Azure Single Sign-on
101101

102-
You can use Azure Active Directory as an[SSO mechanism]({{site.baseurl}}/docs/administration/single-sign-on/) in Codefresh.
102+
You can use Azure Active Directory as an[SSO mechanism]({{site.baseurl}}/docs/single-sign-on/) in Codefresh.
103103

104104
{% include
105105
image.html
37.2 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp