Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to select supported devices in the operator #599

Merged
merged 7 commits into from
Apr 12, 2021
Merged
Prev Previous commit
Next Next commit
operator: sgx: Add a kustomization overlay for SGX
Signed-off-by: Oleg Zhurakivskyy <[email protected]>
  • Loading branch information
ozhuraki committed Apr 8, 2021
commit 9659f8ca3dc6699d929af18830140f6d307ca6b4
5 changes: 5 additions & 0 deletions deployments/operator/device/sgx/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
bases:
- ../../default

patchesStrategicMerge:
- sgx.yaml
14 changes: 14 additions & 0 deletions deployments/operator/device/sgx/sgx.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: inteldeviceplugins-controller-manager
namespace: inteldeviceplugins-system
spec:
template:
spec:
containers:
- args:
- --metrics-addr=127.0.0.1:8080
- --enable-leader-election
- --device=sgx
name: manager