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

Optimize rds cache #779

Merged
merged 2 commits into from
Jan 18, 2024
Merged

Optimize rds cache #779

merged 2 commits into from
Jan 18, 2024

Conversation

johnlanni
Copy link
Collaborator

Ⅰ. Describe what this PR did

Ⅱ. Does this pull request fix one issue?

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a71ecf4) 38.08% compared to head (da8941a) 38.12%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #779      +/-   ##
==========================================
+ Coverage   38.08%   38.12%   +0.03%     
==========================================
  Files          61       61              
  Lines       10323    10322       -1     
==========================================
+ Hits         3932     3935       +3     
+ Misses       6091     6088       -3     
+ Partials      300      299       -1     
Files Coverage Δ
pkg/ingress/kube/common/tool.go 51.37% <ø> (+0.20%) ⬆️

... and 1 file with indirect coverage changes

onDemandRDS: true
hostRDSMergeSubset: true
onDemandRDS: false
hostRDSMergeSubset: false
Copy link
Collaborator

Choose a reason for hiding this comment

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

这个字段的作用是?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

onDemandRDS是当启用SRDS时开启on demand;
hostRDSMergeSubset是将域名做合并,解决控制台场景先创建了泛域名,后创建精确域名,可能出现404的问题

@johnlanni johnlanni merged commit ecdd077 into alibaba:main Jan 18, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants