This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* moved cpu-node-labeller into initContainers (#582) Added second cpu-node-labeller into containers to sleep infinity and to hold pod running (cherry picked from commit 1627f15) * Comment out view test (#581) Something changed in kubevirt-0.13 that caused a regression test to fail. I think this needs to be addressed in kubevirt/kubevirt. Commenting out the test temporarily to unblock the gate. (cherry picked from commit 40e5183) * Expose CDI Upload Proxy service (#579) * add template for exposing cdi uploadproxy * provision and deprovision upload proxy route (cherry picked from commit 06a995c)
- Loading branch information
Ryan Hallisey
authored
Jan 24, 2019
1 parent
a02cc44
commit acde806
Showing
7 changed files
with
52 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
apiVersion: v1 | ||
kind: Route | ||
metadata: | ||
name: cdi-uploadproxy-route | ||
namespace: {{ cdi_namespace }} | ||
spec: | ||
to: | ||
kind: Service | ||
name: cdi-uploadproxy | ||
tls: | ||
termination: passthrough | ||
|
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