Christopher Jackson
Christopher Jackson
## Bug Report **What did you do?** Adding a subscription for an operator will cause OLM to create a few resources, namely a `Subscription`, `csv`, `installplan` and `Operator` resource. When...
The operator seems to not currently support image digests. It is common on openshift to take advantage of [mirror registries](https://docs.openshift.com/container-platform/4.2/installing/install_config/installing-restricted-networks-preparations.html#installation-about-mirror-registry_installing-restricted-networks-preparations) to pull images which requires referencing images by their digests...
We have a build pipeline setup in jenkins that consists of java and javascript code. We use jacoco to produce code coverage reports for our java code base. We also...
Hello, the naming convention says that helm chart name can contain dashes, but variable name not: > Chart names must be lower case letters and numbers. Words may be separated...
`bash` is not always available in nix systems but `sh` typically is. Would provide broader support by using `sh` instead of `bash` in the scripts.
When installing a new service to an existing cluster using the CM API python binding there should be a way to execute all commands listed in the services SDL under...
I couldn't find anything in the python binding for cm api that correlates to the following endpoint: ``` /clusters/{clusterName}/services/{serviceName}/roles/{roleName}/process/configFiles/{configFileName } ``` Can this be added?
We should use a maven plugin for automatically checking/applying code formatting based upon the agreed upon format/style.
We consistently see issues when we restart all services in a cluster using the ambari ui (stop all/start all) where locks are not cleared on HDFS: ``` org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Index dir...
Several dependencies used by this project have logged security vulnerabilities: - [ ] CVE: CVE-2020-25649 - CVSS: 7.5 - Description: A flaw was found in FasterXML Jackson Databind, where it...