jbnjohnathan

Results 12 issues of jbnjohnathan

https://github.com/camilb/prometheus-kubernetes/blob/bb1e515ce125e09f9ad7effe159292ae91db36d4/manifests/prometheus/prometheus-k8s-rules.yaml#L643 This line should be ``` expr: | 100 * sum(increase(container_cpu_cfs_throttled_periods_total{container_name!="", }[5m])) by (container_name, pod_name, namespace) / sum(increase(container_cpu_cfs_periods_total{}[5m])) by (container_name, pod_name, namespace) > 25 ```

### Your checklist for this issue - [X] Jenkins version 2.204.1 - [X] Plugin version 2.35 - [X] OS Ubuntu ### Description My Goal: For the slack plugin to send...

**What did you do?** I am deploying Elastic using the elastic operator. When deploying the Elastic custom resource the operator creates elastic pods, as well as secrets that contain certificates...

help wanted
kind/bug

I have been working to get Opensearch to run on our OpenShift cluster that have a security policy that enforces certain things. This means that all containers needs to set...

enhancement

Unless I have missed something, in order to update the password for a user, such as `admin` user, I need to perform several manual tasks. 1. Hash the new password...

enhancement

Due to namespaces quotas in our cluster all containers needs to have cpu and memory limits. I have set it for everything I can find in the CR, but the...

enhancement
good first issue

Is there a current way, or a plan to introduce, an out of the box option to make the operator use no, or very limited, cluster resources? Example from the...

enhancement

### Describe the bug When running opensearch 2.9.0 in a docker container in read only mode the following error is thrown Exception in thread "main" org.opensearch.bootstrap.BootstrapException: java.nio.file.FileSystemException: /usr/share/opensearch/config/opensearch.keystore.tmp: Read-only file...

bug

Please, before you create a new bug report, please make sure you searched in open and closed issues and couldn't find anything that matches. **Printer type** - [MINI] **Printer firmware...

bug
stale-issue

``` # HELP es_script_cache_evictions_count Total number of times the script cache has evicted old data # TYPE es_script_cache_evictions_count gauge # HELP es_index_search_fetch_count Total number of fetch operations # TYPE es_index_search_fetch_count...