Files
Marty Hernandez Avedon 08aa193918 #207 Special note on rhel/centos provisioning (#543)
* #207 Special note on rhel/centos provisioning

* word change

* word change

* typo fix

* formating

* added note for nutanix, vsphere, rm'd from amazon

* accidentally removed whole section, not just subsection

* Update docs/reference-guides/cluster-configuration/downstream-cluster-configuration/node-template-configuration/amazon-ec2.md

* versioned_docs 2.6 updated

* versioned_docs 2.5 updated

issue first raised in 2.5.6

* spacing

* spaced other note to match
2023-04-26 17:01:39 -04:00

1.8 KiB

title
title
Azure Node Template Configuration

For more information about Azure, refer to the official Azure documentation.

Account access information is stored as a cloud credential. Cloud credentials are stored as Kubernetes secrets. Multiple node templates can use the same cloud credential. You can use an existing cloud credential or create a new one.

  • Placement sets the geographical region where your cluster is hosted and other location metadata.
  • Network configures the networking used in your cluster.
  • Instance customizes your VM configuration.

The Docker daemon configuration options include:

  • Labels: For information on labels, refer to the Docker object label documentation.

  • Docker Engine Install URL: Determines what Docker version will be installed on the instance.

    :::note

    If you're provisioning Red Hat Enterprise Linux (RHEL) or CentOS nodes, leave the Docker Install URL field as the default value, or select none. This will bypass a check for Docker installation, as Docker is already installed on these node types.

    If you set Docker Install URL to a value other than the default or none, you might see an error message such as the following: Error creating machine: RHEL ssh command error: command: sudo -E yum install -y curl err: exit status 1 output: Updating Subscription Management repositories.

    :::

  • Registry mirrors: Docker Registry mirror to be used by the Docker daemon

  • Other advanced options: Refer to the Docker daemon option reference