-
Notifications
You must be signed in to change notification settings - Fork 49
Hostname gets reset in Azure VM with alpha 3794.0.0 #1262
Copy link
Copy link
Closed
flatcar/coreos-cloudinit
#25Labels
channel/alphaIssue concerns the Alpha channel.Issue concerns the Alpha channel.channel/betaIssue concerns the Beta channel.Issue concerns the Beta channel.kind/bugSomething isn't workingSomething isn't workingplatform/Azure
Description
Description
Azure VMs deployed from alpha 3794.0.0 end up with a configured hostname of 'localhost' when deployed with the default params (no user provided ignition file). It appears to be connected with the update to waagent 2.9.1.1, and the hostname is set to localhost by oem-cloudinit.service.
Impact
Probably breaks all sorts of things. Surprising that kola doesn't catch this (is ignition used in all tests?).
Environment and steps to reproduce
- Set-up:
az vm create -n flatcar-vm-2 -g $g -size Standard_E8bds_v5 --image kinvolk:flatcar-container-linux-free:alpha-gen2:latest --admin-username azureuser --disk-controller-type nvme --security-type standard - Task: check hostname
- Action(s):
ssh <ip> hostname - Error:
localhost
Expected behavior
VM hostname should be the same as instance id (here flatcar-vm-2).
Additional information
Please add any information here that does not fit the above format.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
channel/alphaIssue concerns the Alpha channel.Issue concerns the Alpha channel.channel/betaIssue concerns the Beta channel.Issue concerns the Beta channel.kind/bugSomething isn't workingSomething isn't workingplatform/Azure