Skip to content
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

feat(k8s): add /github/home to containerAction mounts and surface createSecretForEnvs errors #181 #198

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gbuskey
Copy link

@gbuskey gbuskey commented Nov 27, 2024

Hi maintainers, this PR is meant to accomplish two things:

  1. Make the /github/home directory available from container actions, which is a path frequently relied on by actions creating files in a user's home ($HOME/.netrc for instance)
  2. Surface error messages when the container hooks fail to create their required Kubernetes secret for storing environment variables.

I ran into both issues during a k8s runner deployment and a similar concern was raised in #181. I'd prefer not to maintain my internal for and custom runner image just for this additional mount if I don't have to

Thanks for the consideration!

@gbuskey gbuskey marked this pull request as ready for review November 27, 2024 21:06
@gbuskey gbuskey requested a review from a team as a code owner November 27, 2024 21:06
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.

1 participant