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

Chef Habitat plan #1

Open
themightychris opened this issue Jun 12, 2020 · 0 comments
Open

Chef Habitat plan #1

themightychris opened this issue Jun 12, 2020 · 0 comments

Comments

@themightychris
Copy link

themightychris commented Jun 12, 2020

Thanks for sharing this!

I wrote a Chef Habitat plan for it in case anyone else needs a quick way to get the binary onto a machine: https://github.com/JarvusInnovations/habitat-plans/blob/master/kube-pod-update-status/plan.sh

And it's hooked up to be automatically built and published here: https://bldr.habitat.sh/#/pkgs/jarvus/kube-pod-update-status/latest

So on any linux machine with a hab client, users can do:

sudo hab pkg install jarvus/kube-pod-update-status
hab pkg exec jarvus/kube-pod-update-status fix-all-pods

or:

$ sudo hab pkg install --binlink jarvus/kube-pod-update-status
» Installing jarvus/kube-pod-update-status
☁ Determining latest version of jarvus/kube-pod-update-status in the 'stable' channel
→ Using jarvus/kube-pod-update-status/1.0.0/20200612183116
★ Install of jarvus/kube-pod-update-status/1.0.0/20200612183116 complete with 0 new packages installed.
» Binlinking kube-pod-update-status from jarvus/kube-pod-update-status/1.0.0/20200612183116 into /bin
★ Binlinked kube-pod-update-status from jarvus/kube-pod-update-status/1.0.0/20200612183116 to /bin/kube-pod-update-status
» Binlinking fix-all-pods from jarvus/kube-pod-update-status/1.0.0/20200612183116 into /bin
★ Binlinked fix-all-pods from jarvus/kube-pod-update-status/1.0.0/20200612183116 to /bin/fix-all-pods

$ fix-all-pods
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

No branches or pull requests

1 participant