This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.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
$ oc adm create-kubeconfig \
--client-certificate=/path/to/client.crt \
--client-key=/path/to/client.key \
--certificate-authority=/path/to/ca.crt