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

KIC 2.9.x update deployment guides - Gateway Discovery #5231

Merged
merged 4 commits into from
Mar 3, 2023

Conversation

pmalek
Copy link
Member

@pmalek pmalek commented Mar 2, 2023

Description

This PR adds information about KIC's Gateway Discovery.

The general overview of Gateway Discovery has been added under /concepts/deployment/#gateway-discovery whereas the guide under /guides/using-gateway-discovery. I'm open to suggestions if we'd like to structure this differently.

Testing instructions

Netlify link:

Checklist

  • Review label added
  • PR pointed to correct branch (main for immediate publishing, or a release branch: e.g. release/gateway-3.2, release/deck-1.17)

@pmalek pmalek added team-k8s Kubernetes task tracking (including KIC,KGO) review:general Review for general accuracy and presentation. Does the doc work? Does it output correctly? review:sme Request for SME review, external to the docs team. labels Mar 2, 2023
@pmalek pmalek added this to the kic-2.9 milestone Mar 2, 2023
@pmalek pmalek self-assigned this Mar 2, 2023
@pmalek pmalek force-pushed the kic-2.9.x-update-deployment-guides branch 3 times, most recently from d2647b7 to 3647678 Compare March 2, 2023 15:32
@pmalek pmalek force-pushed the kic-2.9.x-update-deployment-guides branch from 3647678 to dcd8f93 Compare March 2, 2023 15:38
@pmalek pmalek marked this pull request as ready for review March 2, 2023 16:10
@pmalek pmalek requested a review from a team as a code owner March 2, 2023 16:10
@pmalek pmalek linked an issue Mar 2, 2023 that may be closed by this pull request
14 tasks
@pmalek pmalek force-pushed the kic-2.9.x-update-deployment-guides branch from dcd8f93 to 8af4380 Compare March 2, 2023 16:19
@pmalek pmalek requested a review from a team March 2, 2023 17:12
@pmalek pmalek changed the title Kic 2.9.x update deployment guides KIC 2.9.x update deployment guides - Gateway Discovery Mar 2, 2023
@pmalek pmalek requested a review from czeslavo March 3, 2023 09:25
@pmalek pmalek merged commit 1f31316 into release/kic-2.9 Mar 3, 2023
@pmalek pmalek deleted the kic-2.9.x-update-deployment-guides branch March 3, 2023 11:32
pmalek added a commit that referenced this pull request Mar 6, 2023
* feat(kic): add docs about Gateway Discovery

---------

Co-authored-by: Grzegorz Burzyński <[email protected]>
pmalek added a commit that referenced this pull request Mar 6, 2023
* feat(kic): add docs about Gateway Discovery

---------

Co-authored-by: Grzegorz Burzyński <[email protected]>
pmalek added a commit that referenced this pull request Mar 7, 2023
* feat(kic): add docs about Gateway Discovery

---------

Co-authored-by: Grzegorz Burzyński <[email protected]>
pmalek added a commit that referenced this pull request Mar 8, 2023
* feat(kic): add docs about Gateway Discovery

---------

Co-authored-by: Grzegorz Burzyński <[email protected]>
randmonkey pushed a commit that referenced this pull request Mar 9, 2023
* feat(kic): add docs about Gateway Discovery

---------

Co-authored-by: Grzegorz Burzyński <[email protected]>
pmalek added a commit that referenced this pull request Mar 9, 2023
* feat(kic): add docs about Gateway Discovery

---------

Co-authored-by: Grzegorz Burzyński <[email protected]>
pmalek added a commit that referenced this pull request Mar 17, 2023
* feat(kic): add docs about Gateway Discovery

---------

Co-authored-by: Grzegorz Burzyński <[email protected]>
pmalek added a commit that referenced this pull request Mar 17, 2023
* feat(kic): add docs about Gateway Discovery

---------

Co-authored-by: Grzegorz Burzyński <[email protected]>
pmalek added a commit that referenced this pull request Mar 17, 2023
* feat(kic): add docs about Gateway Discovery

---------

Co-authored-by: Grzegorz Burzyński <[email protected]>
randmonkey pushed a commit that referenced this pull request Mar 28, 2023
* feat(kic): add docs about Gateway Discovery

---------

Co-authored-by: Grzegorz Burzyński <[email protected]>
randmonkey pushed a commit that referenced this pull request Mar 28, 2023
* feat(kic): add docs about Gateway Discovery

---------

Co-authored-by: Grzegorz Burzyński <[email protected]>
lena-larionova pushed a commit that referenced this pull request Mar 28, 2023
* Add 2.9 nav file and 2.9 version to version file

Signed-off-by: Diana <[email protected]>

