-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ES] content/es/vertical-scaling.md #2068
Conversation
Signed-off-by: marianogg9 <gonzalez.mariano.gabriel@gmail.com>
Signed-off-by: marianogg9 <gonzalez.mariano.gabriel@gmail.com>
✅ Deploy Preview for cncfglossary ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Signed-off-by: marianogg9 <gonzalez.mariano.gabriel@gmail.com>
Signed-off-by: marianogg9 <gonzalez.mariano.gabriel@gmail.com>
## ¿Qué es? | ||
|
||
El escalado vertical, también conocido como "agregar y reducir", es una técnica donde | ||
la capacidad de un sistema es incrementada agregando CPU y memoria a [nodos](/es/nodes/) individuales a medida que la carga de trabajo aumenta. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quizá deberíamos de sugerir que la versión en inglés haga independiente el incremento/decremento de recursos.
la capacidad de un sistema es incrementada agregando CPU y memoria a [nodos](/es/nodes/) individuales a medida que la carga de trabajo aumenta. | |
la capacidad de un sistema es incrementada agregando CPU y/o memoria a [nodos](/es/nodes/) individuales a medida que la carga de trabajo aumenta. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
* added es/vertical-scaling.md Signed-off-by: marianogg9 <gonzalez.mariano.gabriel@gmail.com>
* added es/vertical-scaling.md Signed-off-by: marianogg9 <gonzalez.mariano.gabriel@gmail.com>
* added es/vertical-scaling.md Signed-off-by: marianogg9 <gonzalez.mariano.gabriel@gmail.com>
* added es/vertical-scaling.md Signed-off-by: marianogg9 <gonzalez.mariano.gabriel@gmail.com>
Describe your changes
es/vertical-scaling.md
.auto-scaling
&horizontal-scaling
terms.Related issue number or link (ex:
resolves #issue-number
)Checklist before opening this PR (put
x
in the checkboxes)git commit -s
) is to affirm that commits comply DCO. If you are working locally, you could add an alias to yourgitconfig
by runninggit config --global alias.ci "commit -s"
.