-
Notifications
You must be signed in to change notification settings - Fork 408
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
add enable-node-pool parameter for yurthub in order to disable nodepools list/watch in filters when testing. #822
add enable-node-pool parameter for yurthub in order to disable nodepools list/watch in filters when testing. #822
Conversation
…ols list/watch in filters when testing.
@rambohe-ch: GitHub didn't allow me to assign the following users: your_reviewer. Note that only openyurtio members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rambohe-ch 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 |
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.
It looks strange to have an API-related option at the edgenode-side.
It's more suitable to diable the module that uses the nodepool resource. It looks like ingressControllerFilter
and serviceTopologyFilter
use nodepool resource. How about adding option --disable-filters
instead of the --enable-node-pool
?
@Congrool Thanks for your feedback. we already have |
/lgtm |
…ols list/watch in filters when testing. (openyurtio#822)
* add yurt-app-manager yurtappdaemon/yurtingress deploy and revert * Revert "add yurt-app-manager yurtappdaemon/yurtingress deploy and revert" This reverts commit ba28364. * fix git safe dir error (#807) Signed-off-by: Congrool <chpzhangyifei@zju.edu.cn> * 【Optimize】unified image pull policy (#805) * add yurt-app-manager yurtappdaemon/yurtingress deploy and revert * Revert "add yurt-app-manager yurtappdaemon/yurtingress deploy and revert" This reverts commit ba28364. * unified image pull policy * 【Optimize】optimize kubernetes util function (#808) * add yurt-app-manager yurtappdaemon/yurtingress deploy and revert * Revert "add yurt-app-manager yurtappdaemon/yurtingress deploy and revert" This reverts commit ba28364. * optimize kubernetes util func * 【FIX】fix cloud node was heterogeneous (#806) * add yurt-app-manager yurtappdaemon/yurtingress deploy and revert * Revert "add yurt-app-manager yurtappdaemon/yurtingress deploy and revert" This reverts commit ba28364. * fix bug: when cloud node was heterogeneous, this parameter will be error * cleanup: io/ioutil (#813) Signed-off-by: cndoit18 <cndoit18@outlook.com> * use constants instead the string (#814) * ingress: update edge ingress proposal to add enhancement (#816) * finish ut of sa token replacement (#787) * finish ut of sa token replacement add tenant sa token subsitute * add tenant sa token subsitute * add enable-node-pool parameter for yurthub in order to disable nodepools list/watch in filters when testing. (#822) * Remove convert and revert command (#826) Signed-off-by: lonelyCZ <531187475@qq.com> * uniform processCreateErr func to deal the resource create Co-authored-by: Yifei Zhang <chpzhangyifei@zju.edu.cn> Co-authored-by: cndoit18 <cndoit18@outlook.com> Co-authored-by: pengbinbin1 <pengbiny@163.com> Co-authored-by: zzguang <zhengguang.zhang@intel.com> Co-authored-by: MrGirl <wuyingxingzyd@163.com> Co-authored-by: rambohe <linbo.hlb@alibaba-inc.com> Co-authored-by: Zhe Cheng <47743202+lonelyCZ@users.noreply.github.com>
…ols list/watch in filters when testing. (openyurtio#822)
…ols list/watch in filters when testing. (openyurtio#822)
What type of PR is this?
/kind enhancement
What this PR does / why we need it:
add a
--enable-node-pool
parameter for yurthub component. by setting up--enable-node-pool=false
for disabling nodepools list/watch in filters solocal-up-openyurt.sh
can work whennodepools
resource doesn't exist in cluster.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
/assign @Congrool
Does this PR introduce a user-facing change?
other Note