-
Notifications
You must be signed in to change notification settings - Fork 5
EVEREST-2239 Split-Horizon DNS feature for PSMDB #900
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
base: main
Are you sure you want to change the base?
Conversation
mayankshah1607
left a comment
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.
Reviewed CRD to unblock API PR
api/engine-features.everest/v1alpha1/splithorizondnsconfig_types.go
Outdated
Show resolved
Hide resolved
Co-authored-by: Mayank Shah <[email protected]>
…es.go Co-authored-by: Mayank Shah <[email protected]>
…es.go Co-authored-by: Mayank Shah <[email protected]>
mayankshah1607
left a comment
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.
CRD changes LGTM 💪🏻
recharte
left a comment
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.
🙌
| ] | ||
| capabilities: Basic Install | ||
| createdAt: "2025-10-08T12:22:07Z" | ||
| createdAt: "2025-11-05T16:12:20Z" |
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.
[make_release] reported by reviewdog 🐶
| createdAt: "2025-11-05T16:12:20Z" | |
| createdAt: "2025-11-12T07:54:33Z" |
| type DatabaseEngineList struct { | ||
| metav1.TypeMeta `json:",inline"` | ||
| metav1.ListMeta `json:"metadata,omitempty"` | ||
| Items []DatabaseEngine `json:"items"` |
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.
[golangci-lint] reported by reviewdog 🐶
| Items []DatabaseEngine `json:"items"` | |
| Items []DatabaseEngine `json:"items"` |
EVEREST-2239 Implement Split-Horizon DNS feature for PSMDB
In addition:
engine-features.everest.percona.com. For this purpose the repo has been switched over to support multi groups.everest.percona.comhas been moved into a separate directories in source code.Related pull requests
everest-server: percona/everest#1698
helm chart: percona/percona-helm-charts#689