New content for Metrics Server tutorials (user and admin)
Created 2 new topics: Kubernetes user tutorials metrics server and kubernetes admin tutorials metrics server. Source of information PDF file with both topics. Input from PDF file 'Documentation Metrics Server' (file attached in Jira card) Patch 1: completed review comments by Ron Patch 2: fixed broken links and malformed hyperlink targets at the beginning of the document implemented comment from review (Mary) Patch 3: implemented changes from review comments (Ron) Patch 4: added missing link for review Patch 5: implemented changes received from Greg Patch 6: implemented suggested changes by Greg Patch 7: implemeneted suggested changes by Mary Patch 8: removed empty spaces Patch 9: removed trailing spaces Patch 10: removed trailing spaces Patch 11: acted on Ron's comments Added 'release caveat' Patch 13: corrected index and added prereq in user task after cherry-pick (Greg) patch 14: corrected toc not showing 'metrics server' Story: 2008457 Task: 42207 https://review.opendev.org/c/starlingx/docs/+/784121 Signed-off-by: Adil <mohamed.adilassakkali@windriver.com> Change-Id: Ia64ab589844e9e11a06ac5b51d8a9cb1ccd1e986
This commit is contained in:
parent
ec30266f64
commit
3894d3b068
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -1,5 +1,11 @@
|
||||
{
|
||||
<<<<<<< HEAD
|
||||
"restructuredtext.languageServer.disabled": true,
|
||||
"restructuredtext.preview.sphinx.disabled": true,
|
||||
"restructuredtext.linter.disabled": true
|
||||
=======
|
||||
"restructuredtext.linter.disabled": true,
|
||||
"restructuredtext.preview.sphinx.disabled": true,
|
||||
"restructuredtext.languageServer.disabled": true
|
||||
>>>>>>> 2298678... New content for Metrics Server tutorials (user and admin)
|
||||
}
|
@ -38,6 +38,12 @@ deployment based on the load. Please refer to the official example
|
||||
<https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/>`__
|
||||
to create a PHP application which scales horizontally.
|
||||
|
||||
.. rubric:: |prereq|
|
||||
|
||||
You must have uploaded and applied the metrics system application described in
|
||||
:ref:`Install Metrics Server <kubernetes-admin-tutorials-metrics-server>`
|
||||
before proceeding.
|
||||
|
||||
.. rubric:: |proc|
|
||||
|
||||
After application deployment has completed, you can create a horizontal pod
|
||||
|
Loading…
Reference in New Issue
Block a user