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

Commit35396e5

Browse files
platform IP addresses
1 parentdff8d7f commit35396e5

File tree

5 files changed

+72
-19
lines changed

5 files changed

+72
-19
lines changed

‎_data/home-content.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@
253253
localurl:/docs/administration/access-control
254254
-title:Audit Logs
255255
localurl:/docs/administration/audit-logs
256+
-title:Platform IPs
257+
localurl:/docs/administration/platform-ip-addresses
256258
-title:"Incubation"
257259
icon:images/home-icons/plugins.svg
258260
url:''

‎_data/nav.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,8 @@
478478
url:"/audit-logs"
479479
-title:Hybrid installation (legacy)
480480
url:"/codefresh-hybrid"
481+
-title:Codefresh Platform IPs
482+
url:"/platform-ip-addresses"
481483

482484
-title:Incubation
483485
url:"/incubation"
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
title:"Codefresh Platform IP addresses"
3+
description:"How to whitelist the IP addresses of the Codefresh platform"
4+
group:administration
5+
toc:true
6+
7+
---
8+
9+
If you want to use Codefresh for[a Kubernetes cluster]({{site.baseurl}}/docs/deploy-to-kubernetes/add-kubernetes-cluster/) that has a strict firewall, you can only allow access to specific IP addresses
10+
that the Codefresh platform is using. This will allow you to deploy to your cluster even when it is not accessible from the public internet
11+
12+
>Note that this is needed only for customers that use the[SAAS version of Codefresh]({{site.baseurl}}/docs/administration/installation-security/). If you use the[Codefresh runner]({{site.baseurl}}/docs/administration/codefresh-runner/), there is no need to open any IPs and ports in your firewall.
13+
14+
##Current IPs used by the Codefresh platform
15+
16+
- 104.154.63.253
17+
- 104.197.160.122
18+
- 18.213.176.41
19+
- 13.59.201.170
20+
- 104.155.130.126
21+
- 147.234.23.250
22+
- 34.233.31.180
23+
- 18.210.174.176
24+
- 104.154.99.188
25+
- 146.148.100.14
26+
27+
28+
All the IPs are NAT gateways, and therefore you only need to enable specific IPs instead of ranges.
29+
30+
>If you do use these IPs we**strongly encourage** regular monitoring of this doc page.
31+
32+
33+
##Upcoming Codefresh IPs
34+
35+
These are IP addresses that we will soon add in the Codefresh platform. Customers will be notified long before they take effect. We publish them today so that you can whitelist them in advance.
36+
37+
- 107.21.238.215
38+
- 18.209.185.91
39+
- 18.215.207.215
40+
- 18.233.130.31
41+
- 23.20.5.235
42+
- 3.232.154.67
43+
- 34.192.31.53
44+
- 34.193.111.98
45+
- 34.195.17.245
46+
- 34.196.33.69
47+
- 34.198.38.4
48+
- 34.200.163.76
49+
- 44.238.236.43
50+
- 44.234.209.117
51+
- 44.239.141.205
52+
- 44.228.66.171
53+
- 44.238.167.159
54+
- 44.237.63.217
55+
56+
##What to read next
57+
58+
*[Codefresh installation options]({{site.baseurl}}/docs/administration/installation-security/)
59+
*[Codefresh runner]({{site.baseurl}}/docs/administration/codefresh-runner/)
60+
*[Codefresh behind the firewall]({{site.baseurl}}/docs/administration/behind-the-firewall/)
61+
*[Managing your Kubernetes cluster]({{site.baseurl}}/docs/deploy-to-kubernetes/manage-kubernetes/)

‎_docs/deploy-to-kubernetes/add-kubernetes-cluster.md‎

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,9 @@ in your cluster. To activate this dashboard, you need to connect your cluster to
1515
##Prerequisites
1616

1717
Codefresh SAAS needs network connectivity to connect to your cluster. If your cluster is behind a restrictive firewall
18-
make sure that you allow the following IPs to come through.
18+
make sure that you allow the[following IPs]({{site.baseurl}}/docs/administration/platform-ip-addresses/) to come through.
1919

20-
21-
- 104.154.63.253
22-
- 104.197.160.122
23-
- 18.213.176.41
24-
- 13.59.201.170
25-
- 104.155.130.126
26-
- 147.234.23.250
27-
- 34.233.31.180
28-
- 18.210.174.176
29-
- 104.154.99.188
30-
- 146.148.100.14
31-
32-
33-
All the IPs are NAT gateways, and therefore you only need to enable specific IPs instead of ranges.
34-
35-
>If you do use these IPs we**strongly encourage** regular monitoring of this doc page.
36-
37-
Notice that you only need to deal with this process if you use the SAAS version of Codefresh. For On-premises and[Hybrid installations]({{site.baseurl}}/docs/enterprise/behind-the-firewall/), there is no need to tamper with your firewall.
20+
Notice that you only need to deal with this process if you use the SAAS version of Codefresh. For On-premises and[Hybrid installations]({{site.baseurl}}/docs/administration/behind-the-firewall/), there is no need to tamper with your firewall.
3821

3922
##Visit the cluster integration screen
4023

‎_docs/whats-new/whats-new.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ redirect_from:
77
toc:true
88
---
99

10+
##Upcoming changes:
11+
12+
- New platform IP addresses -[documentation]({{site.baseurl}}/docs/administration/platform-ip-addresses/)
13+
1014
##Recent Codefresh updates:
1115

1216
###February 2021
@@ -17,6 +21,7 @@ toc: true
1721
- Hide inaccessible clusters in the Kubernetes dashboard -[documentation]({{site.baseurl}}/docs/deploy-to-kubernetes/manage-kubernetes/#accessing-the-kubernetes-dashboard)
1822
- Define access for non-admins in Helm repositories and shared config -[documentation]({{site.baseurl}}/docs/configure-ci-cd-pipeline/shared-configuration/#level-of-access)
1923

24+
2025
###January 2021
2126

2227
- Using external secrets in Codefresh GUI -[documentation]({{site.baseurl}}/docs/configure-ci-cd-pipeline/secrets-store/#using-secrets-in-the-codefresh-gui)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp