mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Removed the --zone argument when creating firewalls since it is not a valid argument.
See https://cloud.google.com/sdk/gcloud/reference/compute/firewall-rules/create
This commit is contained in:
parent
9d83973835
commit
972c9262cb
@ -38,7 +38,7 @@ You may need to open the firewall for port 8080 using the [console][cloud-consol
|
|||||||
```bash
|
```bash
|
||||||
$ gcloud compute firewall-rules create \
|
$ gcloud compute firewall-rules create \
|
||||||
--allow tcp:8080 --target-tags=kubernetes-minion \
|
--allow tcp:8080 --target-tags=kubernetes-minion \
|
||||||
--zone=us-central1-a kubernetes-minion-8080
|
kubernetes-minion-8080
|
||||||
```
|
```
|
||||||
|
|
||||||
### Step Zero: Build the Docker images
|
### Step Zero: Build the Docker images
|
||||||
|
Loading…
Reference in New Issue
Block a user