Skip to content

Commit fc25b8e

Browse files
author
Tim Bannister
committed
Remove “Configure Your Cloud Provider's Firewalls”
Removing this page as it doesn't meet the Kubernetes website content guidelines https://kubernetes.io/docs/contribute/style/content-guide/
1 parent a8a5a5a commit fc25b8e

File tree

2 files changed

+5
-111
lines changed

2 files changed

+5
-111
lines changed

content/en/docs/tasks/access-application-cluster/configure-cloud-provider-firewall.md

Lines changed: 0 additions & 110 deletions
This file was deleted.

content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,11 @@ The deploy wizard expects that you provide the following information:
8383

8484
A [Deployment](/docs/concepts/workloads/controllers/deployment/) will be created to maintain the desired number of Pods across your cluster.
8585

86-
- **Service** (optional): For some parts of your application (e.g. frontends) you may want to expose a [Service](/docs/concepts/services-networking/service/) onto an external, maybe public IP address outside of your cluster (external Service). For external Services, you may need to open up one or more ports to do so. Find more details [here](/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/).
86+
- **Service** (optional): For some parts of your application (e.g. frontends) you may want to expose a [Service](/docs/concepts/services-networking/service/) onto an external, maybe public IP address outside of your cluster (external Service).
87+
88+
{{< note >}}
89+
For external Services, you may need to open up one or more ports to do so.
90+
{{< /note >}}
8791

8892
Other Services that are only visible from inside the cluster are called internal Services.
8993

0 commit comments

Comments
 (0)