-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Problem statement
Similarly to KIC, KGO now has a makefile target and scripts that auto generate CLI arguments docs based on config flags from https://github.com/Kong/gateway-operator/blob/7390dcf2e1cebb7eb08c4c1f8af0e3a084423034/modules/cli/cli.go.
This issue tracks the effort of automating PR creation during releases.
Relevant
- This can be inspired by
Acceptance criteria
- An action runs on a cron (daily?) to push generated docs to the docs repo for the main branch
- Release checklist removes steps that require syncing these generated files
[ ] An issue to replicate this setup is created for KIC- Not relevant anymore with KO nearing its release
Do not forget to take into account the "entreprise" duality (xref: https://github.com/Kong/gateway-operator-enterprise/issues/107)- Not relevant anymore with sunsetting EE
programmer04 and mlavacca