Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provision.sh: HttpHealthCheck is deprecated #63

Open
Firedrops opened this issue Feb 13, 2019 · 1 comment
Open

provision.sh: HttpHealthCheck is deprecated #63

Firedrops opened this issue Feb 13, 2019 · 1 comment
Labels
enhancement New feature or request tracked

Comments

@Firedrops
Copy link
Contributor

Noticed this log when deploying provisioning scripts:

WARNING: HttpHealthCheck is deprecated. Use --health-check instead.
WARNING: This command is deprecated and will not be promoted to GA. Please use `gcloud beta instance-groups managed update` instead.
Updated [https://www.googleapis.com/compute/beta/projects/nano-stream1/zones/asia-northeast1-c/instanceGroupManagers/bwa-resistance-genes-managed-instance-group].

Most likely referring to lines 23-25 in provision.sh:

    # create HTTP health check
    gcloud compute http-health-checks \
    create ${NAME}-health-check \
    --request-path /cgi-bin/bwa.cgi

I think it's still functioning for now, but should be updated going forward.

@allenday
Copy link
Owner

allenday commented Feb 13, 2019 via email

@allenday allenday added the enhancement New feature or request label Feb 14, 2019
@obsh obsh added the tracked label Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tracked
Projects
None yet
Development

No branches or pull requests

3 participants