Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Extend API Model to offer choice of OS for Agent and Master Nodes #1098

Description

@uday31in

Is this a request for help?:

No

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

Feature Request - #1088

What version of acs-engine?:

Current

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

Kubernetes

Request:

Allows OS selection at Agent/Master Pool level to use acs-engine for OS other than Ubuntu. For Example.

@JackQuincy @anhowe @amanohar

"agentPoolProfiles": [{
				"name": "coreos",
				"count": 1,
				"vmSize": "Standard_DS2_v2",
				"availabilityProfile": "AvailabilitySet",
				"osImageOffer": "CoreOS",
				"osImagePublisher": "CoreOS",
				"osImageSKU": "Stable",
				"osImageVersion": "latest"

			},
			{
				"name": "ubuntu",
				"count": 1,
				"vmSize": "Standard_DS2_v2",
				"availabilityProfile": "AvailabilitySet"

			}

Anything else we need to know:
#1088

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions