简体   繁体   English

如何将 static 外部地址 IP 附加到 GCP Cloud TPU 虚拟机?

[英]How can I attach a static external IP address with a GCP Cloud TPU VM?

I want to use a static reserved IP address with a Cloud TPU VM.我想将 static 保留地址 IP 用于 Cloud TPU 虚拟机。

For a regular (non-TPU) Compute Engine instance, I can just use the web interface and go to the "External IP addresses" tab of the "VPC Network" page, select an existing external IP (or create a new one), and choose to attach it to a Compute Engine instance from the dropdown.对于常规(非 TPU)计算引擎实例,我可以只使用 web 接口和 go 到“VPC 网络”页面的“外部 IP 地址”选项卡,select 一个现有的外部 IP(或创建一个新的),并从下拉列表中选择将其附加到 Compute Engine 实例。 However, my TPU VM does not show up in this same dropdown.但是,我的 TPU VM 没有出现在同一个下拉列表中。

Is it possible to reserve and attach a static external IP address to my TPU VM by some other means?是否可以通过其他方式保留 static 外部 IP 地址并将其附加到我的 TPU 虚拟机?

Thanks!谢谢!

EDIT: Here's what I see in the GCP web interface when I select the TPU VM:编辑:这是我在 select TPU VM 时在 GCP web 界面中看到的内容: 在此处输入图像描述

Unfortunately you currently can't assign a static IP to a TPU VM yet like you can a GCE node (eg https://cloud.google.com/compute/docs/ip-addresses/reserve-static-external-ip-address ).不幸的是,您目前无法将 static IP 分配给 TPU VM,就像您可以分配 GCE 节点一样(例如https://cloud.google.com/compute/docs/ip-addresses/reserve-static-external-ip-address ).

This may be supported in the future though!不过,这可能会在未来得到支持!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何通过 Terraform 从同一模板创建两个具有不同 static 外部 IP 的 GCP VM 实例? - How to create two GCP VM instances with deferent static external IP from same template via Terraform? 您可以在我的 GCP VM 上使用 Jupyter notebook 在 Google Cloud 中运行 TPU 训练吗? - Can you use a Jupyter notebook on my GCP VM to run TPU training in Google Cloud? 新 VM 不能使用未分配的 Static 内部 IP GCP - New VM can't use unassigned Static Internal IP GCP 无法连接到 GCP TPU 虚拟机 - Trouble connecting to GCP TPU VM 在 GCP VM 的外部 ip 上无法访问示例网络服务器 - Sample webserver is not accessible on external ip of GCP VM GCP,Cloud Run 外部 IP 不工作 - GCP, Cloud Run external IP is not working Google Cloud Dataflow 可以在 Go 中没有外部 IP 地址的情况下运行吗? - Can Google Cloud Dataflow be run without an external IP address in Go? 如何将 Cloud TPU 与 Tensorflow Lite Model Maker 一起使用? - How can I use a Cloud TPU with Tensorflow Lite Model Maker? 如何在两个 GCP VM 之间交换内部 IP 地址? - How can I swap internal IP address between two GCP VMs? 如何在我的 GCP 组织中获取所有外部 IP 地址? - How can I get all External IP Addresses in my GCP organization?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM