-
Notifications
You must be signed in to change notification settings - Fork 558
k8s with VMSS for master leads to Error: invalid character ']' looking for beginning of value #4060
Comments
Thanks for reporting this @pjbgf! Will take a look at this and get back to you. |
@pjbgf after some investigation we have found 3 things in this issue that need to be fixed:
|
2 and 3 have not been fixed yet. |
@ritazh what exactly is the problem with the VMSS instance private IP assignment? Do you mind giving me a bit of the context, or point me to some link about the issue? |
for 2, there is a bug/limitation in the way for 3, private cluster support needs to be implemented and tested. I will be looking into this shortly. |
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?:
Yes
Is this an ISSUE or FEATURE REQUEST? (choose one):
Issue
What version of acs-engine?:
v0.23.0, v0.23.1 and v0.v24.0
Orchestrator and version (e.g. Kubernetes, DC/OS, Swarm)
Kubernetes 1.12.1
What happened:
Error message as per below:
What you expected to happen:
Either a successful deployment or generation of ARM templates.
How to reproduce it (as minimally and precisely as possible):
acs-engine.exe generate --api-model cluster-definition.json --set masterProfile.dnsPrefix="test" --debug
cluster-definition.json contains:
Anything else we need to know:
As soon as I remove
"availabilityProfile": "VirtualMachineScaleSets"
from the masterProfile, the issue is gone.The text was updated successfully, but these errors were encountered: