Skip to content

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

Open
arnaldo2792 wants to merge 1 commit intobottlerocket-os:developfrom
arnaldo2792:label-nodes/bottlerocket
Open

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

Conversation

@arnaldo2792
Copy link
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>
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