"At most one access config currently supported."의 두 판 사이의 차이

34번째 줄: 34번째 줄:
* https://qiita.com/tynmarket/items/e2b75c1710c5d3f398b2
* https://qiita.com/tynmarket/items/e2b75c1710c5d3f398b2
* https://groups.google.com/g/google-cloud-sdk/c/n2JWH5E0zzY
* https://groups.google.com/g/google-cloud-sdk/c/n2JWH5E0zzY
* https://stackoverflow.com/questions/62847714/how-can-i-remove-external-ip-address-that-errored-while-creating-it-in-google-cl


[[분류: gcloud]]
[[분류: gcloud]]

2022년 4월 23일 (토) 18:50 판

1 개요

ERROR: (gcloud.compute.instances.add-access-config) Could not fetch resource:
At most one access config currently supported.
# gcloud compute instances add-access-config vm1 --access-config-name="external-nat" --address=135.79.246.80 --zone=asia-northeast3-b
ERROR: (gcloud.compute.instances.add-access-config) Could not fetch resource:
 - At most one access config currently supported.
# gcloud compute instances add-access-config vm1 --access-config-name="External NAT" --address=135.79.246.80 --zone=asia-northeast3-b
ERROR: (gcloud.compute.instances.add-access-config) Could not fetch resource:
 - At most one access config currently supported.
# gcloud version
Google Cloud SDK 382.0.0
bq 2.0.74
core 2022.04.15
gsutil 5.9
# gcloud compute addresses list
NAME            ADDRESS/RANGE  TYPE      PURPOSE  NETWORK  REGION           SUBNET  STATUS
my-service-ip1  135.79.246.80  EXTERNAL                    asia-northeast3          RESERVED
my-service-ip2  135.79.246.81  EXTERNAL                    asia-northeast3          RESERVED
my-service-ip3  135.79.246.82  EXTERNAL                    asia-northeast3          IN_USE

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}