"Kubectl proxy"의 두 판 사이의 차이

10번째 줄: 10번째 줄:
$ curl http://localhost:8001/version
$ curl http://localhost:8001/version
{
{
   "major": "",
   "major": "1",
   "minor": "",
   "minor": "10",
   "gitVersion": "v1.9.0",
   "gitVersion": "v1.10.0",
   "gitCommit": "925c127ec6b946659ad0fd596fa959be43f0cc05",
   "gitCommit": "fc32d2f3698e36b93322a3465f63a14e9f0eaead",
   "gitTreeState": "clean",
   "gitTreeState": "clean",
   "buildDate": "2018-01-26T19:04:38Z",
   "buildDate": "2018-04-10T12:46:31Z",
   "goVersion": "go1.9.1",
   "goVersion": "go1.9.4",
   "compiler": "gc",
   "compiler": "gc",
   "platform": "linux/amd64"
   "platform": "linux/amd64"

2018년 10월 11일 (목) 13:26 판

1 개요

kubectl proxy
$ kubectl proxy
Starting to serve on 127.0.0.1:8001
→ 계속 실행중
  • 다른 세션에서...
$ curl http://localhost:8001/version
{
  "major": "1",
  "minor": "10",
  "gitVersion": "v1.10.0",
  "gitCommit": "fc32d2f3698e36b93322a3465f63a14e9f0eaead",
  "gitTreeState": "clean",
  "buildDate": "2018-04-10T12:46:31Z",
  "goVersion": "go1.9.4",
  "compiler": "gc",
  "platform": "linux/amd64"
}

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}