mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
Revert "Use routed instead of bridge"
This reverts commit 1163627f069befd395c4e2f0591552dc50f063c6.
This commit is contained in:
parent
9dbdc61fb4
commit
034b952cfc
@ -28,8 +28,8 @@ resource "lxd_profile" "kubernetes" {
|
||||
type = "nic"
|
||||
|
||||
properties = {
|
||||
nictype = "routed"
|
||||
parent = "enp0s3"
|
||||
nictype = "bridged"
|
||||
parent = "lxdbr0"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user