- 
                Notifications
    
You must be signed in to change notification settings  - Fork 47
 
Open
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
Description
The current e2e test runner hasn't been updated for some time, and has several issues:
- Old versions being tested
 - Limited ability to vary tested Kubernetes / cert-manager versions
 - In-script implementations of dependency provisioning (better to use make / makefile modules)
 - e2e Suite is a regular go test with no compile flags, so 
go test ./...in the root of the repo fails 
The minimum we should do is bump the versions being used, but it'd be worth changing this more widely. Binary dependencies (kubectl, etc) can be provisioned in make, and the gold standard would be for the kind cluster to be created in Go code when the test is set up.
Metadata
Metadata
Assignees
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.