Skip to content

Commit

Permalink
Merge pull request #10674 from rifelpet/spotinst-taints
Browse files Browse the repository at this point in the history
Remove taints from spotinst ocean terraform resource
  • Loading branch information
k8s-ci-robot authored Jan 28, 2021
2 parents b026069 + 7428b95 commit 08128f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions upup/pkg/fi/cloudup/spotinsttasks/ocean.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import (
"github.com/spotinst/spotinst-sdk-go/service/ocean/providers/aws"
"github.com/spotinst/spotinst-sdk-go/spotinst/client"
"github.com/spotinst/spotinst-sdk-go/spotinst/util/stringutil"
corev1 "k8s.io/api/core/v1"
"k8s.io/klog/v2"
"k8s.io/kops/pkg/resources/spotinst"
"k8s.io/kops/upup/pkg/fi"
Expand Down Expand Up @@ -1041,7 +1040,6 @@ type terraformOcean struct {
IAMInstanceProfile *terraform.Literal `json:"iam_instance_profile,omitempty" cty:"iam_instance_profile"`
KeyName *terraform.Literal `json:"key_name,omitempty" cty:"key_name"`
SecurityGroups []*terraform.Literal `json:"security_groups,omitempty" cty:"security_groups"`
Taints []*corev1.Taint `json:"taints,omitempty" cty:"taints"`
Labels []*terraformKV `json:"labels,omitempty" cty:"labels"`
Headrooms []*terraformAutoScalerHeadroom `json:"autoscale_headrooms,omitempty" cty:"autoscale_headrooms"`
}
Expand Down

0 comments on commit 08128f6

Please sign in to comment.