Dex
Dex
Implements the proposal at https://github.com/replicatedhq/kots/blob/master/docs/proposals/object-store.md, adding alpha support for #457 For reviewing sources, I'd recommend to start reading at `pkg/kotsadm/types/objectstoreoptions.go` KOTS CLI Changes ------------ - added flags described here https://github.com/replicatedhq/kots/blob/master/docs/proposals/object-store.md#proposed-new-changes...
It would be great to support access for kots-deployed application to access an API providing information like: - currently deployed version - status of the "ready" checkmark (powered by [StatusInformers](https://kots.io/reference/v1beta1/application/#statusinformers))...
**tl;dr** `kubectl kots pull` seems pretty broken right now. This issue documents the problems and some manual workarounds to get around them. * * * I tried a `kubectl kots...
I can't find any documentation on a development environment for community contributors to KOTS. [CONTRIBUTING.md](./CONTRIBUTING.md) is empty. I know @MikaelSmith has made a few contributions, perhaps you'd be willing to...
``` apiVersion: kots.io/v1beta1 kind: HelmChart metadata: name: nginx-ingress annotations: kots.io/when : '{{repl IsKurl }}' ``` This does not cause the chart to be excluded conditionally, it is always included I...
In talking with @rajivml, it was remarked that it might be nice to have the ability to block or disable the deploy button until all the preflight checks have completed....
When 1 or more applications are installed, it would be great to be able to remove them from the kotsadm console.
As a simple example, let's say my application requires contour for ingress. It would be cool if there was a programmatic way to detect if it's present, and if not,...
It would be interesting to discuss ways in which we might restrict deployment based on a failing preflight check -- I'm not sure if this is planned or even makes...
This is a chore, no real actual/expected behavior, although there are a few bugs/UI issues that arise from using cobra ### Information - Ship version: HEAD - Docker version: none...