Skip to content

Clean up CoCo docs#386

Open
a-mccarthy wants to merge 7 commits intoNVIDIA:mainfrom
a-mccarthy:coco-cleanup
Open

Clean up CoCo docs#386
a-mccarthy wants to merge 7 commits intoNVIDIA:mainfrom
a-mccarthy:coco-cleanup

Conversation

@a-mccarthy
Copy link
Copy Markdown
Collaborator

No description provided.

Signed-off-by: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown

Documentation preview

https://nvidia.github.io/cloud-native-docs/review/pr-386

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Confidential Containers deployment guide to improve readability and add more explicit installation/verification steps for prerequisites and operator setup.

Changes:

  • Clarifies prerequisite language (IOMMU kernel args for AMD/Intel, assumptions about familiarity).
  • Adds explicit Helm installation command and additional example outputs.
  • Improves wording/formatting in node labeling guidance and sample workload step numbering.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +80 to 84
If the host is not configured or if you are unsure, add the ``amd_iommu=on`` Linux kernel command-line argument for AMD CPUs, or ``intel_iommu=on`` for Intel CPUs. For most Linux distributions, add the argument to the ``/etc/default/grub`` file, for instance:

...
GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on modprobe.blacklist=nouveau"
...
Copy link

Copilot AI Apr 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The indented GRUB snippet after "for instance:" is no longer introduced as a literal/code block (the previous "::" was removed). In reStructuredText this will render as a block quote or plain indented text rather than a code sample. Consider restoring the trailing "::" or switching to an explicit ".. code-block::" directive for the GRUB snippet.

Copilot uses AI. Check for mistakes.
Comment thread confidential-containers/confidential-containers-deploy.rst
Comment thread confidential-containers/confidential-containers-deploy.rst Outdated
Signed-off-by: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com>
Signed-off-by: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com>
Comment thread confidential-containers/supported-platforms.rst Outdated
a-mccarthy added 4 commits May 1, 2026 12:00
Signed-off-by: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com>
Signed-off-by: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com>
Signed-off-by: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com>
Signed-off-by: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants