Skip to content
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

docs(using): clarify service upstream annotations for services in namespace not having sidecar injection enabled #2091

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jijiechen
Copy link
Member

@jijiechen jijiechen commented Nov 18, 2024

…d sidecar injection

Signed-off-by: Jay Chen <1180092+jijiechen@users.noreply.github.com>
@jijiechen jijiechen requested a review from a team as a code owner November 18, 2024 15:40
@jijiechen jijiechen requested review from lukidzi and Icarus9913 and removed request for a team November 18, 2024 15:40
Copy link

netlify bot commented Nov 18, 2024

Deploy Preview for kuma ready!

Name Link
🔨 Latest commit 2b97c72
🔍 Latest deploy log https://app.netlify.com/sites/kuma/deploys/673b5fdf69e03a0008213edd
😎 Deploy Preview https://deploy-preview-2091--kuma.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 92 (🔴 down 1 from production)
Accessibility: 90 (no change from production)
Best Practices: 100 (no change from production)
SEO: 92 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -42,7 +42,12 @@ have the [`ingress.kubernetes.io/service-upstream=true`](https://docs.konghq.com
With this annotation the ingress controller sends traffic to the `Service` IP instead of directly to the endpoints selected by the `Service`.
{{site.mesh_product_name}} then routes this `Service` traffic to endpoints as configured by the mesh.
{{site.mesh_product_name}} automatically injects this annotation for every
`Service` that is part of the mesh.
`Service` that is in namespaces labeled as `kuma.io/sidecar-injection=enabled`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`Service` that is in namespaces labeled as `kuma.io/sidecar-injection=enabled`.
`Service` that is in a namespace with the label `kuma.io/sidecar-injection=enabled`.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Service reconciler injects annotations only when the Namespace is labeled.
2 participants