-
Notifications
You must be signed in to change notification settings - Fork 250
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
Update and lint discovery.kubelet to discovery.nomad #2432
Update and lint discovery.kubelet to discovery.nomad #2432
Conversation
Related issue #2411 |
💻 Deploy preview deleted. |
faf40ac
to
0fd7084
Compare
they are not bound to an endpoint port. | ||
The `endpoints` role discovers targets from listed endpoints of a service. | ||
For each endpoint address one target is discovered per port. | ||
If the endpoint is backed by a Pod, all container ports of a Pod are discovered as targets even if they aren't bound to an endpoint port. |
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.
Why is it Pod
instead of pod
?
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.
Kubernetes refers to Pods with a capital P. So, we follow that guideline: https://kubernetes.io/docs/concepts/workloads/pods/
And I try to catch all the instances of K8s pod to swap to Pod
docs/sources/reference/components/discovery/discovery.linode.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Paulin Todev <paulin.todev@gmail.com>
* Update Kubernetes topic * Update Kuma topic * Update Lightsail topic * Update linode topic * Update marathon topic * Update nerve topic * Update nomad topic * Update missing descriptions and fix layout * Fix a couple sentences * Add quotes in examples and stage metadata * Update docs/sources/reference/components/discovery/discovery.linode.md Co-authored-by: Paulin Todev <paulin.todev@gmail.com> --------- Co-authored-by: Paulin Todev <paulin.todev@gmail.com> (cherry picked from commit c34284f)
* Update Kubernetes topic * Update Kuma topic * Update Lightsail topic * Update linode topic * Update marathon topic * Update nerve topic * Update nomad topic * Update missing descriptions and fix layout * Fix a couple sentences * Add quotes in examples and stage metadata * Update docs/sources/reference/components/discovery/discovery.linode.md Co-authored-by: Paulin Todev <paulin.todev@gmail.com> --------- Co-authored-by: Paulin Todev <paulin.todev@gmail.com> (cherry picked from commit c34284f)
* Update Kubernetes topic * Update Kuma topic * Update Lightsail topic * Update linode topic * Update marathon topic * Update nerve topic * Update nomad topic * Update missing descriptions and fix layout * Fix a couple sentences * Add quotes in examples and stage metadata * Update docs/sources/reference/components/discovery/discovery.linode.md Co-authored-by: Paulin Todev <paulin.todev@gmail.com> --------- Co-authored-by: Paulin Todev <paulin.todev@gmail.com> (cherry picked from commit c34284f)
* Update Kubernetes topic * Update Kuma topic * Update Lightsail topic * Update linode topic * Update marathon topic * Update nerve topic * Update nomad topic * Update missing descriptions and fix layout * Fix a couple sentences * Add quotes in examples and stage metadata * Update docs/sources/reference/components/discovery/discovery.linode.md Co-authored-by: Paulin Todev <paulin.todev@gmail.com> --------- Co-authored-by: Paulin Todev <paulin.todev@gmail.com> (cherry picked from commit c34284f)
PR Description
General cleanup, including things like:
Which issue(s) this PR fixes
Notes to the Reviewer
PR Checklist