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

make run-on-kind enhancements #118

Open
anfredette opened this issue Aug 30, 2024 · 0 comments
Open

make run-on-kind enhancements #118

anfredette opened this issue Aug 30, 2024 · 0 comments
Labels
good first issue Good for newcomers
Milestone

Comments

@anfredette
Copy link
Contributor

By default, make run-on-kind

  • builds and uses local images for bpfman-operator and bpfman-agent
  • uses the remote version of quay.io/bpfman/bpfman:latest

Consider adding the following new options:

BPFMAN_LOCAL=1 make run-on-kind

  • uses the local version of whatever BPFMAN_IMG is set to
  • by default, this is the local version of quay.io/bpfman/bpfman:latest

BPFMAN_REMOTE=1 make run-on-kind

  • use the remote versions of everything
  • This allows someone to quickly spin up a cluster w/bpfman without building anything for kicking the tires or testing.

Originally posted by @anfredette in #113 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant