Cluster Bootstrap Script
data class ClusterBootstrapScript(val executionFailStrategy: String, val executionMoment: String, val nodeSelector: ClusterBootstrapScriptNodeSelector, val priority: Int? = null, val scriptArgs: String, val scriptName: String, val scriptPath: String)
Properties
Link copied to clipboard
The bootstrap scripts execution fail strategy, ’FAILED_BLOCK’ or ‘FAILED_CONTINUE’ .
Link copied to clipboard
The bootstrap scripts execution moment, ’BEFORE_INSTALL’, ‘AFTER_STARTED’ or ‘BEFORE_START’. The execution moment of BEFORE_START is available since v1.243.0.
Link copied to clipboard
The bootstrap scripts execution target. See node_selector
below.
Link copied to clipboard
The bootstrap script args, e.g. "--a=b".
Link copied to clipboard
The bootstrap script name.
Link copied to clipboard
The bootstrap script path, e.g. "oss://bucket/path".