refactor(topo/k8s_anywhere): simplify local installation of k3d #90
No reviewers
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: NationTech/harmony#90
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "simply-k3d-installation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A Maestro was initialized with a new inventory simply to provide a localhost topology to install K3D locally. But in practice, the K3D installation wasn't actually using the topology nor the inventory.
Directly installing K3D within the K8s Anywhere topology makes things simpler and actually enforce the topology to provide the capabilities required to install K3D.
For now, it allows us to avoid having a "dynamic" topology spawned from another topology. Not that it's not something we want, simply that it's easier for now not to have to deal with such complexity.
9d16e60285
to0fff4ef566
Makes sense to me to keep it simple at this point