-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Stateless example in docs should use be reviewed #22918
Comments
/assign Unless anyone feels strongly otherwise I'm going to find someone with the technical expertise to fix this as soon as we can. |
/sig docs cc @kubernetes/sig-docs-en-owners @kubernetes/wg-naming Yeah, this example could be re-done without the use of redis if need be. |
/assign @paulczar Paul's agreed to look at the example and work on a PR. |
The stateless application tutorial is littered with unsuitable terminology. This update switches the database technology to a database that has already updated their own terminology as well as removes the terminology from the tutorial itself. The advanced logging tutorial followup is set to Draft as it will take a larger effort to convert that, and I'm not convinced its even in a working state right now. A followup PR to the examples repo to be referenced here will be made. Addresses kubernetes#22918 Signed-off-by: Paul Czarkowski <[email protected]>
The guestbook and redis documentation are littered with master/slave terminology. This update along with the update to the [website](kubernetes/website#22934) removes that terminology and technology. Addresses kubernetes/website#22918 Signed-off-by: Paul Czarkowski <[email protected]>
@castrojo PR made to both the website and the examples repos. One followup is needed which is to upload the newly built example image to a suitable location that isn't my personal dockerhub repo. |
Redis has switched away from using the term “slave” so I'm wondering if this change is needed. |
I understand the rationale for changing this tutorial; however, is it worthwhile to investigate if it is possible to modify the terminology and naming of the example files, fields, and images. |
/kind cleanup |
@kbhawkey has put it better than I did in #22918 (comment) The existing page is wrong; I wonder if we need to change the product as well as fix the wording? |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
The stateless application tutorial is littered with unsuitable terminology. This update switches the database technology to a database that has already updated their own terminology as well as removes the terminology from the tutorial itself. The advanced logging tutorial followup is set to Draft as it will take a larger effort to convert that, and I'm not convinced its even in a working state right now. A followup PR to the examples repo to be referenced here will be made. Addresses kubernetes#22918 Signed-off-by: Paul Czarkowski <[email protected]> address comments in PR Signed-off-by: Paul Czarkowski <[email protected]> remove confusing comment about dns, we can assume k8s has kube-dns Signed-off-by: Paul Czarkowski <[email protected]>
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Since this should be fixed soon, |
PR opened here: kubernetes/examples#410 |
The stateless application tutorial is littered with unsuitable terminology. This update switches the database technology to a database that has already updated their own terminology as well as removes the terminology from the tutorial itself. The advanced logging tutorial followup is set to Draft as it will take a larger effort to convert that, and I'm not convinced its even in a working state right now. A followup PR to the examples repo to be referenced here will be made. Addresses kubernetes#22918 Signed-off-by: Paul Czarkowski <[email protected]> address comments in PR Signed-off-by: Paul Czarkowski <[email protected]> remove confusing comment about dns, we can assume k8s has kube-dns Signed-off-by: Paul Czarkowski <[email protected]>
@castrojo – Can we close this? 👀 looks like work is done. |
Woo hoo! Thanks Celeste! |
So I'm in the middle of a workshop with students using K8s and the example workshop links to this tutorial:
I did some digging and this terminology still seems to be an issue that redis hasn't solved so I'm wondering if we should just find someone to redo this with a stateless example that just avoids redis altogether. Either way just wanted to get this on the radar as it's received complaints.
The text was updated successfully, but these errors were encountered: