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

Non-unique /etc/machine-id on debian10 #280

Description

@kke

Machine IDs on debian10 images aren't regenerated so they're identical.

cluster:
  privateKey: ~/.ssh/id_rsa
machines:
- count: 2
  backend: docker
  spec:
    image: quay.io/footloose/debian10
    name: host%d
    portMappings:
    - containerPort: 22
      hostPort: 9022
$ footloose ssh root@host0 cat /etc/machine-id
3766705eb195582e8168a9a1b913c7c7
$ footloose ssh root@host1 cat /etc/machine-id
3766705eb195582e8168a9a1b913c7c7

This breaks stuff like some kube components that use machine-id for node identification.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions