Automation setup instructions
Set up PerfectScale Automation in minutes and start seeing instant optimization results with just a few simple steps
Last updated
Was this helpful?
Was this helpful?
helm repo add perfectscale https://perfectscale-io.github.io --force-updatehelm upgrade --install -n perfectscale psc-autoscaler \
--set secret.create=false \
perfectscale/psc-autoscalerhelm upgrade --install -n perfectscale psc-autoscaler \
--set tolerations[0].key=node_pool \
--set tolerations[0].operator=Equal \
--set tolerations[0].value=tooling \
--set secret.create=false \
perfectscale/psc-autoscalerhelm test psc-autoscaler -n perfectscale --logshelm upgrade --install -n perfectscale psc-autoscaler perfectscale/psc-autoscaler \
--set secret.create=false \
--set 'settings.excludedNamespaces={kube-system,ns_to_exclude1,ns_to_exclude2}'