Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 243 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 243 Bytes

TODO...

Allow GKE to connect to GCE via internal network. gcloud compute firewall-rules create allow-elastic-from-gke --priority=2000 --source-ranges=10.16.0.0/14 --target-tags=elastic --allow=tcp:9200 --direction=INGRESS --network=default