Skip to content

Commit

Permalink
cloudprovider mock should not add taints
Browse files Browse the repository at this point in the history
  • Loading branch information
bwagner5 committed Sep 23, 2021
1 parent 4cff34e commit 4ad7a91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cloudprovider/fake/cloudprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ func (c *CloudProvider) Create(ctx context.Context, constraints *v1alpha4.Constr
},
Spec: v1.NodeSpec{
ProviderID: fmt.Sprintf("fake:///%s/%s", name, zone),
Taints: constraints.Taints,
},
Status: v1.NodeStatus{
NodeInfo: v1.NodeSystemInfo{
Expand Down

0 comments on commit 4ad7a91

Please sign in to comment.