Skip to content

Commit

Permalink
Update testing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vcarl committed Jan 14, 2025
1 parent 9676bbf commit cdd8658
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ If it doesn't deploy correctly (e.g. `kubectl get pods` shows a status other tha

I actually couldn't get a local registry working so I fell back on using ghcr.io, GitHub container registry.

[Create a Personal Access Token (Classic)](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic) and log in to ghcr.io. Use the PAT(C) as your password.

```sh
docker login ghcr.io
```

Create a file, `k8s-context`, in the project root, alongside the Dockerfile, with an IMAGE variable for kubectl to use.

```sh
Expand Down

0 comments on commit cdd8658

Please sign in to comment.