Help Center> Cloud Container Engine> FAQs> Node Pool> What Should I Do If a Node Pool Scale-Out Fails?
Updated on 2024-07-04 GMT+08:00

What Should I Do If a Node Pool Scale-Out Fails?

Fault Locating

Locate the fault based on the event of the failure to scale out a node pool, as shown in Table 1.

Table 1 Node pool scale-out failure

Event

Possible Cause

Reference

...call fsp to query keypair fail, error code : Ecs.0314, reason is : the keypair *** does not match the user_id ***...

The possible causes are as follows:

  • The key pair selected for logging in to the node pool has been deleted.
  • The key pair selected for logging in to the node pool is a private one which cannot be used by the current user to log in to the node pool and create nodes in the node pool.

Failed to Obtain the Key Pair Used for Logging In to a Node Pool

{"error":{"message":"encrypted key id [***] is invalid.","code":"Ecs.0912"}}

The possible causes are as follows:

  • The KMS key ID entered during node pool creation does not exist.
  • The KMS key ID entered during node pool creation is the key of another user, but the user has not authorized you.

Invalid KMS Key ID

Failed to Obtain the Key Pair Used for Logging In to a Node Pool

If a node pool scale-out fails, the event contains Ecs.0314. This error code indicates that the key pair used for logging in to the node pool cannot be obtained, which results in the creation failure of a new ECS.

...call fsp to query keypair fail, error code : Ecs.0314, reason is : the keypair *** does not match the user_id ***...

The possible causes are as follows:

  • The key pair selected for logging in to the node pool has been deleted.
  • The key pair selected for logging in to the node pool is a private one which cannot be used by the current user to log in to the node pool and create nodes in the node pool.

Solution:

  • If the scale-out fails due to the first cause, you can create a key pair and then create a node pool which can be logged in to using this key pair.
  • If the scale-out fails due to the second cause, only the user who created the private key pair can scale out the node pool. You can use another key pair when creating a new node pool.

Invalid KMS Key ID

When a node pool fails to be expanded, the reported event contains Ecs.0912.

{"error":{"message":"encrypted key id [***] is invalid.","code":"Ecs.0912"}}

The possible causes are as follows:

  • The KMS key ID entered during node pool creation does not exist.
  • The KMS key ID entered during node pool creation is the key of another user, but the user has not authorized you.

Solution:

  • If the scale-out fails due to the first cause, ensure that the entered key ID exists.
  • If the scale-out fails due to second cause, use the ID of the shared key that has been authorized to you.

Node Pool FAQs

more