AWS Security ChangesHomeSearch

AWS sagemaker documentation change

Service: sagemaker · 2025-07-18 · Documentation low

File: sagemaker/latest/dg/sagemaker-hyperpod-release-ami-update.md

Summary

Added '--namespace kube-system' flag to helm upgrade command for HyperPod dependencies installation

Security assessment

This is a routine configuration change specifying namespace context without any security implications mentioned in the diff. No evidence of security issue remediation or security documentation addition.

Diff

diff --git a/sagemaker/latest/dg/sagemaker-hyperpod-release-ami-update.md b/sagemaker/latest/dg/sagemaker-hyperpod-release-ami-update.md
index 50313ab3f..04bddd1f0 100644
--- a//sagemaker/latest/dg/sagemaker-hyperpod-release-ami-update.md
+++ b//sagemaker/latest/dg/sagemaker-hyperpod-release-ami-update.md
@@ -72 +72 @@ Use the following commands to apply the permissions.
-    helm upgrade hyperpod-dependencies HyperPodHelmChart --install
+    helm upgrade hyperpod-dependencies HyperPodHelmChart --namespace kube-system --install