2.6.5.3. create-kubeconfig
클라이언트 인증서에서 기본 .kubeconfig
파일을 생성합니다.
예제: 제공된 클라이언트 인증서로 .kubeconfig
파일 생성
$ oc adm create-kubeconfig \ --client-certificate=/path/to/client.crt \ --client-key=/path/to/client.key \ --certificate-authority=/path/to/ca.crt