update docs
parent
5a925e42c6
commit
d2701778ae
|
@ -50,6 +50,10 @@ Session Affinity: None
|
||||||
No events.
|
No events.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
gcloud compute firewall-rules create nginx-service --allow=tcp:32345
|
||||||
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
gcloud compute instances list
|
gcloud compute instances list
|
||||||
```
|
```
|
||||||
|
@ -67,10 +71,6 @@ worker1 us-central1-f n1-standard-1 10.240.0.31 104.197.163
|
||||||
worker2 us-central1-f n1-standard-1 10.240.0.32 104.154.41.9 RUNNING
|
worker2 us-central1-f n1-standard-1 10.240.0.32 104.154.41.9 RUNNING
|
||||||
````
|
````
|
||||||
|
|
||||||
```
|
|
||||||
gcloud compute firewall-rules create nginx-service --allow=tcp:32345
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
```
|
||||||
curl http://104.155.181.141:32345
|
curl http://104.155.181.141:32345
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue