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
{{ message }}
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
returnfmt.Errorf("enablePodSecurityPolicy is only supported in acs-engine for Kubernetes version %s or greater; unable to validate for Kubernetes version %s",
131
132
"1.8.0", o.OrchestratorVersion)
132
133
}
@@ -245,7 +246,7 @@ func (o *OrchestratorProfile) ValidateForUpgrade() error {
245
246
caseKubernetes:
246
247
switcho.OrchestratorVersion {
247
248
casecommon.KubernetesVersion1Dot6Dot13:
248
-
casecommon.KubernetesVersion1Dot7Dot13:
249
+
casecommon.KubernetesVersion1Dot7Dot14:
249
250
default:
250
251
returnfmt.Errorf("Upgrade to Kubernetes version %s is not supported", o.OrchestratorVersion)
0 commit comments