Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion etc/tasks.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ polling_interval = 360

[vcluster-headnodecycle]

taskplugins = HandleHeadNodes
taskplugins = HandleHeadNodes, HandleHeadNodesK8S
#To run the HandleHeadNodesK8S plugin you will need to add the dependencies
# mentioned in the beginning of the runnew.sh script in the incubator code
polling_interval = 10

username = myosuser
Expand Down
Loading