Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

cloud controller manager broken for Windows #3453

Closed
jackfrancis opened this issue Jun 11, 2020 · 6 comments
Closed

cloud controller manager broken for Windows #3453

jackfrancis opened this issue Jun 11, 2020 · 6 comments
Assignees
Labels
bug Something isn't working windows
Projects

Comments

@jackfrancis
Copy link
Member

Seems to be easily reproducible:

  1. Enable cloud controller manager in your api model, e.g.:
...
      "orchestratorProfile": {
          "orchestratorType": "Kubernetes",
          "kubernetesConfig": {
              "useCloudControllerManager": true
          }
      }
...

Include a Windows node pool. Nodes are provisioned, but never seem to join the cluster.

@jackfrancis jackfrancis added bug Something isn't working windows labels Jun 11, 2020
@jackfrancis
Copy link
Member Author

@marosset
Copy link
Contributor

@chewong do you know if CCM + Windows was ever testing in aks-engine?

@chewong
Copy link

chewong commented Jun 11, 2020

Yea the test was included in #3044

@chewong chewong self-assigned this Jun 11, 2020
@jackfrancis jackfrancis added this to To do in backlog Jun 11, 2020
@chewong
Copy link

chewong commented Jun 12, 2020

https://github.com/Azure/aks-engine/blob/master/parts/k8s/windowscsiproxyfunc.ps1#L14-L15 isn't able to extract csi-proxy binary from https://kubernetesartifacts.azureedge.net/csi-proxy/v0.1.0/binaries/csi-proxy.tar.gz since the file structure has changed, which causes windows kubelet not be able to start properly. I will trigger a Jenkins run to validate the change once it's fixed.

@jackfrancis
Copy link
Member Author

Thanks for hunting down, @chewong!

@chewong
Copy link

chewong commented Jun 12, 2020

@chewong chewong closed this as completed Jun 12, 2020
backlog automation moved this from To do to Done Jun 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working windows
Projects
No open projects
backlog
  
Done
Development

No branches or pull requests

3 participants