-
Notifications
You must be signed in to change notification settings - Fork 339
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
api-server - kubernetes backend - 404 when reading single Mesh
object
#313
Comments
@michal-franc Hi! Thanks a lot for your interest in Kuma! Especially, your willingness to get involved and contribute. The issue you're observing is, in fact, very relevant to #283. It's caused by a mismatch between
At the moment,
So, as part of #283 we need to choose the most intuitive way for users to indicate E.g.,
Once we agree on a solution for a general case, we could either apply it to @michal-franc Does it help you with #283 ? Which flavour of |
@yskopets hi I do understand that
The reason for that would be - you could easily transfer |
@michal-franc Having an option like If you want to continue working on #283, please stay in touch with us to work out design first. |
@yskopets sure I won't do too much without your input in design, I might pick up another issue, or for now create a simple dev guide on how to run kuma on top of |
@michal-franc Sounds great! On our side, we will try to unblock you as soon as possible. |
@michal-franc Hi! I've updated description of #283 to clarify expected behaviour on Kubernetes. In short,
If you have any questions, we're always available on Slack Looking forward to your PR! |
Solved with #458 |
Summary
Was planning to do - #283 but hit a roadblock with
k8s
backend returning404
when trying to get a singleMesh
.It looks like the hardcoded namespace value
default
in https://github.com/Kong/kuma/blob/master/pkg/api-server/resource_ws.go#L17 doesn't work correctly with examples in https://kuma.io/docs/0.2.1/installation/kubernetes/Example namespace:
kuma-system
hardcoded namespace:
default
This is related to issue - https://github.com/Kong/kuma/issues/122
Steps To Reproduce
kumactl install control-plane | kubectl apply -f -
curl localhost:<port>/meshes/<mesh_name>
404
even if you use correct<mesh_name>
Additional Details & Logs
Should we move some of the details from this issue to #122 or close this one completely?
The text was updated successfully, but these errors were encountered: