Karl Isenberg

Results 333 comments of Karl Isenberg

We've probably want to update kpt-config-sync too. And we JUST migrated the source of truth to GitHub yesterday for that, so we can accept PRs now. Is that something you're...

Looks like CS has its own copy: https://github.com/GoogleContainerTools/kpt-config-sync/blob/main/pkg/client/restconfig/restconfig.go#L64

FWIW, this is the default "event" output that you're talking about. The "table" output and "json" output both print errors. I was under the impression that the event output would...

``` --reconcile-timeout: The threshold for how long to wait for all resources to reconcile before giving up. If this flag is not set, kpt live apply will wait until interrupted....

Is this a dupe of https://github.com/GoogleContainerTools/kpt/pull/3345?

Is this intended to be merged after #3345 or should we close #3345 as obsolete because this one is more complete?

To summarize my concerns... Executing functions in containers creates significant limitations: 1. It requires Docker 1. Docker is an additional dependency 1. Docker now costs money for enterprise users on...

While the options for provders aren't mutually exclusive, the options for what we invest in for our standard package catalog is more constrained. We can't reasonably port every function to...

Duplicate of https://github.com/EngineerBetter/concourse-up/issues/17 but thanks for the extra details.

The scratch base image is impossible to debug because you can't even shell into it. I strongly recommend alpine so that you have the smallest container with a shell and...