Skip to content

Commit

Permalink
Add content/es/docs/reference/glossary/sysctl.md (#14390)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Perez Diez <[email protected]>

Co-Authored-By: Alexander Brand <[email protected]>
Co-Authored-By: Victor Morales <[email protected]>
  • Loading branch information
3 people authored and k8s-ci-robot committed May 28, 2019
1 parent dd22f47 commit a845f40
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions content/es/docs/reference/glossary/sysctl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: sysctl
id: sysctl
date: 2019-02-12
full_link: /docs/tasks/administer-cluster/sysctl-cluster/
short_description: >
Una interfaz para obtener y asignar valores a parámetros del núcleo Unix activo.
aka:
tags:
- tool
---
`sysctl` es una interfaz común usada para consultar o modificar atributos del
núcleo Unix durante su ejecución.

<!--more-->

En los sistemas Unix-like, `sysctl` es el comando que usan los administradores,
para ver o modificar esos valores y también el nombre de la llamada al sistema
que realiza esta función.

La ejecución del {{< glossary_tooltip text="Contenedor" term_id="container" >}}
y de los complementos de red puede depender de los valores asignados via `sysctl`.

0 comments on commit a845f40

Please sign in to comment.