Maxim Ivanov

Results 82 issues of Maxim Ivanov

Even though ScalaBuff itself works ok and produces .scala file it is still not clear how to make use of it in sbt project. scalabuff branch of sbt-protobuf doesnt even...

SetDeadline sets absolute time after which all IO operations start to fail. Previously deadline was pushed forward upon successful websocket message receipt, which works for small messages, but fail to...

**Is your feature request related to a problem? Please describe.** Migrating from Keycloak requires flexible token customization capabilities **Describe the solution you'd like** To keep it flexible, yet lightweight, I...

feat

First take on server side apply feature (https://github.com/vmware-tanzu/carvel-kapp/issues/388) to collect early feedback. Some highlights: - user provided manifest + some kapp generated annotations is what we are submitting to K8S...

**Describe the problem/challenge you have** I'd like make use of server side apply feature, bypassing rebaseRule entirely. **Describe the solution you'd like** An optional support for server-side apply, enabled by...

enhancement
carvel accepted

One of the problem with `kubectl apply` is that it can apply some resources before encountering problem with another. Many of errors can be caught dryRun (https://kubernetes.io/blog/2019/01/14/apiserver-dry-run-and-kubectl-diff/) , which has...

enhancement
discussion

with multiple jsonnet implementations available, shuldn't stdlib reside in a dedicated repo, where it is then pulled in by implementations?

stdlib
development

when patroni config has logical replication slot it should either automatically "bump" wal_level to "replica" or reject config all together. Right now it reports errors: ``` 2019-01-09 23:38:23,680 ERROR: Failed...

**Describe the problem/challenge you have** Some data values don't have sensible defaults and I'd like template users to always provide them **Describe the solution you'd like** Maybe special value for...

enhancement
discussion

Workload identity accessing GoogleAPIs without having a static service account token. GKE metadata server available in each pod is used to fetch tokens. Workload identity tokens work as a replacement...