You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@troy0820 I believe Porter uses whatever you have on path, and if it's missing, Porter is set to download it. Currently it's set to downlad kind version v0.12.0, and latest stable kubectl. Can we change which kubernetes version kind is using somehow?
In the pipeline it does an EnsureKind and the defaultKind version is v0.12.0 which creates clusters at 1.23.x. I was hoping to get this updated to use kind v0.20.0, just need to update the magefiles dependency to use v0.6.1-0 (which is main)
Describe the bug
When running
mage tetsintegration
kind is loaded with an image of 1.23.4To Reproduce
mage testintegration
Expected behavior
To run integration tests with at least 1.27.1
The text was updated successfully, but these errors were encountered: