Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tallaxes committed Jan 8, 2025
1 parent 1596609 commit 011ed1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/providers/instancetype/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ var _ = Describe("InstanceType Provider", func() {

Context("Ephemeral Disk", func() {
It("should use ephemeral disk if supported, and has space of at least 128GB by default", func() {
// Create a Provisioner that selects a sku that supports ephemeral
// Create a NodePool that selects a sku that supports ephemeral
// SKU Standard_D64s_v3 has 1600GB of CacheDisk space, so we expect we can create an ephemeral disk with size 128GB
nodePool.Spec.Template.Spec.Requirements = append(nodePool.Spec.Template.Spec.Requirements, karpv1.NodeSelectorRequirementWithMinValues{
NodeSelectorRequirement: v1.NodeSelectorRequirement{
Expand Down
2 changes: 1 addition & 1 deletion test/suites/integration/termination_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var _ = Describe("Termination", func() {
nodes := env.Monitor.CreatedNodes()

// Pod is deleted so that we don't re-provision after node deletion
// NOTE: We have to do this right now to deal with a race condition in provisioner ownership
// NOTE: We have to do this right now to deal with a race condition in nodepool ownership
// This can be removed once this race is resolved with the Machine
env.ExpectDeleted(pod)

Expand Down

0 comments on commit 011ed1b

Please sign in to comment.