Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance RegisterCspNativeResourcesAll usability #1097

Merged
merged 2 commits into from
May 8, 2022

Conversation

seokho-son
Copy link
Member

다음과 같이, registerationOverview 제공

{
  "elapsedTime": 286,
  "registeredConnection": 152,
  "availableConnection": 132,
  "registerationOverview": {
    "vNet": 1,
    "securityGroup": 0,
    "sshKey": 0,
    "vm": 0,
    "failed": 28
  },
  "registerationResult": [
    {
      "connectionName": "alibaba-ap-northeast-1",
      "systemMessage": "",
      "elapsedTime": 104,
      "registerationOverview": {
        "vNet": 0,

참고: 발견된 문제

    {
      "connectionName": "aws-ap-northeast-2",
      "systemMessage": "",
      "elapsedTime": 34,
      "registerationOverview": {
        "vNet": 0,
        "securityGroup": 0,
        "sshKey": 0,
        "vm": 0,
        "failed": 2
      },
      "registerationOutputs": {
        "output": [
          "sshKey: aws-ap-northeast-2-eksctl-my-cluster-nodegroup-ng-82857a41-c2-bb-8e-22-cb-89-d7-6b-04-c2-80-c4-82-e2-35-a3  [Failed] The sshKey aws-ap-northeast-2-eksctl-my-cluster-nodegroup-ng-82857a41-c2-bb-8e-22-cb-89-d7-6b-04-c2-80-c4-82-e2-35-a3 already exists.",
          "sshKey: aws-ap-northeast-2-eksctl-nextcloud-nodegroup-ng-9eae9c88-c2-bb-8e-22-cb-89-d7-6b-04-c2-80-c4-82-e2-35-a3  [Failed] The sshKey aws-ap-northeast-2-eksctl-nextcloud-nodegroup-ng-9eae9c88-c2-bb-8e-22-cb-89-d7-6b-04-c2-80-c4-82-e2-35-a3 already exists."
        ]
      }
    },

aws-ap-northeast-2-eksctl-nextcloud-nodegroup-ng-9eae9c88-c2-bb-8e-22-cb-89-d7-6b-04-c2-80-c4-82-e2-35-a3
가 이미 등록되어 있으나,

Inspect 목록에서 계속 나옴. (Spider 동작 확인 필요)

1	ns01-aws-ap-northeast-2-eksctl-my-cluster-nodegroup-ng-82857a41-c2-bb-8e-22-cb-89-d7-6b-04-c2-80-c4-82-e2-35-a3	( bb )	
2	ns01-aws-ap-northeast-2-eksctl-nextcloud-nodegroup-ng-9eae9c88-c2-bb-8e-22-cb-89-d7-6b-04-c2-80-c4-82-e2-35-a3	( bb )	

1	( eksctl-my-cluster-nodegroup-ng-82857a41-c2:bb:8e:22:cb:89:d7:6b:04:c2:80:c4:82:e2:35:a3 )	eksctl-my-cluster-nodegroup-ng-82857a41-c2:bb:8e:22:cb:89:d7:6b:04:c2:80:c4:82:e2:35:a3	
2	( eksctl-nextcloud-nodegroup-ng-9eae9c88-c2:bb:8e:22:cb:89:d7:6b:04:c2:80:c4:82:e2:35:a3 )	eksctl-nextcloud-nodegroup-ng-9eae9c88-c2:bb:8e:22:cb:89:d7:6b:04:c2:80:c4:82:e2:35:a3

@seokho-son
Copy link
Member Author

/approve

for prerelease.

@seokho-son seokho-son merged commit 54df28e into cloud-barista:main May 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant