For the complete documentation index, see llms.txt. This page is also available as Markdown.

psc-autoscaler RBAC Permissions

Explore permissions PerfectScale Automation Agent requires to provide the service

In order to take the automated actions, to keep your K8s environment optimized, our psc-autoscaler requires the below permissions.

Unexpected error with integration github-files: Bad Gateway

settings.allowNamespaceCreation Helm value is enabled by default. When enabled, this permission allows the autoscaler to create target namespaces required for cross-namespace ephemeral workload automation. To opt out of automatic namespace creation, set settings.allowNamespaceCreation=false when installing PerfectScale automation agent.

helm upgrade --install -n perfectscale psc-autoscaler \
      --set secret.create=false \
      --set settings.allowNamespaceCreation=false \
      perfectscale/psc-autoscaler

Last updated

Was this helpful?