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

Add documentation for the ignore annotation #583

Merged
merged 2 commits into from
Nov 15, 2021

Conversation

lahabana
Copy link
Contributor

No description provided.

Signed-off-by: Charly Molter <charly.molter@konghq.com>
metadata:
name: example
annotations:
traffic.kuma.io/ignore: "true"
Copy link
Contributor

Choose a reason for hiding this comment

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

traffic.kuma.io/ignore? or just kuma.io/ignore

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Arg stupid copy pasta!

Signed-off-by: Charly Molter <charly.molter@konghq.com>
Copy link
Contributor

@Bradamant3 Bradamant3 left a comment

Choose a reason for hiding this comment

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

LGTM

@Bradamant3 Bradamant3 merged commit 1f4005f into kumahq:next Nov 15, 2021
tomaszwylezek added a commit that referenced this pull request Nov 22, 2021
* Improve log and trace docs for grafana (#501)

Merging after approval to work with an updated master for next branch cleanup and more.

The docs were not very clear (some trace config was explained in the log docs).
This cleans this a little.

Signed-off-by: Charly Molter <charly.molter@konghq.com>
Signed-off-by: Jennifer Rondeau <jennifer.rondeau@konghq.com>

* chore(deps): bump path-parse from 1.0.6 to 1.0.7 (#503)

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Jennifer Rondeau <jennifer.rondeau@konghq.com>

* chore(deps): bump url-parse from 1.5.1 to 1.5.3 (#509)

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](unshiftio/url-parse@1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Jennifer Rondeau <jennifer.rondeau@konghq.com>

* feat(*) add websockets to supported protocols (#507)

Signed-off-by: Bart Smykla <bartek@smykla.com>
Signed-off-by: Jennifer Rondeau <jennifer.rondeau@konghq.com>

* docs(http-api) new fields in dataplane and mesh insights (#505)

Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
Signed-off-by: Jennifer Rondeau <jennifer.rondeau@konghq.com>

* docs(policies) intermediate CA (#506)

Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
Signed-off-by: Jennifer Rondeau <jennifer.rondeau@konghq.com>

* docs(policies) external service SNI (#494)

Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
Signed-off-by: Jennifer Rondeau <jennifer.rondeau@konghq.com>

* Updated mtls certificate requirement for provided CA (#511)

* chore(deps): bump path-parse from 1.0.6 to 1.0.7 (#503)

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump url-parse from 1.5.1 to 1.5.3 (#509)

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](unshiftio/url-parse@1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(*) add websockets to supported protocols (#507)

Signed-off-by: Bart Smykla <bartek@smykla.com>

* Updated mtls certificate requirement for provided CA

Signed-off-by: nikita15p <nikita15p@gmail.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bart Smykla <bartek@smykla.com>
Signed-off-by: Jennifer Rondeau <jennifer.rondeau@konghq.com>

* docs(http-api) adjust insight fields (#512)

Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
Signed-off-by: Jennifer Rondeau <jennifer.rondeau@konghq.com>

* Add documentation for virtual-outbound (#508)

* Add documentation for virtual-outbound

Signed-off-by: Charly Molter <charly.molter@konghq.com>

* Apply suggestions from code review

Co-authored-by: Jennifer Rondeau <Bradamant3@users.noreply.github.com>
Signed-off-by: Charly Molter <charly.molter@konghq.com>

* Update with review comments

Signed-off-by: Charly Molter <charly.molter@konghq.com>

* Fix bad indent in policies

Signed-off-by: Charly Molter <charly.molter@konghq.com>

* Add to sidebar

Signed-off-by: Charly Molter <charly.molter@konghq.com>

Co-authored-by: Jennifer Rondeau <Bradamant3@users.noreply.github.com>
Signed-off-by: Jennifer Rondeau <jennifer.rondeau@konghq.com>

* docs(kuma-cp) permissive mTLS mode (#510)

* docs(kuma-cp) permissive mTLS mode

Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com>

* Update docs/docs/1.2.3/policies/mutual-tls.md

Co-authored-by: Jennifer Rondeau <Bradamant3@users.noreply.github.com>

* docs(kuma-cp) warning

Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com>

Co-authored-by: Jennifer Rondeau <Bradamant3@users.noreply.github.com>
Signed-off-by: Jennifer Rondeau <jennifer.rondeau@konghq.com>

* doc(kuma-cp) Add notes on external service rate limits (#514)

Signed-off-by: Paul Parkanzky <paul.parkanzky@konghq.com>
Signed-off-by: Jennifer Rondeau <jennifer.rondeau@konghq.com>

* initial prep for 1.3.0 release

Signed-off-by: Jennifer Rondeau <jennifer.rondeau@konghq.com>

* docs(http-api) adjust zones+insights fields (#515)

Signed-off-by: Tomasz Wylężek <tomwylezek@gmail.com>
Signed-off-by: Jennifer Rondeau <jennifer.rondeau@konghq.com>

* add current 1.2.3 directory and files

Signed-off-by: Jennifer Rondeau <jennifer.rondeau@konghq.com>

* fix up munged side nav

Signed-off-by: Jennifer Rondeau <jennifer.rondeau@konghq.com>

* blog: 1.3.0 (#520)

* blog: 1.3.0

* release: updating home page news banner for 1.3.0

* add working directory for next branch

Signed-off-by: Jennifer Rondeau <jennifer.rondeau@konghq.com>

* docs(security) service account token considerations (#528)

Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>

* docs(kuma-cp) add tabs for Fault Injection policy (#535)

Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com>

* 1.3.1 release

Signed-off-by: Jennifer Rondeau <jennifer.rondeau@konghq.com>

* docs(*) new section "External Services and Locality Aware Load Balancing" (#552)

* docs(kuma-cp) es and locality-aware lb

Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com>

* docs(kuma-cp) create 4.4.4 from 1.3.1

Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com>

* add rest of working directory for next release so we can build from this branch

Signed-off-by: Jennifer Rondeau <jennifer.rondeau@konghq.com>

* docs(policy) retriable methods configuration (#567)

* docs(policy) retriable methods configuration

Signed-off-by: Liupeng <webliupeng@gmail.com>

* docs(policy) improve retriableMethods document syntax

Co-authored-by: Mike Beaumont <mjboamail@gmail.com>
Signed-off-by: Liupeng <webliupeng@gmail.com>

Co-authored-by: Mike Beaumont <mjboamail@gmail.com>

* update with changes to master branch

Signed-off-by: Jennifer Rondeau <jennifer.rondeau@konghq.com>

* docs(*) update api reference for aggregate stats (#570)

* docs(*) update api reference for aggregate stats

As MeshInsights will contain `dataplanesByTypes` field which will
contain aggregated by type statistics for dataplanes

Also updated supported version of Kubernetes as we are now
supporting k8s 1.17+

Signed-off-by: Bart Smykla <bartek@smykla.com>

* docs(*) modify api referece for mesh insight

1. Provided JSON was wrong (mtls section was one level to high)
2. Added section for aggregated informations about services

Signed-off-by: Bart Smykla <bartek@smykla.com>

* docs(api) add Global Insights endpoint to api ref (#572)

Signed-off-by: Bart Smykla <bartek@smykla.com>

* Update the kumactl certificate generation syntax. (#578)

* Update the kumactl certificate generation syntax.

This fixes #574.

Signed-off-by: James Peach <james.peach@konghq.com>

* Fix spelling.

Signed-off-by: James Peach <james.peach@konghq.com>

* Add `serviceVipEnabled` configuration (#584)

Reword documentation to let people select virtual-outbound as favoured option

Signed-off-by: Charly Molter <charly.molter@konghq.com>

* Add documentation for the ignore annotation (#583)

* Add documentation for the ignore annotation

Signed-off-by: Charly Molter <charly.molter@konghq.com>

* Fix typo

Signed-off-by: Charly Molter <charly.molter@konghq.com>

* docs(security) access control (#585)

Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>

* prep for 1.4.0 release

* docs(api) add resources to GlobalInsights + more (#580)

Structure of GlobalInsights changed to allow return more of global
resources

Signed-off-by: Bart Smykla <bartek@smykla.com>

* api server authentication (#554)

Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>

Co-authored-by: Jennifer Rondeau <Bradamant3@users.noreply.github.com>

* draft changes for community call UI

* update after merge

* add icon (#588)

Signed-off-by: Tomasz Wylężek <tomwylezek@gmail.com>

* docs(security) change kong-mesh-system to kuma-system (#589)

Signed-off-by: Mike Beaumont <mjboamail@gmail.com>

* finish draft blog post, edit home page, fix up community call form

* Blog post (#592)

* blog: 1.4.0

* blog: 1.4.0

Co-authored-by: Marco <marco@Marcos-MacBook-Pro.local>
Co-authored-by: subnetmarco <88.marco@gmail.com>

Co-authored-by: Charly Molter <charly.molter@konghq.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bart Smykla <bartek@smykla.com>
Co-authored-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
Co-authored-by: Nikita Pande <37657012+nikita15p@users.noreply.github.com>
Co-authored-by: Ilya Lobkov <ilya.lobkov@konghq.com>
Co-authored-by: parkanzky <42279121+parkanzky@users.noreply.github.com>
Co-authored-by: Tomasz Wylężek <tomwylezek@gmail.com>
Co-authored-by: Marco Palladino <88.marco@gmail.com>
Co-authored-by: webliupeng <webliupeng@gmail.com>
Co-authored-by: Mike Beaumont <mjboamail@gmail.com>
Co-authored-by: James Peach <james.peach@konghq.com>
Co-authored-by: Marco <marco@Marcos-MacBook-Pro.local>
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.

3 participants