Created
November 30, 2021 08:20
-
-
Save Skarlso/a31263a40c0a36b7ad7aa456c2886e24 to your computer and use it in GitHub Desktop.
Log output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ test-set-label-config-file eksctl set labels --nodegroup ng-1 --cluster test-set-labels-5 --labels asdf=asdf | |
2021-11-29 22:03:37 [ℹ] eksctl version 0.77.0-dev+32cdc500.2021-11-29T22:02:28Z | |
2021-11-29 22:03:37 [ℹ] using region us-west-2 | |
2021-11-29 22:03:37 [ℹ] setting label(s) on nodegroup ng-1 in cluster test-set-labels-5.us-west-2.eksctl.io | |
2021-11-29 22:03:39 [ℹ] updating nodegroup stack | |
2021-11-29 22:03:40 [ℹ] waiting for CloudFormation changeset "eksctl-update-nodegroup-1638219819" for stack "eksctl-test-set-labels-5-nodegroup-ng-1" | |
2021-11-29 22:03:56 [ℹ] waiting for CloudFormation changeset "eksctl-update-nodegroup-1638219819" for stack "eksctl-test-set-labels-5-nodegroup-ng-1" | |
2021-11-29 22:03:58 [ℹ] waiting for CloudFormation stack "eksctl-test-set-labels-5-nodegroup-ng-1" | |
2021-11-29 22:04:16 [ℹ] waiting for CloudFormation stack "eksctl-test-set-labels-5-nodegroup-ng-1" | |
2021-11-29 22:04:37 [ℹ] waiting for CloudFormation stack "eksctl-test-set-labels-5-nodegroup-ng-1" | |
2021-11-29 22:04:57 [ℹ] waiting for CloudFormation stack "eksctl-test-set-labels-5-nodegroup-ng-1" | |
2021-11-29 22:04:58 [✖] unexpected status "UPDATE_ROLLBACK_IN_PROGRESS" while waiting for CloudFormation stack "eksctl-test-set-labels-5-nodegroup-ng-1" | |
2021-11-29 22:04:58 [ℹ] fetching stack events in attempt to troubleshoot the root cause of the failure | |
2021-11-29 22:04:59 [ℹ] AWS::CloudFormation::Stack/eksctl-test-set-labels-5-nodegroup-ng-1: UPDATE_ROLLBACK_IN_PROGRESS – "The following resource(s) failed to update: [ManagedNodeGroup]. " | |
2021-11-29 22:04:59 [ℹ] AWS::EKS::Nodegroup/ManagedNodeGroup: UPDATE_FAILED – "Resource handler returned message: \"Update is not supported for the following properties\" (RequestToken: 1f8a9760-cea9-07f5-4a28-2dee3205655b, HandlerErrorCode: InvalidRequest)" | |
2021-11-29 22:04:59 [ℹ] AWS::EKS::Nodegroup/ManagedNodeGroup: UPDATE_IN_PROGRESS | |
2021-11-29 22:04:59 [ℹ] AWS::IAM::Role/NodeInstanceRole: UPDATE_COMPLETE | |
2021-11-29 22:04:59 [ℹ] AWS::IAM::Role/NodeInstanceRole: UPDATE_IN_PROGRESS | |
2021-11-29 22:04:59 [ℹ] AWS::CloudFormation::Stack/eksctl-test-set-labels-5-nodegroup-ng-1: UPDATE_IN_PROGRESS – "User Initiated" | |
2021-11-29 22:04:59 [ℹ] AWS::CloudFormation::Stack/eksctl-test-set-labels-5-nodegroup-ng-1: CREATE_COMPLETE | |
2021-11-29 22:04:59 [ℹ] AWS::EKS::Nodegroup/ManagedNodeGroup: CREATE_COMPLETE | |
2021-11-29 22:04:59 [ℹ] AWS::EKS::Nodegroup/ManagedNodeGroup: CREATE_IN_PROGRESS – "Resource creation Initiated" | |
2021-11-29 22:04:59 [ℹ] AWS::EKS::Nodegroup/ManagedNodeGroup: CREATE_IN_PROGRESS | |
2021-11-29 22:04:59 [ℹ] AWS::IAM::Role/NodeInstanceRole: CREATE_COMPLETE | |
2021-11-29 22:04:59 [ℹ] AWS::EC2::LaunchTemplate/LaunchTemplate: CREATE_COMPLETE | |
2021-11-29 22:04:59 [ℹ] AWS::EC2::LaunchTemplate/LaunchTemplate: CREATE_IN_PROGRESS – "Resource creation Initiated" | |
2021-11-29 22:04:59 [ℹ] AWS::IAM::Role/NodeInstanceRole: CREATE_IN_PROGRESS – "Resource creation Initiated" | |
2021-11-29 22:04:59 [ℹ] AWS::EC2::LaunchTemplate/LaunchTemplate: CREATE_IN_PROGRESS | |
2021-11-29 22:04:59 [ℹ] AWS::IAM::Role/NodeInstanceRole: CREATE_IN_PROGRESS | |
2021-11-29 22:04:59 [ℹ] AWS::CloudFormation::Stack/eksctl-test-set-labels-5-nodegroup-ng-1: CREATE_IN_PROGRESS – "User Initiated" | |
Error: waiting for CloudFormation stack "eksctl-test-set-labels-5-nodegroup-ng-1": ResourceNotReady: failed waiting for successful resource state |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment