Skip to content
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

Merged
merged 2 commits into from
Nov 4, 2020

Conversation

moshuipan
Copy link

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:

NONE

@caicloud-bot caicloud-bot added release-note-none Denotes a PR that doesn't merit a release note. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. caicloud-cla: yes Indicates the PR's author has not signed the Caicloud CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Oct 13, 2020
@@ -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
Copy link
Member

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.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cyclone流水线我已经配置好了,是不是可以合了

@moshuipan
Copy link
Author

@joyme123

@moshuipan
Copy link
Author

/oemretest

@moshuipan
Copy link
Author

/hold cancel

@caicloud-bot caicloud-bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Nov 2, 2020
@whalecold
Copy link
Member

@hanxueluo

@whalecold
Copy link
Member

/approve

@caicloud-bot caicloud-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 2, 2020
Copy link

@joyme123 joyme123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@caicloud-bot caicloud-bot added the lgtm Indicates that a PR is ready to be merged. label Nov 4, 2020
@caicloud-bot
Copy link

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@caicloud-bot caicloud-bot merged commit 98103b8 into caicloud:nginx-0.23-guosen Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. caicloud-cla: yes Indicates the PR's author has not signed the Caicloud CLA. lgtm Indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants