In this
doc, it mentions optionally we can set
And the if didn't set it, the value defaults to "latest"
Want to clarify what "latest" means here. let's say if our k8s cluster is not on the most recent version, let's say we are on 1.23, does the "latest" here means "v1.23"? or does it means the latest kubernetes version available (I believe it's 1.27 now)?
And do you see a disadvantage of not setting the version, and default to "latest"? I am asking in the context of doing a kubernetes version upgrade. Let say i want to upgrade, I want to (NOT set the version label), let is default to "latest" so that I don't have to change the pinned version every time I perform an upgrade.