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.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 14. Configuring for GCE
14.1. Overview 링크 복사링크가 클립보드에 복사되었습니다!
OpenShift can be configured to access an GCE infrastructure, including using GCE volumes as persistent storage for application data. After GCE is configured properly, some additional configurations will need to be completed on the OpenShift hosts.
14.2. Configuring Masters 링크 복사링크가 클립보드에 복사되었습니다!
Edit or create the master configuration file on all masters (/etc/origin/master/master-config.yaml by default) and update the contents of the apiServerArguments
and controllerArguments
sections:
14.3. Configuring Nodes 링크 복사링크가 클립보드에 복사되었습니다!
Edit or create the node configuration file on all nodes (/etc/origin/node/node-config.yaml by default) and update the contents of the kubeletArguments
section:
kubeletArguments: cloud-provider: - "gce"
kubeletArguments:
cloud-provider:
- "gce"
Then, start or restart the OpenShift services on the master and all nodes.