v1

latestOpenAPI 3.0.0Apache 2.02026-07-17143274803.9 KB
clusters

List bootstrap commands for namespaces

Get the commands to use for bootstrapping nodes of a PKE cluster in each nodepool

get/api/v1/orgs/{orgId}/clusters/{id}/pke/commands

Path parameters

orgIdinteger required

Organization identifier

idinteger required

Cluster identifier

Response

Map of nodepool names to commands to use

additionalPropertiesstring

Example response

{
  "additionalProperties": "pke-installer install --pipeline-url=\"http://127.0.0.1:9090\" --pipeline-token=XXX --pipeline-org-id=3 --pipeline-cluster-id=19 --node-pool=\"distrMaster\" --role=master"
}