Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for patchUpgradePossible (0.15 sec)

  1. cmd/kubeadm/app/phases/upgrade/compute.go

    			canDoMinorUpgrade = minorUpgradePossibleWithPatchRelease(stableVersion, patchVersion)
    
    			// If the cluster version is lower than the newest patch version, we should inform about the possible upgrade
    			if patchUpgradePossible(clusterVersion, patchVersion) {
    
    				// The kubeadm version has to be upgraded to the latest patch version
    				newKubeadmVer := patchVersionStr
    				if kubeadmVersion.AtLeast(patchVersion) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 03:03:29 UTC 2024
    - 14.3K bytes
    - Viewed (0)
Back to top