Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tallaxes committed Jan 8, 2025
1 parent b0184a5 commit ca7d505
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/providers/instancetype/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ var _ = Describe("InstanceType Provider", func() {
It("should use ephemeral disk if supported, and set disk size to OSDiskSizeGB from node class", func() {
// 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 256GB
// nodeClass = test.AKSNodeClass()
nodeClass.Spec.OSDiskSizeGB = lo.ToPtr[int32](256)
nodePool.Spec.Template.Spec.Requirements = append(nodePool.Spec.Template.Spec.Requirements, karpv1.NodeSelectorRequirementWithMinValues{
NodeSelectorRequirement: v1.NodeSelectorRequirement{
Expand Down

0 comments on commit ca7d505

Please sign in to comment.