This is a...
Problem:
Now that the revamped Glossary has been launched, we need to add more terms to the list.
Proposed Solution:
Add missing terms at Kubernetes doc sprints.
Here is the original glossary list from v1.5 Reference ToC:
Page to Update:
Add YAML files to /_data/glossary/ directory using the format outline in /_data/glossary/_example.yml. They should then automatically show up in
https://kubernetes.io/docs/reference/glossary/?all=true
For example, /_data/glossary/cluster.yaml has this:
id: cluster
name: Cluster
tags:
- fundamental
- operation
short-description: >
A set of machines, called nodes, that run containerized applications managed by Kubernetes.
long-description: >
A cluster has several worker nodes and at least one master node.
A glossary definition can refer to other glossary terms. Here's /_data/glossary/deployment.yaml. The definition of Deployment uses {% glossary_tooltip %} to refer to the definition of Pod:
id: deployment
name: Deployment
full-link: /docs/concepts/workloads/controllers/deployment/
tags:
- fundamental
- core-object
- workload
short-description: >
An API object that manages a replicated application.
long-description: >
Each replica is represented by a {% glossary_tooltip term_id="pod" %}, and the Pods are distributed among the nodes of a cluster.
Kubernetes Version: v1.9
Third Party Resource has been deprecated. Custom Resource Definition now replaces it. https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-third-party-resource/
I just added:
It would be nice to have a glossary for Custom Resources as well. Most users who search for CRDs would want to search for Custom Resources too.
It would be nice to add Volume Plugin to the list.
Label appears to already be added to the glossary -https://github.com/kubernetes/website/blob/2999938d81c87068fe333b9f69e10f551e70ae90/_data/glossary/labels.yaml#L1
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten
/remove-lifecycle stale
/remove-lifecycle rotten
still some terms left
@chenopis would the help wanted label suit here? this also looks like something new contributors could tackle! :) good first issue might be nice as well.
@nikhita Yes, for sure. The glossary is probably the easiest thing to contribute to, especially for new contributors. =)
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale
/remove-lifecycle stale
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale
/remove-lifecycle stale
On Tue, Dec 18, 2018 at 12:05 PM fejta-bot notifications@github.com wrote:
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually
close.If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta
https://github.com/fejta.
/lifecycle stale—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/kubernetes/website/issues/5993#issuecomment-448112733,
or mute the thread
https://github.com/notifications/unsubscribe-auth/APXA0PR5fyBtIyKv-2LGuZSalp8KrIlwks5u6IytgaJpZM4QBQyb
.
I would like to have a glossary for Network Policy Most users who search for setting up custom rules for namespace access also search for Network Policy
@chenopis I updated your list and these are the ones that still haven't been written yet
I would like to work on this @nikhita
/assign
@sourabh1031: GitHub didn't allow me to assign the following users: sourabh1031.
Note that only kubernetes members and repo collaborators can be assigned and that issues/PRs can only have 10 assignees at the same time.
For more information please see the contributor guide
In response to this:
/assign
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
@sourabh1031 I worked on adding HostAliases, Pod Priority, Extension and Preemption to the Glossary page, Please feel free to pick others. 😃
/language en
I suggest: update the issue description with a new list that clearly shows what terms are missing.
(If it helps, I can draw up the list and then someone with edit access can paste it in).
Is it OK to skip terms for:
supervisord (not relevant to v1.15 cluster operators)?
If the above 3 PRs get merged, I think it'd be OK to close this issue as implemented.
/priority backlog
because most of the work is done
/status active
All remaining work (that is listed) is already started
/remove-good-first-issue
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten
Also see #19535
@chenopsis is this OK to /close?
Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close
@fejta-bot: Closing this issue.
In response to this:
Rotten issues close after 30d of inactivity.
Reopen the issue with/reopen.
Mark the issue as fresh with/remove-lifecycle rotten.Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Related: #24528 Add _object_ to glossary
Most helpful comment
@chenopis I updated your list and these are the ones that still haven't been written yet