You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/integrations/amazon-web-services.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Codefresh has native support for AWS in the following areas:
10
10
-[Connecting to Amazon registries]({{site.baseurl}}/docs/integrations/docker-registries/amazon-ec2-container-registry/)
11
11
-[Deploying to Amazon EKS]({{site.baseurl}}/docs/integrations/kubernetes/#adding-eks-cluster)
12
12
-[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/)
14
14
15
15
16
16
##Using Amazon ECR
@@ -53,7 +53,7 @@ See the full documentation for [test reports]({{site.baseurl}}/docs/testing/test
53
53
54
54
##Using Amazon S3 for storing Helm charts
55
55
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/).
57
57
58
58
{% include
59
59
image.html
@@ -70,7 +70,7 @@ Once you connect your Helm repository you can use it any [Codefresh pipeline wit
70
70
71
71
##Traditional Amazon deployments
72
72
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/).
Copy file name to clipboardExpand all lines: _docs/integrations/kubernetes.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,11 +56,10 @@ If this is your first time, you'll be prompted to authenticate using your Google
56
56
57
57
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.
58
58
59
-
{{site.data.callout.callout_info}}
60
59
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
60
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.
64
63
65
64
66
65
###Adding an AKS cluster
@@ -713,8 +712,8 @@ You can also deploy to a cluster in a pipeline. Codefresh offers [several ways f
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/).
725
724
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/).
@@ -35,7 +35,7 @@ For more details see the [documentation page]({{site.baseurl}}/docs/integrations
35
35
36
36
##Using Azure Docker registries
37
37
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/).
39
39
40
40
{%
41
41
include image.html
@@ -51,7 +51,7 @@ Once the registry is added you can the [standard push step]({{site.baseurl}}/doc
51
51
52
52
##Deploying to Azure Kubernetes
53
53
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).
55
55
56
56
{%
57
57
include image.html
@@ -83,7 +83,7 @@ See the full documentation for [test reports]({{site.baseurl}}/docs/testing/test
83
83
84
84
##Using Azure storage for storing Helm charts
85
85
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/).
87
87
88
88
{% include
89
89
image.html
@@ -99,7 +99,7 @@ Once you connect your Helm repository you can use it any [Codefresh pipeline wit
99
99
100
100
##Azure Single Sign-on
101
101
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.