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 v2.9 docs #5241

Merged
merged 15 commits into from
Mar 28, 2023
Merged

KIC v2.9 docs #5241

merged 15 commits into from
Mar 28, 2023

Conversation

pmalek
Copy link
Member

@pmalek pmalek commented Mar 3, 2023

Description

This PR merges KIC's 2.9 related docs.

WIP for now. Only here to preview the docs

Testing instructions

Netlify link:

Checklist

  • Review label added
  • PR pointed to correct branch

@pmalek pmalek added do not merge Issues/ PRs whose changes should not be merged at this time pr/wip team-k8s Kubernetes task tracking (including KIC,KGO) review:copyedit Request for writer review. labels Mar 3, 2023
@pmalek pmalek added this to the kic-2.9 milestone Mar 3, 2023
@pmalek pmalek requested a review from a team as a code owner March 3, 2023 11:37
@netlify
Copy link

netlify bot commented Mar 3, 2023

Deploy Preview for kongdocs ready!

Name Link
🔨 Latest commit a023dbb
🔍 Latest deploy log https://app.netlify.com/sites/kongdocs/deploys/642361b1fffd4a0008cf01ae
😎 Deploy Preview https://deploy-preview-5241--kongdocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

@pmalek pmalek self-assigned this Mar 3, 2023
@pmalek pmalek force-pushed the release/kic-2.9 branch from 1f31316 to 05d933f Compare March 6, 2023 15:10
@pmalek pmalek force-pushed the release/kic-2.9 branch from 97e813c to 05daccc Compare March 7, 2023 11:10
@pmalek
Copy link
Member Author

pmalek commented Mar 7, 2023

I've rebased on recent main

@pmalek pmalek force-pushed the release/kic-2.9 branch from 2d506b5 to 850fb70 Compare March 8, 2023 09:09
@pmalek pmalek force-pushed the release/kic-2.9 branch 4 times, most recently from 28e76cb to f161c6e Compare March 9, 2023 11:32
@pmalek pmalek mentioned this pull request Mar 17, 2023
2 tasks
@pmalek
Copy link
Member Author

pmalek commented Mar 17, 2023

2 more dead links

  {
    "page": "https://deploy-preview-5241--kongdocs.netlify.app/kubernetes-ingress-controller/2.4.x/references/gateway-api-support/",
    "source": "app/_src/kubernetes-ingress-controller/references/gateway-api-support.md",
    "text": "are not provisioned automatically",
    "target": "https://deploy-preview-5241--kongdocs.netlify.app/kubernetes-ingress-controller/2.4.x/concepts/gateway-api#gateway-management",
    "reason": "HTTP_404"
  },
  {
    "page": "https://deploy-preview-5241--kongdocs.netlify.app/kubernetes-ingress-controller/2.4.x/references/gateway-api-support/",
    "source": "app/_src/kubernetes-ingress-controller/references/gateway-api-support.md",
    "text": "only supports a single Gateway per GatewayClass",
    "target": "https://deploy-preview-5241--kongdocs.netlify.app/kubernetes-ingress-controller/2.4.x/concepts/gateway-api#listener-compatibility-and-handling-multiple-gateways",
    "reason": "HTTP_404"
  }

that will be solved by #5302

cloudjumpercat and others added 4 commits March 17, 2023 16:31
docs: GRPCRoute guide added

Signed-off-by: Mattia Lavacca <[email protected]>
* 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]>
* feat(kic): add docs about Gateway Discovery

---------

Co-authored-by: Grzegorz Burzyński <[email protected]>
mlavacca and others added 2 commits March 21, 2023 13:14
@rainest rainest removed the do not merge Issues/ PRs whose changes should not be merged at this time label Mar 28, 2023
@rainest
Copy link
Contributor

rainest commented Mar 28, 2023

We have released 2.9 and this is now ready to merge AFAIK. There's nothing further to review here (other than just the final approval stamp) since it was all already reviewed via PRs to this branch correct?

Edit: forgot the final generated CRD file, but have now added that. Did the same for 2.8 since we forgot that. The 3 commits after this comment were merged directly to this branch without another team member review, but they're generated docs and links to them, so CI will catch any issues.

team-k8s-bot and others added 3 commits March 28, 2023 14:44
Synchronize auto-generated KIC API reference

Signed-off-by: Kong's Team k8s bot <[email protected]>
Co-authored-by: Travis Raines <[email protected]>
Synchronize auto-generated KIC API reference

Signed-off-by: Kong's Team k8s bot <[email protected]>
@lena-larionova lena-larionova merged commit 890fd34 into main Mar 28, 2023
@lena-larionova lena-larionova deleted the release/kic-2.9 branch March 28, 2023 23:12
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:copyedit Request for writer review. team-k8s Kubernetes task tracking (including KIC,KGO)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants