Skip to content

Use dedicated kubelet env configuration for k8s 1.35 NVIDIA variants#4784

Merged
arnaldo2792 merged 1 commit intobottlerocket-os:developfrom
arnaldo2792:label-nodes/bottlerocket
Mar 17, 2026
Merged

Use dedicated kubelet env configuration for k8s 1.35 NVIDIA variants#4784
arnaldo2792 merged 1 commit intobottlerocket-os:developfrom
arnaldo2792:label-nodes/bottlerocket

Conversation

@arnaldo2792
Copy link
Copy Markdown
Contributor

Issue number:

Related to: #4756

Description of changes:

Use the dedicated kubelet env configuration file for Kubernetes 1.35 NVIDIA variants.

Testing done:

In combination with bottlerocket-os/bottlerocket-core-kit#860:

if k get nodes --show-labels | rg -q nvidia.com;
   echo "Label present"
end

Label present

Also, I confirmed that the other default values were respected:

[ssm-user@control]$ apiclient get settings.kubernetes.seccomp
{
  "settings": {
    "kubernetes": {
      "seccomp-default": true
    }
  }
}
[ssm-user@control]$

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

Use the dedicated kubelet env configuration file for Kubernetes 1.35
NVIDIA variants.

Signed-off-by: Arnaldo Garcia Rincon <agarrcia@amazon.com>
@arnaldo2792 arnaldo2792 merged commit 278ea06 into bottlerocket-os:develop Mar 17, 2026
2 checks passed
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