-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add -kube suffix to pillar when building for kubevirt-EVE
When pillar is built for kubevirt-EVE (HV=kubevirt), it carries additional kubernetes-specific code and dependencies. It is important to distinguish it from pillar built for kvm/xen-EVE. Otherwise, previously built kvm/xen pillar can be accidentally taken from the linuxkit cache and used for a kubevirt-EVE image, missing all those kubernetes dependencies. Signed-off-by: Milan Lenco <[email protected]>
- Loading branch information
1 parent
eda3632
commit 5e76b8d
Showing
6 changed files
with
71 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
--- | ||
org: lfedge | ||
image: eve-pillar | ||
image: eve-pillar-kube | ||
config: | ||
binds: | ||
- /lib/modules:/lib/modules | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters