Azure is currently in Private Preview and is not available for General Availability (GA). It should not be used in production environments, as features and functionality may change before the final GA release.
Troubleshooting
Accessing the PPC CLI
- Permission denied (publickey): Ensure the correct private key (
~/.ssh/<cluster_name>_user_svc) is used and matches the authorized_keys in the pod. - Connection refused: Verify the load balancer IP and hosts file configuration.
- Key format issues: Ensure the private key is in the correct format (OpenSSH format for Linux/macOS, .ppk for PuTTY)
Component installation issues
- Helm chart not found: Run
helm repo updateto refresh the repository cache. - Namespace already exists: Drop the
--create-namespaceflag if the namespace is already created. - CRD conflicts: If cert-manager CRDs already exist, skip the CRD installation step.
- Pod not starting: Inspect logs with
kubectl logs <pod> -n <namespace>andkubectl describe pod <pod> -n <namespace>.
Feedback
Was this page helpful?