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

Service proxy addresses require trailing slash #8130

Closed
satnam6502 opened this issue May 12, 2015 · 3 comments
Closed

Service proxy addresses require trailing slash #8130

satnam6502 opened this issue May 12, 2015 · 3 comments
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/backlog Higher priority than priority/awaiting-more-evidence.

Comments

@satnam6502
Copy link
Contributor

$ curl -k -u admin:REMOVED  https://104.197.12.87/api/v1beta3/proxy/namespaces/default/services/elasticsearch-logging
$ curl -k -u admin:REMOVED  https://104.197.12.87/api/v1beta3/proxy/namespaces/default/services/elasticsearch-logging/
{
  "status" : 200,
  "name" : "Belasco",
  "cluster_name" : "kubernetes-logging",
  "version" : {
    "number" : "1.5.2",
    "build_hash" : "62ff9868b4c8a0c45860bebb259e21980778ab1c",
    "build_timestamp" : "2015-04-27T09:21:06Z",
    "build_snapshot" : false,
    "lucene_version" : "4.10.4"
  },
  "tagline" : "You Know, for Search"
}
@satnam6502 satnam6502 added kind/bug Categorizes issue or PR as related to a bug. priority/backlog Higher priority than priority/awaiting-more-evidence. team/master labels May 12, 2015
@satnam6502 satnam6502 added this to the v1.0-post milestone May 12, 2015
@satnam6502
Copy link
Contributor Author

#4958

@satnam6502
Copy link
Contributor Author

$ kubectl version
Client Version: version.Info{Major:"0", Minor:"16+", GitVersion:"v0.16.2-752-g04c90565c053f3-dirty", GitCommit:"04c90565c053f301dfc2f6a9c8b7f8e865e9c09e", GitTreeState:"dirty"}
Server Version: version.Info{Major:"0", Minor:"16+", GitVersion:"v0.16.2-742-g25f0ea75c077b1-dirty", GitCommit:"25f0ea75c077b166e305cbeabd9bc0e978932660", GitTreeState:"dirty"}

@lavalamp
Copy link
Member

Dup of #6264, right? reopen if not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/backlog Higher priority than priority/awaiting-more-evidence.
Projects
None yet
Development

No branches or pull requests

2 participants