book-of-kubernetes / examples

Examples for The Book of Kubernetes
MIT License
166 stars 76 forks source link

Chapter 6 - running ansible-playbook aws-setup.yaml #11

Closed CarlosJoseChaconChavarria closed 1 year ago

CarlosJoseChaconChavarria commented 1 year ago

hi guys

I have this issue in Chapter 6, just running this ansible-playbook aws-setup.yaml for load balancer Check output, any idea? thanks

TASK [aws-instances : collect lb listeners] ***** ok: [localhost] => (item={'name': 'ingress', 'source': 80, 'target': 80}) .. TASK [aws-instances : load balancer] **** fatal: [localhost]: FAILED! => {"changed": false, "msg": "Modifying subnets and elastic IPs is not supported for Network Load Balancer"}

PLAY RECAP ** localhost : ok=16 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0

CarlosJoseChaconChavarria commented 1 year ago

I really don't need this fix, since I know this stuff