clusters

Create new node pool

Add new node pool to a cluster

post/api/v1/orgs/{orgId}/clusters/{id}/nodepools

Path parameters

orgIdinteger required

Organization identifier

idinteger required

Cluster identifier

Request body

OR

Example request

{
  "labels": {
    "example.io/label1": "value1"
  },
  "autoscaling": {
    "minSize": 1,
    "maxSize": 5
  },
  "volumeEncryption": {
    "enabled": true,
    "encryptionKeyARN": "arn:aws:kms:<REGION>:000000000000:key/00000000-0000-0000-0000-000000000000"
  },
  "volumeSize": 50,
  "volumeType": "gp3",
  "instanceType": "m4.xlarge",
  "image": "ami-06d1667f",
  "spotPrice": "0.2",
  "subnetId": "subnet-xxxxxxxxxxxxxx",
  "securityGroups": [
    "sg-00000xxxx0000xxx1",
    "sg-00000xxxx0000xxx2"
  ]
}

Response

Node pool creation in progress

Changes

Changed in 12 of the 50 revisions of this API.913

    • the /////////// request property type changed from no type to object

      request-property-type-changed

    • the /////////// request property type changed from no type to object

      request-property-type-changed

    • the ///////////// request property type changed from no type to object

      request-property-type-changed

    • the ///////////// request property type changed from no type to object

      request-property-type-changed

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the request's body type changed from array to no type

      request-body-type-changed

    • added to the request body oneOf list

      request-body-one-of-added

    • removed from the request body oneOf list

      request-body-one-of-removed

    • the request's body type changed from no type to array

      request-body-type-changed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added to the request body oneOf list

      request-body-one-of-added

    • added the new optional request property ////////

      new-optional-request-property

    • added the new optional request property ////////

      new-optional-request-property

    • added the new optional request property ////////

      new-optional-request-property

    • added the new optional request property ////////

      new-optional-request-property

    • added the new optional request property ////////

      new-optional-request-property

    • added the new optional request property ////////

      new-optional-request-property

    • added the new optional request property ////////

      new-optional-request-property

    • added the new optional request property ////////

      new-optional-request-property

    • added to the request body oneOf list

      request-body-one-of-added

    • the //////// request property type changed from number to integer

      request-property-type-changed