Skip to content

Commit 6c76dfd

Browse files
authored
Merge pull request #22237 from kubernetes/es/fix-rc-typo
Update replicationcontroller.md
2 parents d57ea7b + 1706766 commit 6c76dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/es/docs/concepts/workloads/controllers/replicationcontroller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Incluso se plantea excluir el mecanismo de creación de pods a granel ([#170](ht
281281
El ReplicationController está pensado para ser una primitiva de bloques is intended to be a composable building-block primitive. We expect higher-level APIs and/or tools to be built on top of it and other complementary primitives for user convenience in the future. The "macro" operations currently supported by kubectl (run, scale, rolling-update) are proof-of-concept examples of this. For instance, we could imagine something like [Asgard](http://techblog.netflix.com/2012/06/asgard-web-based-cloud-management-and.html) managing ReplicationControllers, auto-scalers, services, scheduling policies, canaries, etc.
282282

283283

284-
## Obejto API
284+
## Objeto API
285285

286286
El ReplicationController es un recurso de alto nivel en la API REST de Kubernetes. Más detalles acerca del
287287
objeto API se pueden encontrar aquí:

0 commit comments

Comments
 (0)