* docs: GRPCRoute guide (#5216)

docs: GRPCRoute guide added

Signed-off-by: Mattia Lavacca <[email protected]>

* Update KIC troubleshooting for 2.9 and add GWAPI port note (#5196)

* chore: wrap source and fix minor errors

* chore: fix KIC webhook article title

* doc(kic) revise event troubleshooting

Update the KIC troubleshooting guide with additional information about
troubleshooting using Events, including the configuration push Event
type to be introduced in 2.9.

Rewrite the example as a more complete guide, with example problem
resources, example queries, and issue remediation.

* doc(kic) add HTTPRoute port limitation warning

* Apply suggestions from code review

Co-authored-by: Diana <[email protected]>

* Fix Vale errors

Signed-off-by: Diana <[email protected]>

* pr: VAW title change

* pr: clarify and gate version note

---------

Signed-off-by: Diana <[email protected]>
Co-authored-by: Diana <[email protected]>

* KIC 2.9.x update deployment guides - Gateway Discovery (#5231)

* feat(kic): add docs about Gateway Discovery

---------

Co-authored-by: Grzegorz Burzyński <[email protected]>

* chore(kic) extract common docs to includes (#5256)

Co-authored-by: Michael Heap <[email protected]>

* docs(kic): update kic 2.9 nav (#5253)

Signed-off-by: Mattia Lavacca <[email protected]>

* doc(kic): update compatibility tables for 2.9 (#5259)

* kic: show Gateway Discovery guide entry for versions 2.9+

* chore(kic): fix code block languages

* chore(kic): fix incorrect helm.sh link

* GatewayAlpha feature-gate added to grpc guide (#5323)

kic: update grpcRoute GatewayAlpha FG

Signed-off-by: Mattia Lavacca <[email protected]>

* Update docs for KIC 2.9.0 (#5360)

Synchronize auto-generated KIC API reference

Signed-off-by: Kong's Team k8s bot <[email protected]>
Co-authored-by: Travis Raines <[email protected]>

* chore(kic) update CRD links in nav

* chore(kic) generate 2.8 KIC CRD reference (#5361)

Synchronize auto-generated KIC API reference

Signed-off-by: Kong's Team k8s bot <[email protected]>

---------

Signed-off-by: Diana <[email protected]>
Signed-off-by: Mattia Lavacca <[email protected]>
Signed-off-by: Kong's Team k8s bot <[email protected]>
Co-authored-by: Diana <[email protected]>
Co-authored-by: Mattia Lavacca <[email protected]>
Co-authored-by: Travis Raines <[email protected]>
Co-authored-by: Grzegorz Burzyński <[email protected]>
Co-authored-by: Michael Heap <[email protected]>
Co-authored-by: Kong's Team k8s bot <[email protected]>
nbialostosky pushed a commit to nbialostosky/docs.konghq.com that referenced this pull request Apr 12, 2023
* Add 2.9 nav file and 2.9 version to version file

Signed-off-by: Diana <[email protected]>

* docs: GRPCRoute guide (Kong#5216)

docs: GRPCRoute guide added

Signed-off-by: Mattia Lavacca <[email protected]>

* Update KIC troubleshooting for 2.9 and add GWAPI port note (Kong#5196)

* chore: wrap source and fix minor errors

* chore: fix KIC webhook article title

* doc(kic) revise event troubleshooting

Update the KIC troubleshooting guide with additional information about
troubleshooting using Events, including the configuration push Event
type to be introduced in 2.9.

Rewrite the example as a more complete guide, with example problem
resources, example queries, and issue remediation.

* doc(kic) add HTTPRoute port limitation warning

* Apply suggestions from code review

Co-authored-by: Diana <[email protected]>

* Fix Vale errors

Signed-off-by: Diana <[email protected]>

* pr: VAW title change

* pr: clarify and gate version note

---------

Signed-off-by: Diana <[email protected]>
Co-authored-by: Diana <[email protected]>

* KIC 2.9.x update deployment guides - Gateway Discovery (Kong#5231)

* feat(kic): add docs about Gateway Discovery

---------

Co-authored-by: Grzegorz Burzyński <[email protected]>

* chore(kic) extract common docs to includes (Kong#5256)

Co-authored-by: Michael Heap <[email protected]>

* docs(kic): update kic 2.9 nav (Kong#5253)

Signed-off-by: Mattia Lavacca <[email protected]>

* doc(kic): update compatibility tables for 2.9 (Kong#5259)

* kic: show Gateway Discovery guide entry for versions 2.9+

* chore(kic): fix code block languages

* chore(kic): fix incorrect helm.sh link

* GatewayAlpha feature-gate added to grpc guide (Kong#5323)

kic: update grpcRoute GatewayAlpha FG

Signed-off-by: Mattia Lavacca <[email protected]>

* Update docs for KIC 2.9.0 (Kong#5360)

Synchronize auto-generated KIC API reference

Signed-off-by: Kong's Team k8s bot <[email protected]>
Co-authored-by: Travis Raines <[email protected]>

* chore(kic) update CRD links in nav

* chore(kic) generate 2.8 KIC CRD reference (Kong#5361)

Synchronize auto-generated KIC API reference

Signed-off-by: Kong's Team k8s bot <[email protected]>

---------

Signed-off-by: Diana <[email protected]>
Signed-off-by: Mattia Lavacca <[email protected]>
Signed-off-by: Kong's Team k8s bot <[email protected]>
Co-authored-by: Diana <[email protected]>
Co-authored-by: Mattia Lavacca <[email protected]>
Co-authored-by: Travis Raines <[email protected]>
Co-authored-by: Grzegorz Burzyński <[email protected]>
Co-authored-by: Michael Heap <[email protected]>
Co-authored-by: Kong's Team k8s bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review:general Review for general accuracy and presentation. Does the doc work? Does it output correctly? review:sme Request for SME review, external to the docs team. team-k8s Kubernetes task tracking (including KIC,KGO)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gateway discovery is documented on docs.konghq.com
2 participants