Eron Wright
Eron Wright
**Problem** When a command expects positional arguments but the user didn't supply any, the following error message is shown: ``` $ go run ./main.go context set [✖] the context name...
It might be possible for the proxy to accept the impersonation headers, e.g. to support `kubectl --as`, with the use of a `SubjectAccessReview` which would authorize the user to make...
For the `distDocker` task that is generated in the presence of the application plugin, consider setting the `workingDir` to the installation directory. This would allow applications to use relative paths...
### Description Terraform should consider the `managedFields` annotation of a given Kubernetes object, e.g. when computing changes. Only those fields that are managed by terraform should be considered. In other...
When you kill the gradle build, the remote session appears to still be running. The session doesn't seem to disconnect gracefully, allowing sshd to cleanup any running programs in a...
It would be nice if the script could be used without requiring that a powerful service account be created (`service_account_key` var). What is the justification for such an account? The...
Currently, the charts have limited support for observing multiple independent Pulsar clusters, based on the `cluster` label. My suggestion is that the charts be improved to support multiple BookKeeper clusters...
**Problem description** In the non-transactional write mode, the sink function processes writes asynchronously. Any error is buffered internally to be re-thrown later when a subsequent `write`, `close` or `snapshot` is...
**Problem description** Dependency versioning improves stability by explicitly building against the version that the code was designed for. Pravega provides no compatibility guarantees for its client API at this time....
**Problem description** When the Flink job starts, the readers acquire segments as they start up. The first reader to start is being overly greedy by acquiring all segments and starving...