Shawn Hurley
Shawn Hurley
When someone sets the `zapcore.Level(-2)` with sampling set to true, there is a panic. ``` github.com/presslabs/mysql-operator/vendor/go.uber.org/zap/zapcore.(*counters).get(0xc0001d2000, 0xc000151cfe, 0xbb762a, 0xc, 0xc000151be0) /home/x/go/src/github.com/presslabs/mysql-operator/vendor/go.uber.org/zap/zapcore/sampler.go:48 +0x79 github.com/presslabs/mysql-operator/vendor/go.uber.org/zap/zapcore.(*sampler).Check(0xc00018f560, 0xfe, 0xbee5907d06b7cfd4, 0x2a36d55, 0x11b62a0, 0xbb4baf, 0x7, 0xbb762a,...
When a user is logged into the cluster we will use that user. We should make sure that the user has access to the required resources before trying to use...
We should allow users to see the logs of the pod as it executes for the APB test method.
Currently, I do not see a way to use subresources from the client. I suggest that we add a variadic argument for subresources. example: https://github.com/kubernetes/client-go/blob/master/dynamic/interface.go#L32 Or we may need to...
The installation via subscription requires an Operator Group. We need to make sure that the doc covers this.
One the primary ways in which applications work on other distros and not on openshift is that they are given write access inside the container and can create files. To...
Having security context constraints will require that you have access to an elevated SCC, this is a common failure when moving from secured apps on k8s to openshift.
Allow for authentication to be enabled in CI testing Adding ability to host mount the maven cache
# Dependency Agent's Tracking Today, we have three agents that I would consider to make up the dependency maven flow: 1. The dependency agent: today, has a list of functions...