Skip to content

Commit 215ed43

Browse files
Janraj CJJanraj CJ
authored andcommitted
Citrix Node Controller Version 2.0.0
1 parent 83e1367 commit 215ed43

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

deploy/citrix-k8s-node-controller.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
apiVersion: v1
2-
kind: Namespace
3-
metadata:
4-
name: citrix
5-
labels:
6-
name: citrix
71
---
82
kind: ClusterRole
93
apiVersion: rbac.authorization.k8s.io/v1beta1
@@ -29,20 +23,19 @@ roleRef:
2923
subjects:
3024
- kind: ServiceAccount
3125
name: citrix-node-controller
32-
namespace: citrix
26+
namespace: default
3327
apiVersion: rbac.authorization.k8s.io/v1
3428
---
3529
apiVersion: v1
3630
kind: ServiceAccount
3731
metadata:
3832
name: citrix-node-controller
39-
namespace: citrix
33+
namespace: default
4034
---
4135
apiVersion: v1
4236
kind: Service
4337
metadata:
4438
name: citrix-node-controller
45-
namespace: citrix
4639
labels:
4740
app: citrix-node-controller
4841
spec:
@@ -56,7 +49,6 @@ apiVersion: apps/v1 # for k8s versions before 1.9.0 use apps/v1beta2 and befor
5649
kind: Deployment
5750
metadata:
5851
name: citrix-node-controller
59-
namespace: citrix
6052
spec:
6153
selector:
6254
matchLabels:
@@ -70,7 +62,7 @@ spec:
7062
serviceAccountName: citrix-node-controller
7163
containers:
7264
- name: citrix-node-controller
73-
image: "quay.io/citrix/citrix-k8s-node-controller:beta-v4"
65+
image: "quay.io/citrix/citrix-k8s-node-controller:beta-v5"
7466
imagePullPolicy: Always
7567
env:
7668
- name: NS_IP

deploy/config_map.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ kind: ConfigMap
33
apiVersion: v1
44
metadata:
55
name: citrix-node-controller
6-
namespace: citrix

0 commit comments

Comments
 (0)