Hi, I'm evaluating fleet for our VMs and have obvi...
# fleet
j
Hi, I'm evaluating fleet for our VMs and have obviously missed something. Got it running in Kubernetes with some effort, and have VMs connecting to it OK .... But, I need to set up the agent on images we use for Linux and Windows. This seemed to work as starting a VM from the image connected to my FleetDM, but then adding another VM results in it thinking that's the same VM! For some reason it doesn't see new VMs as separate instances, and I can't see anywhere to configure that in the install package etc.
k
Hi @James Billingham! This happens when a VM uses the UUID of the host machine rather than having a unique hardware UUID. You can create a package that uses a randomly generated UUID as the host identifier by adding
—identifier instance
to the
Fleetctl package
command
j
Great, cheers, I'll try that @Kathy Satterlee