kots icon indicating copy to clipboard operation
kots copied to clipboard

KOTS provides the framework, tools and integrations that enable the delivery and management of 3rd-party Kubernetes applications, a.k.a. Kubernetes Off-The-Shelf (KOTS) Software.

Results 235 kots issues
Sort by recently updated
recently updated
newest added

For insights generated by https://troubleshoot.sh, it would be great to access some of the values in the kots CLI template context. Maybe these could be stored in `upstream/userdata` or something...

type::feature
needs proposal

When running `kots pull`, there's no in-cluster config, and we should respect the genericclioptions that are present or passed into the kots command when rendering temlates (namespace, etc)

The default value in the Configure Graphs button is `https://prometheus.default.svc.cluster.local:9090`, and while this is certainly a valid value if the end user is running prometheus in that namespace, I think...

If additionalNamespaces is registered, then the graphs at https://github.com/replicatedhq/kots/blob/master/kotsadm/api/src/kots_app/resolvers/kots_app_dashboard_queries.ts#L69-L79 should include them when collecting pod metrics.

type::bug

Right now, when a new update is available the "Check for update" link will change to a "Show update" link. Clicking that takes you to a page that compares the...

The stable/grafana helm chart will not render with the values provided. I get the following error in the kotsadm pod. ``` 2020-05-26T14:02:46.197Z ERROR handlers/update.go:156 failed to pull: failed to render...

type::bug

It'd be helpful to have preflight checks to run before `kots install` to ensure that kotsadm has its prerequisites. This could be run directly with the preflight CLI.

When kotsadm-operator does an apply, its very hard to understand what's being applied and what apply corresponds to what version of the app. Right now we get ``` 2020/05/04 10:13:24...

Currently, we execute some long running operations (checking for updates, gitops commits, pushing to registries) in the API. Some of these are sync, some async, as needed. But the API...

We have a deployment that includes cert-manager. When kots applies the configuration it does the webhooks before the services. Unfortunately, the cert-manager webhook depends on the service existing or it...