Skip to content

Update quickstarts, install, and CLI reference - #41

Merged
Nadine2016 merged 4 commits into
mainfrom
oss-updates1
Aug 18, 2026
Merged

Update quickstarts, install, and CLI reference#41
Nadine2016 merged 4 commits into
mainfrom
oss-updates1

Conversation

@Nadine2016

Copy link
Copy Markdown
Collaborator

No description provided.

Signed-off-by: Nadine2016 <nadine.spies@solo.io>
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 17, 2026

Copy link
Copy Markdown

Deploying website with  Cloudflare Pages  Cloudflare Pages

Latest commit: 307df16
Status: ✅  Deploy successful!
Preview URL: https://5bf43409.website-1n3.pages.dev
Branch Preview URL: https://oss-updates1.website-1n3.pages.dev

View logs

Comment thread content/docs/operations/database.md Outdated
Comment on lines +17 to +18
- agentregistry installed with Docker Compose. See the [Install with Docker](/docs/install/docker) guide.
- An external PostgreSQL instance (version 14 or later) reachable from your Docker host.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these need to be reworded into steps or needs a line before these

Comment thread content/docs/operations/database.md Outdated
3. Update `AGENT_REGISTRY_DATABASE_URL` in the `agentregistry` service to point at your external database.
4. Remove the `depends_on` condition that references the bundled postgres service.

The updated `agentregistry` service should look like this:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The updated `agentregistry` service should look like this:
The updated `agentregistry` service looks like the following example:

Comment thread content/docs/operations/database.md Outdated
```

### Step 3: Restart the stack

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs some kind of step wording

Comment thread content/docs/operations/database.md Outdated

## Kubernetes

If you installed agentregistry with Helm, the instructions below show how to provision an [Amazon RDS for PostgreSQL](https://aws.amazon.com/rds/postgresql/) instance in the same VPC as your EKS cluster and configure agentregistry to use it.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
If you installed agentregistry with Helm, the instructions below show how to provision an [Amazon RDS for PostgreSQL](https://aws.amazon.com/rds/postgresql/) instance in the same VPC as your EKS cluster and configure agentregistry to use it.
If you installed agentregistry with Helm, the instructions in this section show how to provision an [Amazon RDS for PostgreSQL](https://aws.amazon.com/rds/postgresql/) instance in the same VPC as your EKS cluster and configure agentregistry to use it.

Comment thread content/docs/operations/database.md Outdated
If you installed agentregistry with Helm, the instructions below show how to provision an [Amazon RDS for PostgreSQL](https://aws.amazon.com/rds/postgresql/) instance in the same VPC as your EKS cluster and configure agentregistry to use it.

### Before you begin

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

Comment thread content/docs/operations/database.md Outdated

### Step 2: Create the agentregistry database

Run a temporary pod in your cluster to connect to the RDS instance and create the application database.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all in this section needs to be formatted into standard steps

Comment thread content/docs/operations/database.md Outdated

### Step 5: Verify the connection

1. Verify the pods are healthy and that no bundled `agentregistry-postgresql-*` pod is running.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. Verify the pods are healthy and that no bundled `agentregistry-postgresql-*` pod is running.
1. Verify that the pods are healthy and that no bundled `agentregistry-postgresql-*` pod is running.

kubectl -n agentregistry run pg-check --rm -it --image=postgres:16 --restart=Never -- \
psql "host=$PG_HOST port=$PG_PORT user=$PG_USER password='$PG_PASS' dbname=agentregistry sslmode=require" \
-c '\dt'
```

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe an example output? idk what they need to look for in the tables

Comment thread content/docs/operations/database.md Outdated
| sed -n '/AGENT_REGISTRY_DATABASE_URL/,/^$/p' | head -5
```

Expected output:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Expected output:
Example output:

Comment thread content/docs/operations/database.md Outdated
kubectl -n agentregistry logs deploy/agentregistry-server --tail=50 | grep "migration"
```

Expected output:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Expected output:
Example output:

Signed-off-by: Nadine2016 <nadine.spies@solo.io>
Signed-off-by: Nadine2016 <nadine.spies@solo.io>
Signed-off-by: Nadine2016 <nadine.spies@solo.io>
@Nadine2016
Nadine2016 merged commit 5ef26d8 into main Aug 18, 2026
1 of 2 checks passed
@Nadine2016
Nadine2016 deleted the oss-updates1 branch August 18, 2026 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants