* guides: Add new Kubernetes migration guide
This guide provide direction in upgrade Kubernetes from the
1.17.x release up to the 1.19.x release due to Clear missing
the 1.18.x release.
Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
* Corrects reST syntax for proper display of code-blocks, - For correct indentation levels when substeps appear - To correct "For each of the other notes..." to "nodes..." - To use list-table to show kubeadm component configs - To retitle ref label to "_kubernetes_migration", prev not unique - TBD: Waiting on actual hyperlinks, not prev included.
Signed-off-by: michael vincerra <michael.vincerra@intel.com>
* guides: Fix the links for k8s-migration
- Rename the new guide
- Fix references and links
- Fix formatting
Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
* Corrects copyright value in conf.py.
Signed-off-by: michael vincerra <michael.vincerra@intel.com>
Co-authored-by: michael vincerra <michael.vincerra@intel.com>
* Adds targets for include in source doc.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Adds include directive pointing to new targets in kernel-modules-dkms
- Keep documentation DRY and modular.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Update TM&B in guides section of docs
- Add disclaimers for Intel trademarks
- Update/correct product names in text per Intel guidance
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
* Fix syntax/indent errors.
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
* - Add link back in (accidental removal) (dlrs-inference.rst) - Minor language clarifications
(compatible-kernels.rst) - Correct missed trademark (performance.rst)
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
* - Correct product name in dlrs-inference.rst (confirmed with original author)
- Correct product name in dbrs.rst (confirmed with original author)
- Correct product name in compatible-kernels.rst
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
* Add in missing (r) in dbrs.rst
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
* Adds support for sphinx_copybutton.
Closes#1134
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Additional config.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Remove cruft.;)
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* **DO NOT MERGE** Please verify changes with tutorials/proxy.rst. Once verified remove changes to proxy.rst.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Provides example usage of new codeblock copy behavior:
1. ShellSession (line 228 in kernel-modules-dkms.rst) - will copy everything except prompt.
2. Console (line 74 in kernel-modules-dkms.rst) - will copy only the input line without the prompt.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
Co-authored-by: Michael Vincerra <michael.vincerra@intel.com>
* Performance doc
New doc providing an outline of the approach and tactics used by CL
for performance optimizations.
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
* Edits and clarification based on feedback.
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
* - Fix typo
- Update Overview formatting for readability
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
* - Replace 'hardware' with 'Intel architecture' for consistency with
About page.
- Added required TM&B disclaimer.
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
- Remove images azure-docker, azure-machine-learning, and hyperv.
- Closes#1141
- Revises from Hyper-V Gen 2 to Gen 1, with relative changes to settings.
- Replaces figure 3 because Gen 1 settings are different from Gen 2
- Revises image type to remove previous default `hyperv.vhdx`,
a Gen 2 image -- no longer supported.
- Respond to reviewer feedback; fix typos.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Update DLRS guide for v6 release
* Update versions for release
* update image name to sysstacks/... and change model path.
* Update for oneDNN and update links
* Update Docker version
* Update for branding and clarity
- Correct URLs and formatting
- Add warning about image choice
- Corrects syntax, formatting errors for proper sequence of steps
- in ResNet50 workload section.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* update transformers section
Adding distilbert example, and the user does not need to install tensorflow or pytorch, but upgrade transformers library.
* Correct Sphinx syntax errors in code-blocks.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
Co-authored-by: Michael Vincerra <michael.vincerra@intel.com>
- Use of Docker with mixer is now deprecated.
- Recreates grid table as list-table for future maintenance.
- Adds new section, Bundle definition files, for illustration
- Revises builder.conf in References, removing docker path.
- Updates mixer builder.conf to VERSION 1.2.
- Fix typo in filepath for LOCAL_RPM_DIR in builder.conf.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Fix OpenVINO version branding
MeRS uses the open source OpenVINO not the Intel® Distribution of OpenVINO™ toolkit
* Fix line length warnings
* Fix OpenVINO trademark branding
Fix OpenVINO trademark branding and add required acknowledgement
Signed-off-by: Anthony Pray anthony.s.pray@intel.com
When using the docker image you may see error
"Failed to install x of x"
ruining "swupd clean" will fix the problems.
* Adds hugepages config guide to explain defaults and config settings
Closes#1005
Signed-off-by: Adams, Eric <eric.adams@intel.com>
* Made revisions per feedback from reviewer.
Signed-off-by: Adams, Eric <eric.adams@intel.com>
* Add Horovod and OpenMPI section, closes#1041
* changing pygment lexar to console to fix build issue
* Remove single quotation mark inside code-block to correct build error.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
Co-authored-by: michael vincerra <37549381+mvincerx@users.noreply.github.com>
* Changed .. code:: to .. code-block:: to match project standards.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Updates to power and performance for readability and consistency with project reST standards.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Further updates to CPU performance guide with BIOS snapshot to show what DPTF setting might look like.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Addressing editorial feedback.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Added disclaimer for Intel Turbo Boost Technology.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Updated time.rst
When I tried this I had an error when I tried to set ntp to true that polkit was missing. Adding that bundle allowed the step to complete.
* Update time.rst
Removed adding the polkit and instead added sudo to the timecatectl set-ntp command.
* Update mixer build image to use clr-installer.
Closes#1006
Signed-off-by: Bun K Tan <bun.k.tan@intel.com>
* Reverts Example 7 to recent master, omitting Tutorials header, etc.
- Reason: Separate branches not sync'ed based on upstream master
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Adds line in Example 4 to assure Example 2 is known prereq.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Simplify sentence.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
Co-authored-by: michael vincerra <37549381+mvincerx@users.noreply.github.com>
In Example 7:
- Remove 'tutorial' subsection as it was not clear that it was an example of the
advanced example of manual format bump.
- Roll existing tutorial content under 'advanced' as it is the advanced example.
- Result is a basic and advance example for Example 7: execute format bump
Signed-off-by: Kristal Dale <kristal.dale@intel.com>