-
Notifications
You must be signed in to change notification settings - Fork 180
Description
Describe the bug
In deploy/kubernetes/README.md as well as in deploy/kubernetes/ai-gateway/README.md the instruction is
to run kubectl apply -k deploy/kubernetes/. However this means we always run all manifests in the kubernetes folder and below sub-folders which is not what we want. At the deploy/kubernetes/ level we are only deploying semantic-router but not ai-gateway since the same yaml files are also for other gateways like istio or others which will be sub-folders. But that will end up deploying all the different gateways because all manifests in all sub-folders gets applied. Hence this documentation needs to be fixed.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
Updated documentation structure to prevent overlap of manifests for different use cases.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.