Skip to content

Instantly share code, notes, and snippets.

@pvillard31
Created August 20, 2019 13:32
Show Gist options
  • Save pvillard31/e8c693f7433dacd103c1e5346f41660a to your computer and use it in GitHub Desktop.
Save pvillard31/e8c693f7433dacd103c1e5346f41660a to your computer and use it in GitHub Desktop.
gcloud beta compute instances create-with-container my-nifi-instance --tags=nifi --container-image=apache/nifi
gcloud compute firewall-rules create allow-nifi-unsecured --action=ALLOW --rules=tcp:8080 --target-tags=nifi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment