Mike Arpaia

Results 35 comments of Mike Arpaia

The reason why this is here is because the default configuration options in fleet specify that the `tls` logger and distributed plugins should be used. This is problematic for the...

I'm re-opening this because while we have configs for deploying the components on Kubernetes we need to add functionality and tooling for them to communicate amoungst themselves and document how...

I found this recently, which is extremely relevant to our interests here: https://github.com/kubernetes/kompose

We wrote [tools/packaging/clean_host.sh](https://github.com/kolide/launcher/blob/master/tools/packaging/clean_host.sh) to help with package development but be warned that it assumes you ran `package-builder make` with `--identifier=kolide` instead of the default (which is `launcher`). We can help...

Definitely don't run that script as is with a normally packaged launcher. It's not meant as an official or production anything. I'm just sharing it for context.

I agree that we should have better official documentation on how to purge a launcher installation.

@0xmachos I was thinking of adding a comprehensive guide to the [Launcher Docs](https://github.com/kolide/launcher/tree/master/docs) with copy-pastable commands. We could create a tool to uninstall launcher, but I would prefer if it...

Yeah, we can either add a section in `docs/launcher.md` or create a new file at `docs/uninstalling.md` and link to it in [`docs/README.md`](https://github.com/kolide/launcher/blob/master/docs/README.md). I think either solution would be OK.

Yeah, that looks good to me, other than the caveat that the directories at the end that have to be deleted manually will be different based on how the package...

If you submit the above in a PR, I can add a paragraph to it with an explanation, no worries.