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

1번째 줄: 1번째 줄:
{{소문자}}
==개요==
==개요==
;kubectl proxy
;kubectl proxy

2018년 10월 29일 (월) 16:35 판

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 }}