weaveworks / wksctl

Open Source Weaveworks Kubernetes System
Apache License 2.0
395 stars 55 forks source link

Fetch machine identity fewer times #268

Closed bboreham closed 4 years ago

bboreham commented 4 years ago

resource.OS was fetching Name and Version which were never used. os.OS.IDs() was fetching UUIDs again, even though they had just been fetched. Remove the code that implemented this, and a test that relied on it.