-
Notifications
You must be signed in to change notification settings - Fork 18
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
remove controlplane CRUD mode #597
Conversation
f6a22ca
to
91b5f2e
Compare
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.
Looks good - thanks for getting this large change done!
# 1) cluster1- contain gw, gwctl,product and details microservices (bookinfo services) | ||
# 2) cluster2- contain gw, gwctl, review-v2 and rating microservices (bookinfo services) | ||
# 3) cluster3- contain gw, gwctl, review-v3 and rating microservices (bookinfo services) | ||
# 1) cluster1- contain gw, product and details microservices (bookinfo services) |
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.
nit: unrelated to this change but we should probably be consistent in using lower case or upper case gw
/GW
in comments and elsewhere (e.g., here in python vs demos/speedtest/kind/README.md)
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.
Looks good... Just a suggestion. Would be good to preserve the gwctl version of clusterlink, in a separate branch (for a while).
@praveingk release v0.2.1 is tagged and includes the code before the change. A tag can always be converted to a branch. |
This commit removes the legacy CRUD-based controlplane (i.e. the non-CRD mode). Signed-off-by: Or Ozeri <oro@il.ibm.com>
This PR removes the legacy CRUD-based controlplane (i.e. the non-CRD mode).