Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/getstarted/introduction/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand All @@ -44,6 +45,17 @@ export DOCKER_HOST=unix:///run/user/$(id -u)/podman/podman.sock
```
:::

## Login to Upbound

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:

```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
Expand Down Expand Up @@ -1115,6 +1127,7 @@ service/webapp-xfkzg ClusterIP 10.96.148.56 <none> 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
Expand Down
Loading