-
-
Notifications
You must be signed in to change notification settings - Fork 233
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: rediscluster support hostnetwork and custom port #723
Conversation
Signed-off-by: drivebyer <[email protected]>
Signed-off-by: drivebyer <[email protected]>
Signed-off-by: drivebyer <[email protected]>
Signed-off-by: drivebyer <[email protected]>
Signed-off-by: drivebyer <[email protected]>
Signed-off-by: drivebyer <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #723 +/- ##
==========================================
+ Coverage 27.79% 29.21% +1.42%
==========================================
Files 18 18
Lines 3123 3135 +12
==========================================
+ Hits 868 916 +48
+ Misses 2228 2191 -37
- Partials 27 28 +1 ☔ View full report in Codecov by Sentry. |
…R-KIT/redis-operator/pkg/util Signed-off-by: drivebyer <[email protected]>
Signed-off-by: drivebyer <[email protected]>
@drivebyer Does this solves the issue for the connecting outside ? |
Sure, see |
Looks Good. |
Signed-off-by: drivebyer <[email protected]>
Signed-off-by: drivebyer <[email protected]>
Signed-off-by: drivebyer <[email protected]>
Signed-off-by: drivebyer <[email protected]>
Signed-off-by: drivebyer <[email protected]>
@shubham-cmyk ready now |
Signed-off-by: drivebyer <[email protected]>
Signed-off-by: drivebyer <[email protected]>
Signed-off-by: drivebyer <[email protected]>
Signed-off-by: Shubham Gupta <[email protected]>
Signed-off-by: Shubham Gupta <[email protected]>
Signed-off-by: Shubham Gupta <[email protected]>
Signed-off-by: Shubham Gupta <[email protected]>
Signed-off-by: Shubham Gupta <[email protected]>
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.
LGTM
…IT#723) * add cr filed, default port to 6379 Signed-off-by: drivebyer <[email protected]> * replace with custom port Signed-off-by: drivebyer <[email protected]> * service custom port Signed-off-by: drivebyer <[email protected]> * make default to 6379 when reconcile old cluster Signed-off-by: drivebyer <[email protected]> * add e2e Signed-off-by: drivebyer <[email protected]> --------- Signed-off-by: drivebyer <[email protected]>
…IT#723) * add cr filed, default port to 6379 Signed-off-by: drivebyer <[email protected]> * replace with custom port Signed-off-by: drivebyer <[email protected]> * service custom port Signed-off-by: drivebyer <[email protected]> * make default to 6379 when reconcile old cluster Signed-off-by: drivebyer <[email protected]> * add e2e Signed-off-by: drivebyer <[email protected]> --------- Signed-off-by: drivebyer <[email protected]> Signed-off-by: Matt Robinson <[email protected]>
Description
Support hostnetwork for redis cluster mode.
#183
Type of change
Checklist
Additional Context
Here are test case: