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.
I used the default examples/kubernetes.json api model with some minor changes, e.g. different machine counts/sizes and added an SSH public key.
I received the following errors
INFO[0000] Error returned by LoadContainerService: missing Properties.MasterProfile.DNSPrefix
FATA[0000] failed to load apimodel: %s error parsing the api model: missing Properties.MasterProfile.DNSPrefix
Filling in the DNSPrefix field then resulted in another error
INFO[0000] Error returned by LoadContainerService: the service principal client ID must be specified with Orchestrator Kubernetes
FATA[0000] failed to load apimodel: %s error parsing the api model: the service principal client ID must be specified with Orchestrator Kubernetes
I downgraded acs-engine to 0.16.2 and it worked correctly.
What you expected to happen:
Following the guide worked with the latest version.
How to reproduce it (as minimally and precisely as possible):
Follow the guide to deploy Kubernetes with acs-engine 0.17.1.
Anything else we need to know:
Don't think so.
The text was updated successfully, but these errors were encountered:
#2771 added validation in acs-engine deploy. It wasn't failing before because no validation was done. We need to update the docs to reflect that and make sure that the validation makes sense.
Is this a request for help?: No
Is this an ISSUE or FEATURE REQUEST? (choose one): ISSUE
What version of acs-engine?: 0.17.1
Orchestrator and version (e.g. Kubernetes, DC/OS, Swarm): Kubernetes 1.9
What happened:
I followed the kubernetes deploy guide and ran
I used the default
examples/kubernetes.json
api model with some minor changes, e.g. different machine counts/sizes and added an SSH public key.I received the following errors
Filling in the DNSPrefix field then resulted in another error
I downgraded acs-engine to 0.16.2 and it worked correctly.
What you expected to happen:
Following the guide worked with the latest version.
How to reproduce it (as minimally and precisely as possible):
Follow the guide to deploy Kubernetes with acs-engine 0.17.1.
Anything else we need to know:
Don't think so.
The text was updated successfully, but these errors were encountered: