Justin Garrison
Justin Garrison
Can you give an example of commands you run? If you’re not running `docker` commands you should be fine.
on your local machine `docker run` will be the same and inside k8s I'm assuming your have a manifest file that uses the `my-cli-program:v3` and mounts a volume but nothing...
Do you have an example kubernetes manifest and dockerfile to build the containers you use? It would probably help me understand how it's used more. If you don't want to...
Is this it's own TUI or does it rely on tmux for that? Maybe this would be better for my [awesome-tmux](https://github.com/rothgar/awesome-tmux) list
THANK YOU!!!
I've been waiting for krew to update the plugin version in the index https://github.com/kubernetes-sigs/krew-index/pull/2721#issuecomment-1302970636 I know the maintainers are pretty busy so I don't want to bother them with the...
Glad it's working for you :raised_hands: what version were you on before? Maybe I can test with that and see if there's a compatibility problem.
This would require a go version bump of at minimum 1.16 (need to change here) https://github.com/disneystreaming/ssm-helpers/blob/develop/.github/workflows/release.yml#L17 and I _think_ a goreleaser action update to v2 here https://github.com/disneystreaming/ssm-helpers/blob/develop/.github/workflows/release.yml#L31 More information at...
`ssm run --document` could be useful in general. We tested that with `ssm scp` functionallity in the past. Specifically for AWS-UpdateSSMAgent it should probably be run via state manager scheduled...
This support was added in #12 Please pull the latest code and rebuild.