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 has been archived by the owner on Jan 11, 2023. It is now read-only.
This issue #2565 and the proposed fix(Rename: variables('subnet') by variables('vnetSubnetID')):
With Kubenet:
I'm able to deploy a cluster with all nodes(Windows and Linux) with the READY state but:
The Windows node state has no role(23774k8s9010 Ready < none > 1h v1.10.0 < none > Windows Server Datacenter 10.0.16299.309 docker://17.6.2 )
The node resource metrics is not working(0% Cpu/0% Memory)
I cannot deploy a pod on the windows node. The pod is blocked with the status "Container Creating"
With Azure CNI, the error during the cluster creation is:
Step: k8s-master-232424-0/cse0 Status: Conflict
The resource operation completed with terminal provisioning state 'Failed'.details: code:VMExtensionProvisioningError,message:VM has reported a failure when processing extension 'cse0'. Error message:"Enable failed: failed to execute command: command terminated with exit status=3[stdout][stderr]"
Currently I'm able to deploy and have a working(with some non blocking issues) hybrid cluster with custom Vnet only by using this PR #1810 with kubenet and k8s 1.8
In summary, the issue seems only related to the Windows node with custom VNET.
And as with the latest acs-engine release we are not receiving the message "validation error if custom VNET + Windows" (#2168) The creation should be working as expected.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution. Note that acs-engine is deprecated--see https://github.com/Azure/aks-engine instead.
Is this a request for help?:
No
Is this an ISSUE or FEATURE REQUEST? (choose one):
ISSUE
What version of acs-engine?: v0.15
Orchestrator and version (e.g. Kubernetes, DC/OS, Swarm)
Kubernetes
What happened:
I'm not able to create a new hybrid cluster with a custom Vnet with Azure CNI or Kubenet.
In both case the error is:
This appears during the Windows node creation.
What you expected to happen:
Be able to have a working kubernetes hybrid cluster with a custom Vnet.
How to reproduce it (as minimally and precisely as possible):
acs-engine: v0.15
Template:
Anything else we need to know:
This issue #2565 and the proposed fix(Rename: variables('subnet') by variables('vnetSubnetID')):
With Kubenet:
I'm able to deploy a cluster with all nodes(Windows and Linux) with the READY state but:
The Windows node state has no role(23774k8s9010 Ready < none > 1h v1.10.0 < none > Windows Server Datacenter 10.0.16299.309 docker://17.6.2 )
The node resource metrics is not working(0% Cpu/0% Memory)
I cannot deploy a pod on the windows node. The pod is blocked with the status "Container Creating"
With Azure CNI, the error during the cluster creation is:
Step: k8s-master-232424-0/cse0 Status: Conflict
Currently I'm able to deploy and have a working(with some non blocking issues) hybrid cluster with custom Vnet only by using this PR #1810 with kubenet and k8s 1.8
In summary, the issue seems only related to the Windows node with custom VNET.
And as with the latest acs-engine release we are not receiving the message "validation error if custom VNET + Windows" (#2168) The creation should be working as expected.
The text was updated successfully, but these errors were encountered: