NorskManager.createOciNode() method

Spawn a new OCI instance running the worker image, and make it available for picking up jobs

Signature:

createOciNode(node: OciNodeCreate): Promise<void>;

Parameters

Parameter Type Description

node

OciNodeCreate

Returns:

Promise<void>