Commit Graph

1285 Commits

Author SHA1 Message Date
Anton Troshin c561261af1
Update startup behavior description according to decision made
Signed-off-by: Anton Troshin <anton@diagrid.io>
2024-10-08 00:48:16 -05:00
Elena Kolevska 6960574b7c Updates to new value
Signed-off-by: Elena Kolevska <elena@kolevska.com>
2024-10-07 18:43:53 +01:00
Mark Fussell 06ccd52639
Merge branch 'v1.14' into resiliency-error-code-retries-docs 2024-10-03 13:47:37 +01:00
Mark Fussell 5d288d299c
Update daprdocs/content/en/operations/resiliency/policies.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-10-03 13:47:17 +01:00
Mark Fussell cd076a1d51
Update daprdocs/content/en/operations/resiliency/policies.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-10-03 13:45:29 +01:00
Mark Fussell 35c3e33e5a
Update daprdocs/content/en/operations/resiliency/policies.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-10-03 13:45:21 +01:00
Mark Fussell c5dacaf3aa
Update daprdocs/content/en/operations/resiliency/policies.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-10-03 13:45:13 +01:00
Mark Fussell 860ea174ee
Update daprdocs/content/en/operations/resiliency/policies.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-10-03 13:45:04 +01:00
Mark Fussell 7b1c27d645
Update daprdocs/content/en/operations/resiliency/policies.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-10-03 13:44:53 +01:00
Elena Kolevska 69ce373feb
Add a paragraph on recommended values on running Placement in production on K8s (#4365)
* Adds docs for running placement in production on k8s

Signed-off-by: Elena Kolevska <elena@kolevska.com>

* Small updates

Signed-off-by: Elena Kolevska <elena@kolevska.com>

---------

Signed-off-by: Elena Kolevska <elena@kolevska.com>
2024-10-02 10:14:27 -07:00
Hannah Hunter f390f740fa
update latest and recalled versions (#4360)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-09-26 14:46:16 -07:00
Anton Troshin d91f50818d
Add HTTP and gRPC error codes retries to the resiliency policies documentation
Signed-off-by: Anton Troshin <anton@diagrid.io>
2024-09-19 17:52:03 -05:00
Josh van Leeuwen 90c0906c01
Helm: Revert Scheduler storage quota size to `1Gi` (#4354)
In v1.14.3, the storage quota size for the Scheduler volume was
increased from `1Gi` to `16Gi`. This is because users where encountering
disk exhaustion fatal errors on the Scheduler under normal usage.
Because the volume size request field is protected from updates, Dapr
version upgrades to v1.14.3 failed without manual intervention.

Reverts the Scheduler storage quota size back to `1Gi`, and adds
warnings that the volume size may need to be increased for production
deployments.

See: https://github.com/dapr/dapr/pull/8107

Signed-off-by: joshvanl <me@joshvanl.dev>
2024-09-16 06:44:29 -07:00
Hannah Hunter 9128eebb36
update latest version to 1.14.2 (#4352)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-09-13 14:35:21 -07:00
Whit Waldo f9a40ba0ef Updated to reflect the need for the protocol on the zipkin endpoint though it's not necessary on the otel endpoint.
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
2024-09-13 06:55:53 -05:00
Whit Waldo 69a685a552 Tweaked the endpoint description and example to reflect that the protocol may or may not be necessary based on the provider used.
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
2024-09-13 06:28:38 -05:00
Mark Fussell 24761e5115
Merge branch 'v1.14' into scheduler-docker-compose 2024-09-06 19:49:27 -07:00
Mark Fussell 1ca8fd8920
update alias (#4347) 2024-09-06 18:14:02 -07:00
Hannah Hunter 581fabb155
update latest version (#4341)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-09-05 14:32:22 -07:00
Hannah Hunter 9f5b30b4a7
Merge branch 'v1.15' into trace-info-propagation 2024-09-04 12:17:34 -04:00
Hannah Hunter be68cccd0b
Merge branch 'v1.14' into scheduler-docker-compose 2024-09-04 12:17:01 -04:00
Hannah Hunter 1495304839 update per mark, pt 2
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-08-30 17:38:02 -04:00
Mike Nguyen da08767a91
docs: init scheduler in the docker compose example
Signed-off-by: Mike Nguyen <hey@mike.ee>
2024-08-29 00:21:55 +01:00
Hannah Hunter c3d5f102f6 Merge branch 'issue_4141' of https://github.com/hhunter-ms/docs into issue_4141 2024-08-26 10:50:25 -04:00
Hannah Hunter 38166048ef last update per mark review
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-08-26 10:50:07 -04:00
Hannah Hunter aaa7fb794a
Merge branch 'v1.14' into issue_4141 2024-08-23 17:13:44 -04:00
Hannah Hunter 04fad461c5
Update daprdocs/content/en/operations/configuration/configuration-overview.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-08-23 17:13:03 -04:00
Hannah Hunter 9fb3cbf416
Update daprdocs/content/en/operations/configuration/configuration-overview.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-08-23 17:12:49 -04:00
Hannah Hunter dfaf3a88fc
Update daprdocs/content/en/operations/configuration/configuration-overview.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-08-23 17:12:39 -04:00
Hannah Hunter 892020a9b5
Update daprdocs/content/en/operations/configuration/configuration-overview.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-08-23 17:12:29 -04:00
Hannah Hunter 196a3f3bf9
Update daprdocs/content/en/operations/configuration/configuration-overview.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-08-23 17:12:21 -04:00
Mark Fussell 431adb6bb9
Merge branch 'v1.14' into prometheus-auto-service-discovery 2024-08-23 11:54:09 -05:00
Hannah Hunter 28b3b71f4f
add note about implicit retries (#4325)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-08-22 09:28:02 -05:00
Maulin Desai e3f29b09ae Format service discovery instructions
Updated the navigation instructions to use bold text for "Status" and "Service Discovery" for better visual clarity.

Signed-off-by: Maulin Desai <mdesai@bosleo.com>
2024-08-20 10:38:41 +05:30
Hannah Hunter efd5d0f5ad
Merge branch 'v1.14' into issue_4141 2024-08-19 14:14:32 -04:00
Maulin Desai bcfa46244a Add Prometheus auto service discovery instructions to
prometheus.md

- Updated prometheus.md with instructions for setting up Prometheus auto service discovery for Dapr and sidecar targets.

Signed-off-by: Maulin Desai <mdesai@bosleo.com>
2024-08-17 15:38:22 +05:30
Cassie Coyle ecf9637bdc
Fix: Scheduler Actor Reminders Wording (#4320)
* update phrasing to be scheduler actor reminders bc the jobs api has nothing to do with it really

Signed-off-by: Cassandra Coyle <cassie@diagrid.io>

* Update daprdocs/content/en/operations/support/support-preview-features.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Cassie Coyle <cassie.i.coyle@gmail.com>

---------

Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
Signed-off-by: Cassie Coyle <cassie.i.coyle@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-08-15 15:57:15 -07:00
Hannah Hunter 35925ce5d4 other versions
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-08-14 13:58:36 -04:00
Hannah Hunter f1cb59f9d5 fix release
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-08-14 13:53:17 -04:00
Hannah Hunter 321dcb8f68
Merge branch 'v1.14' into endgame_1.14 2024-08-14 11:49:10 -04:00
Hannah Hunter bf79c1e9d8 update support policy doc
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-08-14 11:43:54 -04:00
Josh van Leeuwen 9bb20a0df7
Adds docs on using Scheduler with Ephemeral storage (#4306)
Signed-off-by: joshvanl <me@joshvanl.dev>
2024-08-13 11:54:08 -07:00
Hannah Hunter 271ab96b7f add to args and annotations doc
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-08-08 15:28:07 -04:00
Hannah Hunter d05d081072 add note about default app-max-concurrency
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-08-08 14:31:30 -04:00
Hannah Hunter e42b521238 typo
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-08-08 13:43:37 -04:00
Hannah Hunter 31830bfeea finish freshness pass
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-08-08 13:36:16 -04:00
Hannah Hunter d41dd5753c merge conflicts
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-08-08 12:50:52 -04:00
Hannah Hunter db964dc3d0 continue freshness
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-08-08 12:48:32 -04:00
Hannah Hunter 4e7de48645
Merge branch 'v1.14' into issue_4141 2024-08-07 17:11:39 -04:00
Hannah Hunter bbdf25a1dd continue freshness pass
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-08-07 17:11:02 -04:00
Hannah Hunter c490da5873 initial freshness, start with overview
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-08-07 14:08:02 -04:00
Joni Collinge 9afc2759c3
Change grpc api link
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
2024-08-07 16:39:57 +01:00
Joni Collinge 75e6bd4ce2
Add subscribe.v1alpha1 to the API allow list docs
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
2024-08-05 18:32:12 +01:00
Hannah Hunter 0b3c329cbb Merge branch 'endgame_1.14' of https://github.com/hhunter-ms/docs into endgame_1.14 2024-08-02 14:53:29 -04:00
Hannah Hunter 5a6f6e8fc8 wrong date
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-08-02 14:53:00 -04:00
Hannah Hunter 87e5bee6f0
Merge branch 'v1.14' into endgame_1.14 2024-08-02 13:25:59 -04:00
Hannah Hunter 377770d0b6 Merge branch 'endgame_1.14' of https://github.com/hhunter-ms/docs into endgame_1.14 2024-08-02 13:01:04 -04:00
Hannah Hunter c12dd3ab91 update release date
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-08-02 12:58:38 -04:00
Hannah Hunter 417ba49d86
Merge branch 'v1.14' into issue_4284 2024-08-01 11:12:33 -04:00
Hannah Hunter 5e44bf8640
Merge branch 'v1.14' into endgame_1.14
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-07-31 10:57:06 -04:00
Hannah Hunter 8d7ff41381 remove GA features from preview table
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-07-31 10:25:12 -04:00
Hannah Hunter a633c9c3ed fix broken links
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-07-31 10:14:20 -04:00
Hannah Hunter 4252c619bb update sdk and dashboard releases
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-07-29 14:42:04 -04:00
Fernando Rocha c216f3ad98
Merge branch 'v1.14' into eks-tutorial 2024-07-29 10:28:07 -07:00
Josh van Leeuwen 2deca48e63
Updates API ref for jobs. Adds doc on Kubernetes Scheduler persistent (#4256)
* Updates API ref for jobs. Adds doc on Kubernetes Scheduler persistent
volume

Signed-off-by: joshvanl <me@joshvanl.dev>

* Apply suggestions from code review

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>

* Adds scheduler persistent volume docs for selfhosted

Signed-off-by: joshvanl <me@joshvanl.dev>

* Updates scheduler volume docs based on https://github.com/dapr/cli/pull/1423

Signed-off-by: joshvanl <me@joshvanl.dev>

* Apply suggestions from code review

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>

* Adds reference for file system location of scheduler local volume

Signed-off-by: joshvanl <me@joshvanl.dev>

* Update daprdocs/content/en/reference/api/jobs_api.md

Co-authored-by: Cassie Coyle <cassie.i.coyle@gmail.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>

* Update daprdocs/content/en/operations/hosting/self-hosted/self-hosted-persisting-scheduler.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

* Apply suggestions from code review

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>

* Adds default volume name for scheduler dapr init

Signed-off-by: joshvanl <me@joshvanl.dev>

* Adds directions for getting scheduler volume from Docker Desktop

Signed-off-by: joshvanl <me@joshvanl.dev>

* Update daprdocs/content/en/operations/hosting/self-hosted/self-hosted-persisting-scheduler.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

---------

Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Cassie Coyle <cassie.i.coyle@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-07-26 14:14:20 -07:00
Fernando Rocha 81b377074a adding information about inbound port
Signed-off-by: Fernando Rocha <fernando@diagrid.io>
2024-07-25 12:53:15 -07:00
Fernando Rocha 95cd31bc48 eks tutorial
Signed-off-by: Fernando Rocha <fernando@diagrid.io>
2024-07-24 21:58:38 -07:00
Fernando Rocha f73909e48a eks tutorial
Signed-off-by: Fernando Rocha <fernando@diagrid.io>
2024-07-24 13:28:53 -07:00
Yevgen Polyak 495bf2cb91 Propagate trace inforation from incoming headers
Signed-off-by: Yevgen Polyak <yevgen.polyak@gmail.com>
2024-07-24 11:58:31 +12:00
Hannah Hunter b953f5ec48 fix docs
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-07-23 10:15:28 -04:00
Hannah Hunter ad078b7185 resolve merge conflicts
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-07-23 10:08:30 -04:00
Hannah Hunter f6b9e5f3b6 update dotnet and python for now
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-07-23 09:46:00 -04:00
Filinto Duran 64a22cbe3c
add info about custom latency buckets (#4236)
* doc: http metrics path normalization

Signed-off-by: nelson.parente <nelson_parente@live.com.pt>

* doc: code review & path matching rename

Signed-off-by: nelson.parente <nelson_parente@live.com.pt>

* doc: add configuration examples

Signed-off-by: nelson.parente <nelson_parente@live.com.pt>

* update: update docs based on last proposal changes

Signed-off-by: nelson.parente <nelson_parente@live.com.pt>

* feat: more updates based on the ingress/egress merge

Signed-off-by: nelson.parente <nelson_parente@live.com.pt>

* doc: code review comments

Signed-off-by: nelson.parente <nelson_parente@live.com.pt>

* doc: code review comments

Signed-off-by: nelson.parente <nelson_parente@live.com.pt>

* feat: add excludeVerbs

Signed-off-by: nelson.parente <nelson_parente@live.com.pt>

* feat: new line

Signed-off-by: nelson.parente <nelson_parente@live.com.pt>

* feat: add review meeting changes

Signed-off-by: nelson.parente <nelson_parente@live.com.pt>

* v1.14 - cherry pick path normalization

Signed-off-by: Filinto Duran <filinto@diagrid.io>

* add additional changes

Signed-off-by: Filinto Duran <filinto@diagrid.io>

* add additional changes

Signed-off-by: Filinto Duran <filinto@diagrid.io>

* add additional changes

Signed-off-by: Filinto Duran <filinto@diagrid.io>

* format table

Signed-off-by: Filinto Duran <filinto@diagrid.io>

* Update daprdocs/content/en/operations/observability/metrics/metrics-overview.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Filinto Duran <duranto@gmail.com>

* explain buckets

Signed-off-by: Filinto Duran <filinto@diagrid.io>

* Apply suggestions from code review

Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/operations/observability/metrics/metrics-overview.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Filinto Duran <duranto@gmail.com>

* Update daprdocs/content/en/operations/observability/metrics/metrics-overview.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Filinto Duran <duranto@gmail.com>

* Update daprdocs/content/en/operations/observability/metrics/metrics-overview.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Filinto Duran <duranto@gmail.com>

* Update daprdocs/content/en/operations/observability/metrics/metrics-overview.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Filinto Duran <duranto@gmail.com>

* Update daprdocs/content/en/operations/observability/metrics/metrics-overview.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Filinto Duran <duranto@gmail.com>

* Update daprdocs/content/en/operations/observability/metrics/metrics-overview.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Filinto Duran <duranto@gmail.com>

* Update daprdocs/content/en/operations/observability/metrics/metrics-overview.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Filinto Duran <duranto@gmail.com>

* Update daprdocs/content/en/operations/observability/metrics/metrics-overview.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Filinto Duran <duranto@gmail.com>

* Update daprdocs/content/en/operations/observability/metrics/metrics-overview.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Filinto Duran <duranto@gmail.com>

* Update daprdocs/content/en/operations/observability/metrics/metrics-overview.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Filinto Duran <duranto@gmail.com>

* Update daprdocs/content/en/operations/observability/metrics/metrics-overview.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Filinto Duran <duranto@gmail.com>

* Update daprdocs/content/en/operations/observability/metrics/metrics-overview.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Filinto Duran <duranto@gmail.com>

* Update daprdocs/content/en/operations/observability/metrics/metrics-overview.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Filinto Duran <duranto@gmail.com>

* Update daprdocs/content/en/operations/observability/metrics/metrics-overview.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Filinto Duran <duranto@gmail.com>

---------

Signed-off-by: nelson.parente <nelson_parente@live.com.pt>
Signed-off-by: Filinto Duran <filinto@diagrid.io>
Signed-off-by: Filinto Duran <duranto@gmail.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: nelson.parente <nelson_parente@live.com.pt>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-07-10 07:36:58 -07:00
Hannah Hunter 2d841960da update latest to 1.13.5
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-07-09 12:12:09 -04:00
Hannah Hunter 868493549a updates and add website root
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-07-08 17:02:58 -04:00
Hannah Hunter fc14fca37b revert to 1.13 features and remove 1.14 features
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-07-08 16:31:34 -04:00
Hannah Hunter 7c850291e6 resolve conflicts for upmerge
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-07-08 14:19:18 -04:00
Nelson Parente 6e5431d1c0 doc: http metrics path normalization (#4155)
* doc: http metrics path normalization

Signed-off-by: nelson.parente <nelson_parente@live.com.pt>

* doc: code review & path matching rename

Signed-off-by: nelson.parente <nelson_parente@live.com.pt>

* doc: add configuration examples

Signed-off-by: nelson.parente <nelson_parente@live.com.pt>

* update: update docs based on last proposal changes

Signed-off-by: nelson.parente <nelson_parente@live.com.pt>

* feat: more updates based on the ingress/egress merge

Signed-off-by: nelson.parente <nelson_parente@live.com.pt>

* doc: code review comments

Signed-off-by: nelson.parente <nelson_parente@live.com.pt>

* doc: code review comments

Signed-off-by: nelson.parente <nelson_parente@live.com.pt>

* feat: add excludeVerbs

Signed-off-by: nelson.parente <nelson_parente@live.com.pt>

* feat: new line

Signed-off-by: nelson.parente <nelson_parente@live.com.pt>

* feat: add review meeting changes

Signed-off-by: nelson.parente <nelson_parente@live.com.pt>

* feat: apply hunter suggestions

Signed-off-by: nelson.parente <nelson_parente@live.com.pt>

---------

Signed-off-by: nelson.parente <nelson_parente@live.com.pt>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:19 +01:00
Mark Fussell b67ea7a127 Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:19 +01:00
Mark Fussell fce5f241d5 Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:19 +01:00
Mark Fussell d2c4bcf92b Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:19 +01:00
Mark Fussell 76140ef3dd Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:19 +01:00
Mark Fussell 66e087bbdc Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:19 +01:00
Mark Fussell e692120fec Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:19 +01:00
Mark Fussell 6fc2e274fd Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:19 +01:00
Mark Fussell 872d8c79a1 Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:19 +01:00
salaboy ebdf8a5d91 Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:19 +01:00
salaboy 6921555fc8 Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:19 +01:00
salaboy d6ce6f1dbe Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:19 +01:00
salaboy d8cb1dc696 Update kubernetes-dapr-shared.md
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:19 +01:00
salaboy 634180960e Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:19 +01:00
salaboy f16957af03 Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:19 +01:00
salaboy 6b45f1ec26 Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:19 +01:00
salaboy 1e13f9b6f0 Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:19 +01:00
salaboy 256282a908 Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:19 +01:00
salaboy f3fe6e223f Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:19 +01:00
salaboy 7f3e902478 Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:19 +01:00
salaboy 6426417b62 Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:19 +01:00
salaboy 9b925c979b Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-dapr-shared.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:19 +01:00
salaboy 5eb0bfb0d9 new diagrams
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:19 +01:00