Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions docs/getstarted/introduction/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ Before beginning, make sure you have:
- The [up][up-cli] CLI installed
- A Docker-compatible container runtime installed and running on your system

:::tip
**Podman users**
If you're using Podman instead of Docker, set the `DOCKER_HOST` environment variable to the Podman socket before running `up` commands:

```shell
export DOCKER_HOST=unix:///run/user/$(id -u)/podman/podman.sock
```
:::

## Create a control plane project

Crossplane works by letting you define new resource types in Kubernetes that
Expand Down
9 changes: 9 additions & 0 deletions docs/manuals/cli/howtos/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ Before you begin, make sure you have:
* Installed the `up` CLI
* A Docker compatible runtime running

:::tip
**Podman users**
If you're using Podman instead of Docker, set the `DOCKER_HOST` environment variable to the Podman socket before running `up` commands:

```shell
export DOCKER_HOST=unix:///run/user/$(id -u)/podman/podman.sock
```
:::

## Initialize your project

Choose your starting approach based on your goals:
Expand Down
3 changes: 3 additions & 0 deletions utils/vale/styles/Upbound/spelling-exceptions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ OTEL
overengineer
observability
patchSets
Podman
podman
pooler
proidc
proselint
Expand Down Expand Up @@ -122,6 +124,7 @@ syncer
Syncer
Syncers
syncers
templatization
timeframe
tolerations
Upbound
Expand Down