-
### Version
1
### DataCap Applicant
TechToolbox
### Project ID
TechToolbox--01
### Data Owner Name
USGS
### Data Owner Country/Region
United States
### Data Owner Industr…
-
openresty version is 1.11.2.2
A nginx & B nginx,have the same upstreams contents,eg:
A:
upstream app_cluster {
ip_hash;
server 192.168.0.100:9082;
server 192.168.0.100:9083;
}
B:
ups…
-
Apart from the particularly tricky bits - like testing all password creation attempts against a table of commonly guessable passwords, the guidelines say that all printable characters including spaces…
-
The default instance sizing is production grade, but expensive for those who just want to try out OpenShift. Suggest making the default size smaller, with clear instructions on how to make it larger f…
-
**Description**
As part of '_test_service_checker_with_process_exit_' test case in system_health/test_system_health test suite, if '_bgpd_' and '_orchagent_' processes are chosen in random and if…
-
## Question
After adding the health check to my Dockerfile, e.g.
`kopf run --liveness=http://:8080/healthz main.py` I get the following error:
```
Root task 'health reporter' is failed: OSErr…
-
The idea is to create a chatbot, which matches symptoms of sickness with the indeed disease of humans.
Groupname: Lifesaver (Lennart Schulz, Marcel Winter, Jonah Jäger, Laura Struß, Nico Heller, Ge…
-
**Description**
test_service_checker_with_process_exit test case in test_system_health.py does 'supervisorctl stop' on a randomly selected critical process and the start. https://github.com/s…
-
**What would you like to be added**:
Configurable cluster health check plugin, to check member cluster could run workloads or not.
**Why is this needed**:
Current impl only check `/health…
tedli updated
2 months ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What happened?
The following commnad:
kubectl -n kube-system exec -ti cilium-wpmdx -- "cilium-health" status …