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

Introduce how to attach database migration scripts for custom plugins in Kubernetes deploymnet #8317

Open
2 tasks done
randmonkey opened this issue Jan 7, 2025 · 0 comments
Labels
team-k8s Kubernetes task tracking (including KIC,KGO)
Milestone

Comments

@randmonkey
Copy link
Contributor

Where is the problem?

https://docs.konghq.com/kubernetes-ingress-controller/latest/plugins/custom/#deploying-custom-plugins

What happened?

Custom plugins with database migration scripts needs a migrations sub-directory in the plugin's directory including the migration scripts. But ConfigMap volumes cannot support nested directories, so users cannot attach the migration scripts following the steps of deploying custom plugins. The document need a section to introduce how to attach the migration scripts into the container separately.

What did you expect to happen?

The document contains the steps of deploying database migration scripts of custom plugins.

Code of Conduct and Community Expectations

  • I agree to follow this project's Code of Conduct
  • I agree to abide by the Community Expectations
@randmonkey randmonkey added the team-k8s Kubernetes task tracking (including KIC,KGO) label Jan 7, 2025
@randmonkey randmonkey added this to the KIC v3.5.x milestone Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-k8s Kubernetes task tracking (including KIC,KGO)
Projects
None yet
Development

No branches or pull requests

1 participant