Skip to content

Commit

Permalink
Fix workload yaml (istio#3261)
Browse files Browse the repository at this point in the history
  • Loading branch information
wattli authored Feb 7, 2018
1 parent f8a4dc8 commit f65adf4
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 43 deletions.
24 changes: 0 additions & 24 deletions security/cmd/node_agent_k8s/ds.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions security/cmd/node_agent_k8s/pod-flextest.yaml

This file was deleted.

26 changes: 26 additions & 0 deletions security/cmd/node_agent_k8s/workload.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: udsver-client
spec:
replicas: 2
template:
metadata:
labels:
app: udsver-client
version: v1
spec:
securityContext:
fsGroup: 0
containers:
- name: udsver-client
image: gcr.io/kubernetes-1-151323/workload:latest
imagePullPolicy: IfNotPresent
args: ["-s", "/tmp/udsver/nodeagent/server.sock" ]
volumeMounts:
- mountPath: /tmp/udsver
name: test-volume
volumes:
- name: test-volume
flexVolume:
driver: nodeagent/uds

0 comments on commit f65adf4

Please sign in to comment.