Ai tier ga internal - #215
Conversation
docs: correct Splunk AI Operator help guidance
Codex/hekp doc valid review fixes
docs: clarify supported TLS boundaries
Hekp docs
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 29ca4fe721
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| 1. Review the [Splunk AI Operator overview](overview.md). | ||
| 2. Confirm the [prerequisites](prerequisites.md), supported versions, and cluster capacity. | ||
| 3. [Install the Splunk AI Operator](install.md). | ||
| 4. [Deploy the AI Platform](deploy-platform.md). |
There was a problem hiding this comment.
Do not deploy a second platform after the full-stack installer
Following this sequence creates or overwrites another AIPlatform: both supported installers already install the CR (install_ai_platform_stack calls install_ai_platform_cr in tools/cluster_setup/k0s_cluster_with_stack.sh, and OpenShift does the same in main_install). Applying the next page's example can therefore start a duplicate set of GPU/Ray workloads, or replace the installer-managed CR configuration if the same name is used. The guide should treat the installed CR as the platform to configure rather than instructing every user to deploy another one.
Useful? React with 👍 / 👎.
| # L40S and H100 are the supported k0s accelerator values for this release. | ||
| defaultAcceleratorType: L40S |
There was a problem hiding this comment.
Include the required k0s GPU scheduling rules
In the documented k0s environment, the installer taints GPU nodes with nvidia.com/gpu=true:NoSchedule (tools/cluster_setup/k0s_cluster_with_stack.sh:2845-2846), but this sample selects a GPU accelerator without defining the gpuScheduler toleration and node selector that the installer-generated CR includes. If a user applies this advertised k0s example, the Ray GPU workers cannot schedule onto the tainted GPU nodes and the platform never becomes ready; include the generated scheduling block or direct users to edit the installer-created CR.
Useful? React with 👍 / 👎.
Description
Related Issues
Type of Change
Changes Made
Testing Performed
make test)make lint)Test Environment
Test Steps
Documentation
Checklist
Breaking Changes
Impact:
Migration Path:
Screenshots/Recordings
Additional Notes
Reviewer Notes
Please pay special attention to:
Commit Message Convention: This PR follows Conventional Commits