Skip to content

Instantly share code, notes, and snippets.

@b0noI
Last active December 7, 2018 00:19
Show Gist options
  • Save b0noI/66ed2bc0c4e2d7245a3aabe90d9c82c5 to your computer and use it in GitHub Desktop.
Save b0noI/66ed2bc0c4e2d7245a3aabe90d9c82c5 to your computer and use it in GitHub Desktop.
export HEALTH_CHECK_NAME="http-basic-check"
gcloud compute health-checks create http $HEALTH_CHECK_NAME \
--request-path /v1/models/default \
--port 8888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment