Provisioner installation with FluxCD
Learn how to install PerfectScale provisioner with FluxCD with this comprehensive guide
Provisioner installation with FluxCD
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: Generate and apply the secrets
Step 5: Generate and apply the Flux configuration file
Step 6: Accessing PerfectScale WebApp UI
Verifying installation
Last updated
Was this helpful?