Skip to content

Commit

Permalink
feat: Remove GPU plugins from chart (#40)
Browse files Browse the repository at this point in the history
Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
  • Loading branch information
helayoty authored Oct 18, 2023
1 parent 2302043 commit 2c6b001
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 219 deletions.
137 changes: 0 additions & 137 deletions charts/gpu-provisioner/templates/deploy-teleport.yaml

This file was deleted.

80 changes: 0 additions & 80 deletions charts/gpu-provisioner/templates/nvidia-device-plugin-ds.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions test/e2e/suites/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ var _ = Describe("GPU", func() {
env.ExpectCreated(machine, deployment)
env.EventuallyExpectHealthyPodCountWithTimeout(time.Minute*15, labels.SelectorFromSet(deployment.Spec.Selector.MatchLabels), int(*deployment.Spec.Replicas))
env.ExpectCreatedNodeCount("==", int(*deployment.Spec.Replicas))
node := env.EventuallyExpectInitializedNodeCount("==", 1)[0]
Expect(node.Labels).To(HaveKeyWithValue("kubernetes.azure.com/accelerator", "nvidia"))
_ = env.EventuallyExpectInitializedNodeCount("==", 1)[0]
})
})

0 comments on commit 2c6b001

Please sign in to comment.