Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed Jan 26, 2024
1 parent c8b86b1 commit 74fb79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/k8s/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type command struct {
Command []string `json:"command,omitempty"`
}

func StartK8S(ctx context.Context, serviceCIDR string, embeddedEtcd bool) error {
func StartK8S(ctx context.Context, serviceCIDR string) error {
serviceCIDRArg := fmt.Sprintf("--service-cluster-ip-range=%s", serviceCIDR)
eg := &errgroup.Group{}

Expand Down

0 comments on commit 74fb79e

Please sign in to comment.