Skip to content

Commit c7613ba

Browse files
committed
test: test NVIDIA drivers 570.x
Fixes #10572 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent e52b8b0 commit c7613ba

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ EMBED_TARGET ?= embed
2424
TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
2525
TOOLS ?= v1.10.0-alpha.0-23-g6d456ca
2626
PKGS_PREFIX ?= ghcr.io/siderolabs
27-
PKGS ?= v1.10.0-alpha.0-68-g55d99ea
27+
PKGS ?= v1.10.0-alpha.0-69-g665f782
2828
EXTRAS ?= v1.10.0-alpha.0-4-gc201b87
2929

3030
KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest

internal/app/machined/pkg/controllers/k8s/kubelet_spec.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ func (ctrl *KubeletSpecController) Run(ctx context.Context, r controller.Runtime
143143
args["kubeconfig"] = constants.KubeletKubeconfig
144144
}
145145

146-
if cfgSpec.CloudProviderExternal && !kubeletVersion.CloudProviderFlagRemoved() {
146+
if cfgSpec.CloudProviderExternal {
147+
// we still need to specify `--cloud-provider=external` for the kubelet
148+
// to get the node properly tainted so that it gets picked up by the external CCM
147149
args["cloud-provider"] = "external"
148150
}
149151

pkg/machinery/gendata/data/pkgs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.10.0-alpha.0-68-g55d99ea
1+
v1.10.0-alpha.0-69-g665f782

0 commit comments

Comments
 (0)