-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: OrangeBao <baoyinghai_yewu@cmss.chinamobile.com>
- Loading branch information
Showing
11 changed files
with
309 additions
and
419 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
name: kosmos-hostports | ||
namespace: kosmos-system | ||
data: | ||
config.yaml: | | ||
# 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 | ||
portsPool: | ||
- 33001 | ||
- 33002 | ||
- 33003 | ||
- 33004 | ||
- 33005 | ||
- 33006 | ||
- 33007 | ||
- 33008 | ||
- 33009 | ||
- 33010 | ||
# 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 | ||
clusterPorts: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.