Skip to content

Commit

Permalink
Merge pull request #8 from DUNE-DAQ/riehecky_k8s_nitswq
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrothea authored Dec 19, 2023
2 parents 03f7ec3 + f571dfd commit c2ff9ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
10 changes: 1 addition & 9 deletions felix-ns.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
---
apiVersion: v1
kind: Namespace
metadata:
creationTimestamp: "2023-11-01T23:57:26Z"
labels:
kubernetes.io/metadata.name: felix
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/audit-version: latest
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/enforce-version: latest
pod-security.kubernetes.io/warn: privileged
pod-security.kubernetes.io/warn-version: latest
name: felix
resourceVersion: "236668"
uid: 145644c0-175d-42c3-9d32-d2b2c5874d8f
spec:
finalizers:
- kubernetes
status:
phase: Active
9 changes: 7 additions & 2 deletions flx-dev-plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
---
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: flx-plugin
namespace: felix
labels:
app: flx-plugin
app.kubernetes.io/app: flx-plugin
app.kubernetes.io/component: flx-plugin
spec:
selector:
matchLabels:
name: flx-plugin
app.kubernetes.io/app: flx-plugin
app.kubernetes.io/component: flx-plugin
template:
metadata:
labels:
name: flx-plugin
app.kubernetes.io/app: flx-plugin
app.kubernetes.io/component: flx-plugin
spec:
initContainers:
- name: flx-driver
Expand Down Expand Up @@ -45,5 +52,3 @@ spec:
- name: opt
hostPath:
path: /opt/felix/drivers_rcc


0 comments on commit c2ff9ce

Please sign in to comment.