-
Notifications
You must be signed in to change notification settings - Fork 24
Description
I am trying to run the agent manager following quick start guide https://github.com/wso2/agent-manager/blob/amp/v0/docs/quick-start.md.
When I run the install script I can't go beyond step 4. Below are the logs.
wso2-amp:~$ ./install.sh
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
OpenChoreo Development Environment Setup
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Step 1/11: Verifying prerequisites
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✓ Docker access verified
✓ All prerequisites verified
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Step 2/11: Setting up k3d cluster
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ℹ k3d cluster 'amp-local' already exists
ℹ Cluster is running, verifying access...
Switched to context "k3d-amp-local".
✓ Cluster is running and accessible
Switched to context "k3d-amp-local".
✓ Using existing cluster
ℹ Ensuring CoreDNS has host.k3d.internal entry...
deployment.apps/coredns condition met
✓ CoreDNS already has host.k3d.internal entry
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Step 3/11: Generating Machine IDs for observability
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ℹ Generating Machine IDs for Fluent Bit observability...
ℹ Generating machine ID for k3d-amp-local-server-0...
✓ Machine ID generated for k3d-amp-local-server-0
ℹ Generating machine ID for k3d-amp-local-serverlb...
✓ Machine ID generated for k3d-amp-local-serverlb
ℹ Generating machine ID for k3d-amp-local-tools...
✓ Machine ID generated for k3d-amp-local-tools
✓ Machine ID generation complete
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Step 4/11: Installing Cluster Prerequisites (Cert Manager, Gateway API CRDs, External Secrets)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ℹ Installing Cert Manager...
ℹ Installing cert-manager...
ℹ This may take several minutes...
Pulled: quay.io/jetstack/charts/cert-manager:v1.18.4
Digest: sha256:d883e8ded30fa9532fdab9f958783471de0e9447bc10d251051cf3a7d6c3479f
Error: INSTALLATION FAILED: failed post-install: 1 error occurred:
* timed out waiting for the condition
✗ Failed to install cert-manager
wso2-amp:~$