Skip to content

Incorrect diff type for k8s 1.13.0 #28

Closed

Description

The code says if !version.GreaterThan("1.13.0") { useSubsetDiff() }. In the marginal case where someone is actually using 1.13.0, they will get subset, rather than native. This should really say if version.LessThan("1.13.0").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

kind/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions