mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 17:58:57 +03:00
Adjust the ingress rule to allow all outgoing traffic
This commit is contained in:
@@ -141,7 +141,7 @@ aws ec2 create-tags \
|
|||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
aws ec2 authorize-security-group-ingress \
|
aws ec2 authorize-security-group-egress \
|
||||||
--group-id ${SECURITY_GROUP_ID} \
|
--group-id ${SECURITY_GROUP_ID} \
|
||||||
--protocol all
|
--protocol all
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user