Provisioner installation
Installation guide for PerfectScale Provisioner in a self-hosted Kubernetes environment
Installation
Step 1: Get installation files
Step 2: Create a dedicated namespace
kubectl create ns <namespace_name> # replace "namespace_name" with your namespace nameStep 3: Configure installation parameters
access_key:
secret_key:
suffix_url: "DNS name"
tenant_id: "vendor_tenant_id" # provided by PerfectScale
namespace: <namespace_name>
kube_context: <k8s_cluster_context>
kube_config: <path_to_kubeconfig_file>
helmfile: "helmfile.yaml" # provided by PerfectScaleStep 4: Run the Provisioner install sub-command
Accessing PerfectScale WebApp UI
Advanced configuration options
Troubleshooting
Uninstall PerfectScale
Last updated
Was this helpful?