Azure / acs-engine

WE HAVE MOVED: Please join us at Azure/aks-engine!
https://github.com/Azure/aks-engine
MIT License
1.03k stars 560 forks source link

generateCmd doesn't support Kubernetes Orchestrator Version 1.11.5 #4337

Closed oliviernt closed 5 years ago

oliviernt commented 5 years ago

Is this a request for help?: YES


Is this an ISSUE or FEATURE REQUEST? (choose one): ISSUE


What version of acs-engine?: 0.26.0


Orchestrator and version (e.g. Kubernetes, DC/OS, Swarm): Kubernetes 1.11.5

What happened: error loading API model in generateCmd: error parsing the api model: the following OrchestratorProfile configuration is not supported: OrchestratorType: "Kubernetes", OrchestratorRelease: "1.11", OrchestratorVersion: "1.11.5". Please use one of the following versions: [1.6.9 1.7.15 1.7.16 1.8.14 1.8.15 1.9.10 1.9.11 1.10.8 1.10.9 1.11.3 1.11.4 1.12.1 1.12.2 1.13.0-alpha.1 1.13.0-alpha.2]

What you expected to happen: 1.11.5 version to be supported

How to reproduce it: execute acs-engine generate with OrchestratorType: "Kubernetes" and OrchestratorVersion: "1.11.5" config

Anything else we need to know: 1.11.5 containes a fix to a major CVE (CVE-2018-1002105) in k8s (see https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#changelog-since-v1114)

CecileRobertMichon commented 5 years ago

acs-engine clusters have --anonymous-auth=false which means they are not affected (that value is not user-configurable).

That being said, we will have a patch release containing 1.11.5 coming shortly (ETA today).

oliviernt commented 5 years ago

Oh, good to know! Thank you!

CecileRobertMichon commented 5 years ago

https://github.com/Azure/acs-engine/releases/tag/v0.26.1