Revert "Use routed instead of bridge"

This reverts commit 1163627f069befd395c4e2f0591552dc50f063c6.
This commit is contained in:
Khue Doan 2020-08-10 00:01:17 +07:00
parent 9dbdc61fb4
commit 034b952cfc

View File

@ -28,8 +28,8 @@ resource "lxd_profile" "kubernetes" {
type = "nic"
properties = {
nictype = "routed"
parent = "enp0s3"
nictype = "bridged"
parent = "lxdbr0"
}
}