MicroShift is Developer Preview software only.
For more information about the support scope of Red Hat Developer Preview software, see Developer Preview Support Scope.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 6. OpenShift CLI command reference
This reference provides descriptions and example commands for OpenShift CLI (oc) commands. You must have cluster-admin or equivalent permissions to use these commands.
Run oc adm -h to list all administrator commands or run oc <command> --help to get additional details for a specific command.
Using oc <command> --help lists details for any oc command. Not all oc commands apply to using Red Hat build of MicroShift.
6.1. oc commands list for Red Hat build of MicroShift 링크 복사링크가 클립보드에 복사되었습니다!
The following lists a few examples of oc commands you can use to administer, deploy, and observe a Red Hat build of MicroShift node.
6.1.1. oc apply 링크 복사링크가 클립보드에 복사되었습니다!
Apply a configuration to a resource by file name or stdin
Example usage
6.1.2. oc delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete resources by file names, stdin, resources and names, or by resources and label selector
Example usage
6.1.3. oc get 링크 복사링크가 클립보드에 복사되었습니다!
Display one or many resources
Example usage