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

5번째 줄: 5번째 줄:
<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
# gcloud compute instances add-access-config vm1 --access-config-name="external-nat" --address=135.79.246.80 --zone=asia-northeast3-b
# 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.
</syntaxhighlight>
<syntaxhighlight lang='console'>
# 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:
ERROR: (gcloud.compute.instances.add-access-config) Could not fetch resource:
  - At most one access config currently supported.
  - At most one access config currently supported.
14번째 줄: 19번째 줄:
core 2022.04.15
core 2022.04.15
gsutil 5.9
gsutil 5.9
</syntaxhighlight>
<syntaxhighlight lang='console'>
# 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.
</syntaxhighlight>
</syntaxhighlight>
<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>

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 }}