Deven Phillips

Results 47 comments of Deven Phillips

An example of a proper response would be: ``` ❯ oc explain --recursive ConfigMap KIND: ConfigMap VERSION: v1 DESCRIPTION: ConfigMap holds configuration data for pods to consume. FIELDS: apiVersion binaryData...

/remove-lifecycle stale Issue is still awaiting a resolution

As a workaround for those impacted by this issue. You can use [SSHuttle](https://github.com/sshuttle) as a "poor man's VPN" and openshift-applier will work. My SSHuttle command looks like: ``` sshuttle -r...

Doing some research on this and found that the admin password can be reset using the Nexus scripting API. Upload a groovy script containing: ```groovy import org.sonatype.nexus.security.SecuritySystem def securitySystem =...

Started work at https://github.com/InfoSec812/infra-ansible/tree/Issue-347_-_Add_port_forward_role

When you change the name/version of the plugin, it will create it alongside and that is when there are errors @tylerauerbeck

For example, on an OpenShift 4.2 cluster... ``` curl -s -H "Authorization: Bearer " "https://cluster.example.com/openapi/v2" | jq '.definitions | keys' [ "com.coreos.monitoring.v1.Alertmanager", "com.coreos.monitoring.v1.AlertmanagerList", "com.coreos.monitoring.v1.PodMonitor", "com.coreos.monitoring.v1.PodMonitorList", "com.coreos.monitoring.v1.Prometheus", "com.coreos.monitoring.v1.PrometheusList", "com.coreos.monitoring.v1.PrometheusRule", "com.coreos.monitoring.v1.PrometheusRuleList", "com.coreos.monitoring.v1.ServiceMonitor",...

+1 I would like it to be easier than having to search for maven modules.

I **JUST** hit this same issue and it's still open from 2 years ago. @jkroepke Any updates?

So, I found the examples from the Triggers repo and it seems that `interceptors` don't live in isolation, they need to be in the same block as a binding. That...