File tree 1 file changed +2
-5
lines changed
content/en/docs/tasks/access-application-cluster 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -101,15 +101,12 @@ provides load balancing for an application that has two running instances.
101
101
see the node address by running ` kubectl cluster-info ` . If you are
102
102
using Google Compute Engine instances, you can use the
103
103
` gcloud compute instances list ` command to see the public addresses of your
104
- nodes. For more information about this command, see the [ GCE documentation] (https://cloud.google.com/sdk/gcloud/
105
- reference/compute/instances/list).
104
+ nodes.
106
105
107
106
1 . On your chosen node, create a firewall rule that allows TCP traffic
108
107
on your node port. For example, if your Service has a NodePort value of
109
108
31568, create a firewall rule that allows TCP traffic on port 31568. Different
110
- cloud providers offer different ways of configuring firewall rules. See [ the
111
- GCE documentation on firewall rules] ( https://cloud.google.com/compute/docs/vpc/firewalls ) ,
112
- for example.
109
+ cloud providers offer different ways of configuring firewall rules.
113
110
114
111
1 . Use the node address and node port to access the Hello World application:
115
112
``` shell
You can’t perform that action at this time.
0 commit comments