英文:
Create Global HTTPS load-balancer with gcloud
问题
我没有跟上GCP负载均衡的变化,他们引入了一种新的全局L7负载均衡器,而我习惯的那些现在被称为"经典"。
我找不到使用gcloud
CLI创建这种新风格负载均衡器的方法。是否有办法做到这一点?
英文:
I haven't kept up with changes to GCP's load-balancing, and they've introduced a new kind of global L7 load-balancer, and the ones which I am used to are now termed "classic".
I am not able to find ways to create these new style of load-balancers using gcloud
CLI. Is there a way to do this?
答案1
得分: 2
只是为了标记问题已回答,我将在这里发布 @John_Hanley 的回复:
将标志设置如下:
gcloud compute backend-services create --load-balancing-scheme=EXTERNAL_MANAGED
英文:
Just to mark the question answered, I will post @John_Hanley's reply here:
Set the flag like this:
gcloud gcloud compute backend-services create --load-balancing-scheme=EXTERNAL_MANAGED
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论