You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# WEB_USER and WEB_PASS for generate token that can be used to access the node-agent
287
293
- name: WEB_USER
288
294
valueFrom:
289
295
secretKeyRef:
@@ -405,4 +411,26 @@ metadata:
405
411
type: kubernetes.io/basic-auth
406
412
data:
407
413
username: {{ .USERNAME }}
408
-
password: {{ .PASSWORD }}
414
+
password: {{ .PASSWORD }}
415
+
---
416
+
apiVersion: v1
417
+
kind: ConfigMap
418
+
metadata:
419
+
name: kosmos-hostports
420
+
namespace: kosmos-system
421
+
data:
422
+
config.yaml: |
423
+
# ports allocate for virtual cluster api server,from 33001, increment by 1 for each virtual cluster.Be careful not to use ports that are already in use
424
+
portsPool:
425
+
- 33001
426
+
- 33002
427
+
- 33003
428
+
- 33004
429
+
- 33005
430
+
- 33006
431
+
- 33007
432
+
- 33008
433
+
- 33009
434
+
- 33010
435
+
# when port is allocate from pool,it will be used for virtual cluster api server,and the port will be released after virtual cluster is deleted
0 commit comments