troubleshoot
troubleshoot copied to clipboard
Preflight Checks and Support Bundles Framework for Kubernetes Applications
This is an attempt to address internal shortcut 49195. We would like to be able to add custom messages when a deployment (e.g EKCO) is absent from the cluster to...
Per the design in https://github.com/replicatedhq/troubleshoot/pull/662, make the code changes to Troubleshoot to support multiple specs during a single run. * define a new interface that provides the merge functionality for...
As part of #650 we would like to create a Custom Resource Definition to be able to define specs for Troubleshoot. Ideally a single CRD would be created for Troubleshoot...
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.14 to 0.0.16. Commits 13e91bf bump 47c6087 update GitHub Workflow f001b72 Merge pull request #75 from tjni/update-x-sys 89699b9 Update golang.org/x/sys for Go 1.18 on M1 Macs. cdb00f1...
Per the design in https://github.com/replicatedhq/troubleshoot/pull/662, design and implement a means to via the troubleshoot CLI: * Install the CRD defined in #664 * Check installed CRD for availability of new...
Per the design in https://github.com/replicatedhq/troubleshoot/pull/662, design and implement a means to via the troubleshoot CLI: * Check for installed Custom Objects for the defined CRD * Check for upstream updates...
### Problem Troubleshoot doesn't have a modular way for different components to specify specifications. If a software project wanted to include project specific items the end user would have a...
Per the design in https://github.com/replicatedhq/troubleshoot/pull/662, make the code changes to Troubleshoot to support using a CRD (defined in https://github.com/replicatedhq/troubleshoot/issues/664) by default if nothing is specified on the CLI, or in...