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
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"
}