發現一個 google cloud compute engine 在 web console 上的 bug。如果你有使用 instance group 與一般的 instance 在同 1 個 target pool 內時。
- 你去更新 instance list 的情況 instance group 對 target pool 的關係會消失
- 你去更新 instance group list 時,你的其它 instance list 會被清空。
情況 1 可以用 target-pools 指令,把 instance 加回去 情況 2 可以用 instance-groups 指令設配合 managed 或 unmanaged 的 set-target-pools 把 group 與 target pool 的關係重新建立
總之,在 target 內同時有用 instance 與 instance group 的 instance 時,要用 gcloud 指令更新才不會有 instance 被 detached