Skip to content

Improve kubernetes documentation. #138

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

blkt
Copy link

@blkt blkt commented Jun 4, 2025

Main change is the addition of a note to clarify how to authenticate with Helm. Not really an issue, but I ran into this because my token was expired and had to go through docs again.

Main change is the addition of a note to clarify how to authenticate
with Helm. Not really an issue, but I ran into this because my token
was expired and had to go through docs again.
@blkt blkt self-assigned this Jun 4, 2025
Copy link

vercel bot commented Jun 4, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
codegate-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 4, 2025 8:58am

Comment on lines +22 to +28
:::note

You must first be authenticated to ghcr.io following
[these instructions](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic).

:::

Copy link
Collaborator

Choose a reason for hiding this comment

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

I just double-checked, this is not necessary - our images are public. I think it only bit you because you had previously logged in with a now-expired token?

Copy link
Author

Choose a reason for hiding this comment

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

I had to log into GHCR anyway, it was not working without this step. It might be an issue with my setup.

Copy link
Collaborator

Choose a reason for hiding this comment

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

It must be, because I tried from a VM that has never logged into ghcr.io, also on my main laptop I did a docker logout ghcr.io just to be sure, and have not had an issue.

When did you see it, when trying to run helm to apply the chart? Any other image pulls would be happening from inside the cluster and not from your local Docker client.

Perhaps instead we make this a troubleshooting item at the bottom, in case people run into the scenario you did?

@danbarr
Copy link
Collaborator

danbarr commented Jun 6, 2025

I addressed these in my last push while also updating for the new multi-namespace support. Thanks!

@danbarr danbarr closed this Jun 6, 2025
@danbarr danbarr deleted the enh/bev-bash-improve-k8s-documentation branch June 6, 2025 16:55
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