katij-uipath / v23.10_Automation_Suite_Upgrade

0 stars 0 forks source link

Add in Dedicated Task Mining Node #102

Open katij-uipath opened 5 months ago

katij-uipath commented 5 months ago

Login to the task mining node and run the infra installer:

ui2310

./install-uipath.sh -i /opt/UiPathAutomationSuite/cluster_config.json -o ./output.json -k -j task-mining --accept-license-agreement -d 

Verify the task mining config:

kubectl get nodes

kubectl describe node <task mining node name> | grep -i "taints"

Above command should return you the following output:

Image