Haoyuan Ge

Results 10 issues of Haoyuan Ge

I am not familiar with consul. I thought I need to run a consul server along with marathon-consul in Mesos-master. And run consul-agent in each Mesos-agent ? I am a...

Currently, the `uploading` only works with AWS S3. But we may use other cloud providers like Azure, GCP, Aliyun. So we can use env var `S3_ENDPOINT_URL`. If this var is...

## Why are these changes needed? Currently, in kuberay cli, `cluster get` does not provide any more useful information than `cluster list`. ![image](https://user-images.githubusercontent.com/7209493/180751156-9540a9ce-426f-4752-9f73-cc4915906999.png) In many cases, ray developer may not...

Marathon supports Pod now. And in the v1.7.0 events, `App` can be omitted if StepAction only includes `Pod` .

Cannot pull the docker image gluster/rhgs-3.1.0

From `kernel-4.13`, `nf_register_hook` has been changed to `nf_register_net_hook`: https://unix.stackexchange.com/questions/413797/nf-register-hook-not-found-in-linux-kernel-4-13-rc2-and-later

I cannot build the master image: ``` Step 1 : FROM debian:wheezy ---> 26f8900cfb86 Step 2 : RUN groupadd -r mysql && useradd -r -g mysql mysql ---> Using cache...

**Description** **Steps to reproduce the issue:** 1. Add arguments `ip-masq=false` 2. Clear all iptables rules: ``` iptables -F iptables -X iptables -t nat -F iptables -t nat -X iptables -t...

area/networking
version/1.12

## Pull Request Description Added unit tests for APA autoscaling ## Related Issues Tests: --- Contribution Guidelines (Expand for Details) We appreciate your contribution to aibrix! To ensure a smooth...

## Why are these changes needed? The current implementation of `IsSatisfied` in `scale_expectation.go` , will iterate through all pods in itemsCache. This is not necessary. When one pod fails to...