Samuel Lang
Samuel Lang
**What steps did you take:** Deploying a set of spec files where one of them has an error. No idea which one... **What happened:** There is no reference in the...
**Describe the problem/challenge you have** We'd be very excited if we would not have to shell out to Kapp from an orchestration tool but use as a Go module, which...
Issue that we see, that Kapp seems to be clashing with system generated annotations. Error: ``` Operation cannot be fulfilled on horizontalpodautoscalers.autoscaling "some-service": the object has been modified; please apply...
We face that Kapp deletes before ensuring the new version was successfully created. In case of an issue we end up with all resources deleted. It should at least keep...
Excited about that tool! We realize necessity for different application flags through different pipelines. Our CI tool would need to distinct where it runs and adjust the command line options....
Looks like kube-janitor is expecting clusterrole permission level. However for our least privileged approach we cannot grant clusterrole level permission. @hjacobs could a namespace limited access via Role rather be...
**Describe the bug** Upon rolling out deployment changes enabling swarm mode, the new pods error out with ``` [APP]time="2022-05-09T12:46:57Z" level=error msg="SWARM: failed to parse the ip " [APP]time="2022-05-09T12:46:57Z" level=error msg="SWARM:...
**Is your feature request related to a problem? Please describe.** Prometheus metrics contain one central metric `route` that becomes one concatenated string of various independent fields such as - namespace...
Thank you for creating sprig! :smiley: `DNS-1123` is a key Kubernetes naming requirement. Often when templating it happens that variables contain not acceptable characters causing errors like ``` ConfigMap "database-yml-Union-ver-1"...
Hi @Manuel83 Love your new concept with extensible plugins, thinking about following setup: - CBP runs in the cloud on any hoster - actuators and sensors remote by plugins Example:...