katij-uipath / v23.10_Automation_Suite_Upgrade

0 stars 0 forks source link

Add in Dedicated Task Mining Node #54

Open katij-uipath opened 11 months ago

katij-uipath commented 11 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

katij-uipath commented 11 months ago

https://docs.uipath.com/automation-suite/automation-suite/2023.10/installation-guide/adding-a-dedicated-agent-node-for-task-mining

katij-uipath commented 10 months ago

Image