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

Add local dev env via skaffold #6

Merged
merged 2 commits into from
Aug 16, 2023

Conversation

adrianchiris
Copy link
Collaborator

  • create new dev overlay
  • create skaffold yaml
  • add tasks to create/clean local k8s dev env
  • update README

# that way skaffold will build images in the correct local repo.
eval $(minikube -p nfd-dev docker-env)
kubectl apply -k "https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref={{.NFD_VERSION}}"
skaffold dev
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: maybe it will better to use --trigger=manual to avoid unneeded rebuilds?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done.

- create new dev overlay
- create skaffold yaml
- add tasks to create/clean local k8s dev env
- update README

Signed-off-by: adrianc <adrianc@nvidia.com>
Signed-off-by: adrianc <adrianc@nvidia.com>
@adrianchiris adrianchiris merged commit e8f2483 into Mellanox:main Aug 16, 2023
1 check passed
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