Cloud Shell용 Cloud Code에서 kubeconfig 작업
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
kubeconfig 파일은 클러스터 액세스, 사용자, 컨텍스트를 구성하는 Kubernetes 구성 파일입니다. 이 페이지에서는 Cloud Code에서 다양한 kubeconfig를 추가, 삭제, 전환하는 방법을 보여줍니다.
kubeconfig 파일에 대한 자세한 내용은 kubeconfig 파일을 사용하여 클러스터 액세스 구성에 관한 Kubernetes 문서를 참조하세요.
kubeconfig 관리
기본적으로 Cloud Code 플러그인은 Kubernetes 리소스를 검색하고 명령어를 실행하는 데 $HOME/.kube
디렉터리에 있는 기본 kubeconfig 파일을 사용합니다. 하지만 추가 kubeconfig 파일을 구성할 수 있습니다.
kubeconfig 파일 추가
kubeconfig 파일을 추가하려면 다음 안내를 따르세요.
- 명령어 팔레트를 열고(
Ctrl
/Cmd
+Shift
+P
를 누르거나 보기 > 명령어 팔레트를 클릭) Cloud Code: Switch kubeconfig를 실행합니다.
- + kubeconfig 로드를 클릭한 후 추가할 kubeconfig 파일의 위치로 이동합니다.
- 추가하려는 kubeconfig 파일을 선택한 후 KubeConfig 경로 추가를 클릭합니다.
- 메시지가 표시되면 새 kubeconfig의 이름을 입력합니다.
Enter
를 눌러 확인합니다.
kubeconfig 파일 삭제
kubeconfig 파일을 삭제하려면 다음 안내를 따르세요.
- 명령어 팔레트를 열고(
Ctrl
/Cmd
+Shift
+P
를 누르거나 보기 > 명령어 팔레트를 클릭) Cloud Code: Remove KubeConfig from Kubernetes Explorer를 실행합니다.
- 삭제하려는 kubeconfig 옆에 있는 체크박스를 선택한 후 확인을 클릭합니다.
kubeconfig 전환
명령어 팔레트를 사용하여 kubeconfig를 전환할 수 있습니다. kubeconfig를 전환하려면 다음 안내를 따르세요.
- 명령어 팔레트를 연 다음 Cloud Code: Switch KubeConfig를 실행합니다.
- 사용할 kubeconfig를 클릭합니다.
다음 단계
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-05-30(UTC)
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]
{"lastModified": "\ucd5c\uc885 \uc5c5\ub370\uc774\ud2b8: 2024-05-30(UTC)"}
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-05-30(UTC)"]]