From d73019f073df045199ac1febfb3347ea67af76e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?rae=20sharp=20=E2=99=AF?= <8883519+tr0njavolta@users.noreply.github.com> Date: Wed, 1 Jul 2026 15:54:45 -0400 Subject: [PATCH 1/2] Add Upbound login instructions and registration link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added instructions for logging into Upbound and registering for an account. Signed-off-by: rae sharp ♯ <8883519+tr0njavolta@users.noreply.github.com> --- docs/getstarted/introduction/project.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/getstarted/introduction/project.md b/docs/getstarted/introduction/project.md index 666f0597..bac3d47c 100644 --- a/docs/getstarted/introduction/project.md +++ b/docs/getstarted/introduction/project.md @@ -34,6 +34,7 @@ Before beginning, make sure you have: - The [up][up-cli] CLI installed - A Docker-compatible container runtime installed and running on your system +- A free Community [Upbound account][register] :::tip **Podman users** @@ -44,6 +45,17 @@ export DOCKER_HOST=unix:///run/user/$(id -u)/podman/podman.sock ``` ::: +## Login to Upbound + +The `up` CLI requires you to login to run local control planes. You can [register] for a free Community account. + +In your terminal, run the following command: + +```shell +up login +``` +Your browser opens and prompts you to log in to your organization. Once you're authenticated, you can close the page. + ## Create a control plane project Crossplane works by letting you define new resource types in Kubernetes that @@ -1115,6 +1127,7 @@ service/webapp-xfkzg ClusterIP 10.96.148.56 8080/TCP 11m Now that you know the basics of building with Upbound, create an AI-augmented operation to detect and remediate Kubernetes app workload errors. Read [Create an AI-augmented operation][integrate-ai]. +[register]: https://accounts.upbound.io/register [up-cli]: /manuals/cli/overview [marketplace]: https://marketplace.upbound.io [functions]: /manuals/uxp/concepts/composition/composite-resource-definitions From e123f94fe6839d42afad5992612c10d343748dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?rae=20sharp=20=E2=99=AF?= <8883519+tr0njavolta@users.noreply.github.com> Date: Wed, 1 Jul 2026 15:56:00 -0400 Subject: [PATCH 2/2] Fix grammatical error in login instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rae sharp ♯ <8883519+tr0njavolta@users.noreply.github.com> --- docs/getstarted/introduction/project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getstarted/introduction/project.md b/docs/getstarted/introduction/project.md index bac3d47c..8ece55d4 100644 --- a/docs/getstarted/introduction/project.md +++ b/docs/getstarted/introduction/project.md @@ -47,7 +47,7 @@ export DOCKER_HOST=unix:///run/user/$(id -u)/podman/podman.sock ## Login to Upbound -The `up` CLI requires you to login to run local control planes. You can [register] for a free Community account. +The `up` CLI requires you to log in to run local control planes. You can [register] for a free Community account. In your terminal, run the following command: