-
Notifications
You must be signed in to change notification settings - Fork 94
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
✨ support singleton in hosted mode #258
✨ support singleton in hosted mode #258
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qiujian16 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 |
2c8e8ad
to
16d4e9c
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #258 +/- ##
==========================================
- Coverage 60.71% 60.70% -0.01%
==========================================
Files 128 128
Lines 13666 13676 +10
==========================================
+ Hits 8297 8302 +5
- Misses 4603 4608 +5
Partials 766 766
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
16d4e9c
to
fe3897f
Compare
fe3897f
to
a942e9b
Compare
73b26bf
to
a72fd54
Compare
Signed-off-by: Jian Qiu <jqiu@redhat.com>
Signed-off-by: Jian Qiu <jqiu@redhat.com>
a72fd54
to
4b91426
Compare
{{if eq .InstallMode "SingletonHosted"}} | ||
- name: spoke-kubeconfig-secret | ||
secret: | ||
secretName: {{ .ExternalManagedKubeConfigWorkSecret }} |
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.
for singletonHosted mode, will it still generate two(external registration/work) secrets? why use the work secret here?
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.
yeah, it is a bit confusing. Updated and add some comment.
Signed-off-by: Jian Qiu <jqiu@redhat.com>
fc4f3e6
to
0b7a2b9
Compare
/LGTM |
404680d
into
open-cluster-management-io:main
Summary
Related issue(s)
Fixes #