loadbalancer-controller
loadbalancer-controller copied to clipboard
Kubernetes loadbalancer controller to provision ingress controller dynamically
**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > /kind bug > /kind feature **What happened**: In a special circumstance,...
**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > /kind bug > /kind feature **What happened**: There are a lot...
这里是有问题的,原代码有问题。loadbalancer controller 初始化时每个 lb 实例会进入到每个 proxy plugin 里,意味着 kong lb 也会进入到 nginx 里,nginx lb 也会进入 kong 里,目前只能先 skip 掉。 _Originally posted by @hicaistar in https://github.com/caicloud/loadbalancer-controller/diffs_
### Checklist - [x] I have made a material change to the repo (functionality, testing, spelling, grammar) - [x] I have read the [Contribution Guide] and my PR follows them....
# Fixes # ### Checklist - [x] I have made a material change to the repo (functionality, testing, spelling, grammar) - [x] I have read the [Contribution Guide] and my...
### Closes #14 ### Checklist - [x] I have made a material change to the repo (functionality, testing, spelling, grammar) - [x] I have read the [Contribution Guide] and my...
# Fixes # ### Checklist - [ ] I have made a material change to the repo (functionality, testing, spelling, grammar) - [x] I have read the [Contribution Guide] and...
### Checklist - [x] I have made a material change to the repo (functionality, testing, spelling, grammar) - [x] I have read the [Contribution Guide] and my PR follows them....
https://github.com/sendgrid/krampus/blob/738f00652abc93302db5b1205ab3ba45f2507463/kinder/lambda_funcs.py#L36 ```python >>> try: ... raise ValueError ... except Exception as e: ... print("could not delete function '%s', unknown error: %s" % str(e)) ... Traceback (most recent call last): File...
#### Issue Summary Virtualenv docs should include a python environment version. Otherwise, the pathing in the ./mkdist script fails without a clear resolution. This will be common as more package...