File tree Expand file tree Collapse file tree 5 files changed +52
-11
lines changed
defaults/defaults/defaults
openshift/openshift/openshift Expand file tree Collapse file tree 5 files changed +52
-11
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ parameters:
10
10
k3s :
11
11
registry : docker.io
12
12
image : rancher/k3s
13
- tag : v1.24.3 -k3s1
13
+ tag : v1.25.2 -k3s1
14
14
syncer :
15
15
registry : docker.io
16
16
image : loftsh/vcluster
17
- tag : " 0.11.0 "
17
+ tag : " 0.12.2 "
18
18
kubectl :
19
19
registry : docker.io
20
20
image : bitnami/kubectl
21
- tag : " 1.24.4 "
21
+ tag : " 1.25.3 "
22
22
23
23
storage :
24
24
persistence : true
Original file line number Diff line number Diff line change @@ -76,6 +76,19 @@ local cluster = function(name, options)
76
76
'watch' ,
77
77
],
78
78
},
79
+ {
80
+ apiGroups: [
81
+ 'networking.k8s.io' ,
82
+ ],
83
+ resources: [
84
+ 'ingressclasses' ,
85
+ ],
86
+ verbs: [
87
+ 'get' ,
88
+ 'list' ,
89
+ 'watch' ,
90
+ ],
91
+ },
79
92
{
80
93
apiGroups: [
81
94
'apps' ,
@@ -299,6 +312,7 @@ local cluster = function(name, options)
299
312
args: [
300
313
'--name=' + name,
301
314
'--out-kube-config-secret=vc-%s-kubeconfig' % name,
315
+ '--sync=ingresses' ,
302
316
] + tlsSANs + options.syncer.additional_args,
303
317
livenessProbe: {
304
318
httpGet: {
Original file line number Diff line number Diff line change @@ -57,6 +57,14 @@ rules:
57
57
- get
58
58
- list
59
59
- watch
60
+ - apiGroups :
61
+ - networking.k8s.io
62
+ resources :
63
+ - ingressclasses
64
+ verbs :
65
+ - get
66
+ - list
67
+ - watch
60
68
- apiGroups :
61
69
- apps
62
70
resources :
@@ -165,7 +173,7 @@ spec:
165
173
command :
166
174
- /bin/k3s
167
175
env : []
168
- image : docker.io/rancher/k3s:v1.24.3 -k3s1
176
+ image : docker.io/rancher/k3s:v1.25.2 -k3s1
169
177
name : vcluster
170
178
resources :
171
179
limits :
@@ -183,12 +191,13 @@ spec:
183
191
- args :
184
192
- --name=defaults
185
193
- --out-kube-config-secret=vc-defaults-kubeconfig
194
+ - --sync=ingresses
186
195
- --tls-san=defaults.syn-defaults.svc.cluster.local
187
196
- --tls-san=defaults.syn-defaults.svc
188
197
- --tls-san=defaults.syn-defaults
189
198
- --tls-san=defaults
190
199
env : []
191
- image : docker.io/loftsh/vcluster:0.11.0
200
+ image : docker.io/loftsh/vcluster:0.12.2
192
201
livenessProbe :
193
202
failureThreshold : 10
194
203
httpGet :
Original file line number Diff line number Diff line change @@ -57,6 +57,14 @@ rules:
57
57
- get
58
58
- list
59
59
- watch
60
+ - apiGroups :
61
+ - networking.k8s.io
62
+ resources :
63
+ - ingressclasses
64
+ verbs :
65
+ - get
66
+ - list
67
+ - watch
60
68
- apiGroups :
61
69
- apps
62
70
resources :
@@ -169,7 +177,7 @@ spec:
169
177
command :
170
178
- /bin/k3s
171
179
env : []
172
- image : docker.io/rancher/k3s:v1.24.3 -k3s1
180
+ image : docker.io/rancher/k3s:v1.25.2 -k3s1
173
181
name : vcluster
174
182
resources :
175
183
limits :
@@ -187,12 +195,13 @@ spec:
187
195
- args :
188
196
- --name=oidc
189
197
- --out-kube-config-secret=vc-oidc-kubeconfig
198
+ - --sync=ingresses
190
199
- --tls-san=oidc.testns.svc.cluster.local
191
200
- --tls-san=oidc.testns.svc
192
201
- --tls-san=oidc.testns
193
202
- --tls-san=oidc
194
203
env : []
195
- image : docker.io/loftsh/vcluster:0.11.0
204
+ image : docker.io/loftsh/vcluster:0.12.2
196
205
livenessProbe :
197
206
failureThreshold : 10
198
207
httpGet :
@@ -393,7 +402,7 @@ spec:
393
402
value : /export
394
403
- name : VCLUSTER_SERVER_URL
395
404
value : https://oidc:443
396
- image : docker.io/bitnami/kubectl:1.24.4
405
+ image : docker.io/bitnami/kubectl:1.25.3
397
406
imagePullPolicy : IfNotPresent
398
407
name : oidc-synthesize
399
408
ports : []
Original file line number Diff line number Diff line change @@ -57,6 +57,14 @@ rules:
57
57
- get
58
58
- list
59
59
- watch
60
+ - apiGroups :
61
+ - networking.k8s.io
62
+ resources :
63
+ - ingressclasses
64
+ verbs :
65
+ - get
66
+ - list
67
+ - watch
60
68
- apiGroups :
61
69
- apps
62
70
resources :
@@ -171,7 +179,7 @@ spec:
171
179
command :
172
180
- /bin/k3s
173
181
env : []
174
- image : docker.io/rancher/k3s:v1.24.3 -k3s1
182
+ image : docker.io/rancher/k3s:v1.25.2 -k3s1
175
183
name : vcluster
176
184
resources :
177
185
limits :
@@ -189,12 +197,13 @@ spec:
189
197
- args :
190
198
- --name=openshift
191
199
- --out-kube-config-secret=vc-openshift-kubeconfig
200
+ - --sync=ingresses
192
201
- --tls-san=openshift.syn-openshift.svc.cluster.local
193
202
- --tls-san=openshift.syn-openshift.svc
194
203
- --tls-san=openshift.syn-openshift
195
204
- --tls-san=openshift
196
205
env : []
197
- image : docker.io/loftsh/vcluster:0.11.0
206
+ image : docker.io/loftsh/vcluster:0.12.2
198
207
livenessProbe :
199
208
failureThreshold : 10
200
209
httpGet :
@@ -491,7 +500,7 @@ spec:
491
500
value : syn-openshift
492
501
- name : VCLUSTER_STS_NAME
493
502
value : openshift
494
- image : docker.io/bitnami/kubectl:1.24.4
503
+ image : docker.io/bitnami/kubectl:1.25.3
495
504
imagePullPolicy : IfNotPresent
496
505
name : openshift
497
506
ports : []
You can’t perform that action at this time.
0 commit comments