-
Notifications
You must be signed in to change notification settings - Fork 117
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
fix: namespace-scoped mode by service_controller #435
Conversation
Test image:
With the test image, FVT test passed locally. Test Steps:
It will fail until the required images are downloaded. but it will pass all fvt tests eventually. @ckadner fyi |
/retest |
1 similar comment
/retest |
@ckadner FVT test passed on local minikube. I think it should work with gitaction eventually. could you please trigger the fvt test? I think I can not retrigger the gitaction. |
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.
Thanks @Jooho for providing a fix quickly!
A few questions:
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.
Thanks @Jooho -- this looks good now.
/lgtm
…rting namespace-scoped mode properly Signed-off-by: jooho <[email protected]>
Signed-off-by: jooho <[email protected]>
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ckadner, Jooho 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 |
Add a ClusterScope condition statement to list namespace that is only allowed for cluster scope.
Resolves #433