Michael Smith

Results 78 comments of Michael Smith

We're primarily adding them to everything to identify all things common to our application. A `app.kubernetes.io/part-of` label (https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/). We might also add other labels or annotations, such as identifying the...

We'd also like this to use with NetworkPolicy so we don't affect everything in a namespace. But maybe that's a bit of a fools errand.

I've primarily done two things - build and test the `kots` CLI: `make kots`, sometimes copy to `/usr/local/bin/kubectl-kots`. - build and test the `kotsadm` service: followed https://github.com/replicatedhq/kots/blob/master/hack/CONTRIBUTING.md

Does look that way.

https://github.com/replicatedhq/kots/blob/master/pkg/upstream/admin-console.go#L125 seems bad.

`POD_NAMESPACE` at the very least governs what the `Namespace` template function returns.

The same upgrading vs degraded comes up during the initial rollout. I've had some feedback that "degraded" when it's just doing the initial startup seems misleading.

I'm not sure what that command is, `kubectl t deploy ` doesn't work for me. I guess it's `kubectl get deployment `, I'll have to setup something with an update...

Yeah ``` NAME READY UP-TO-DATE AVAILABLE AGE cd4pe 3/3 1 3 18d ``` shows 1 up-to-date rather than 3. It actually shows 1 up-to-date even though it's not ready, which...

How is overwriting instead of copying-into less of a breaking change than failing if copying a directory and the target exists?