Skip to content

provision.sh: HttpHealthCheck is deprecated #63

@Firedrops

Description

@Firedrops

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions