cldkctl_create_daemonset
Deploy and manage Kubernetes DaemonSets by invoking this tool, which processes DaemonSet configurations to ensure consistent application deployment across all nodes in a cluster.
Instructions
Call the cldkctl_create_daemonset endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
daemonset_data | Yes | DaemonSet data |
Input Schema (JSON Schema)
{
"properties": {
"daemonset_data": {
"description": "DaemonSet data",
"type": "object"
}
},
"required": [
"daemonset_data"
],
"type": "object"
}