UiPath / Infrastructure

42 stars 60 forks source link

add haa script #96

Closed AndreiBarbuOz closed 3 years ago

AndreiBarbuOz commented 3 years ago

We should consider placing the HAA installation script under a version control, probably next to the rest of the scripts we use for deploying and configuring UiPath software.

There are benefits stemming from version controlling the script:

there are multiple examples for this practice:

Nginx installation using the k8s operator uses semantic versioning in path:

kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.44.0/deploy/static/provider/cloud/deploy.yaml

installing git on MacOS:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

installing OpenTelemetry operator inside a k8s operator, using release branches:

kubectl apply -f https://github.com/open-telemetry/opentelemetry-operator/releases/latest/download/opentelemetry-operator.yaml