-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
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.
Reactions are currently unavailable