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.Este contenido no está disponible en el idioma seleccionado.
Chapter 14. Configuring for GCE
14.1. Overview Copiar enlaceEnlace copiado en el portapapeles!
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 Copiar enlaceEnlace copiado en el portapapeles!
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 Copiar enlaceEnlace copiado en el portapapeles!
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.