Michael Smith

Results 74 issues of Michael Smith

KOTS applications use Kustomize under the hood. One feature that would be very useful to have from Kustomize when creating applications for KOTS is commonLabels. It allows me to remove...

I've defined application resources as ``` apiVersion: kots.io/v1beta1 kind: Application metadata: name: myapp spec: title: MyApp ports: - serviceName: myapp servicePort: 8080 localPort: 8080 applicationUrl: http://myapp --- apiVersion: app.k8s.io/v1beta1 kind:...

The admin console workflow to update files says to - kots download - make changes - kots upload However it's not clear where to make changes. - If I make...

type::bug

I'd like to be able to customize the favicon to match our logo. Currently it uses a KOTS icon

I've installed KOTS to a namespace other than `default`. I have preflight checks that run pods where we've left the `namespace` property blank as it shouldn't matter what namespace they...

A KOTS Config resource can use template functions to make `help_text` sections update when other config values are changed in the UI, or show/hide config options in response to config...

I use "Drain Node" to prepare a node for maintenance, such as a major OS upgrade. I'd like to know when it has finished draining so I can start that...

When I upgrade an application, the Status never changes from Ready. Since there's always a valid running instance, this is kind of true. But when an upgrade fails, for example...

If I enable GitOps and specify a Path to a directory that doesn't exist in the repository, "Save Config" in KOTS fails with `failed to create an app version`. I...

**Which version of kube-score are you using?** > kube-score version: v1.13.0 **What did you do?** Using a Helm chart that explicitly sets namespaces, with resources that rely on the execution...