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 update to refresh the repository cache.
  • Namespace already exists: Drop the --create-namespace flag 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> and kubectl describe pod <pod> -n <namespace>.

Last modified : May 07, 2026