Merge pull request #1868 from derekwaynecarr/service_proxy_needs_namespace

Fixup apiserver proxy to be namespace aware
This commit is contained in:
Daniel Smith
2014-10-20 11:48:29 -07:00
2 changed files with 10 additions and 1 deletions

View File

@@ -116,6 +116,8 @@ The k8s API server will associate a resource with a *Namespace* if not populated
of the incoming request. If the *Namespace* of the resource being created, or updated does not match the *Namespace* on the request,
then the k8s API server will reject the request.
TODO: Update to discuss k8s api server proxy patterns
## k8s storage
A namespace provides a unique identifier space and therefore must be in the storage path of a resource.