-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(guosen):add permission for specifial uid #12
Conversation
build/go-in-docker.sh
Outdated
@@ -40,7 +40,7 @@ if [ "$missing" = true ];then | |||
exit 1 | |||
fi | |||
|
|||
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v02262019-ec3a2d6bc | |||
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v04132020-9c6873a55d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can try to build the e2e image locally. It's located in images/e2e.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cyclone流水线我已经配置好了,是不是可以合了
/oemretest |
/hold cancel |
/approve |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: joyme123, whalecold The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
对于这类需要访问其他 vlan 的 pod,由于使用的网络是节点网络,路由和169的虚拟网卡冲突,需要使这类流量走节点的默认路由,而不是169的网卡,通过iptable 的 owner 模块实现
Which issue(s) this PR is related to (optional, link to 3rd issue(s)):
Fixes #
Reference to #https://github.com/caicloud/network-agent/pull/66
Special notes for your reviewer:
/cc @your-reviewer
/hold
Release note: