-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CNI plug-ins such as calico, cilium, weave and kube-router are supported
- Loading branch information
cloudnativer
committed
Nov 26, 2021
1 parent
9b5eafa
commit c64e665
Showing
73 changed files
with
6,890 additions
and
467 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
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 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 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 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 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 |
---|---|---|
@@ -1 +1 @@ | ||
cn | ||
en |
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,90 @@ | ||
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached. | ||
|
||
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production. | ||
- using env: export GIN_MODE=release | ||
- using code: gin.SetMode(gin.ReleaseMode) | ||
|
||
[GIN-debug] Loaded HTML Templates (18): | ||
- login.tmpl | ||
- masterinfo.tmpl | ||
- node.tmpl | ||
- nodeinfo.tmpl | ||
- tools.tmpl | ||
- | ||
- deleteschedule.tmpl | ||
- index.tmpl | ||
- optresult.tmpl | ||
- 404.html | ||
- cluster.tmpl | ||
- clusterdel.tmpl | ||
- clusterinfo.tmpl | ||
- logs.tmpl | ||
- calendarscheduler.tmpl | ||
- clusteradd.tmpl | ||
- master.tmpl | ||
- 403.html | ||
|
||
[GIN-debug] GET /static/*filepath --> github.com/gin-gonic/gin.(*RouterGroup).createStaticHandler.func1 (3 handlers) | ||
[GIN-debug] HEAD /static/*filepath --> github.com/gin-gonic/gin.(*RouterGroup).createStaticHandler.func1 (3 handlers) | ||
[GIN-debug] GET / --> kube-install/lib.DaemonRun.func1 (3 handlers) | ||
[GIN-debug] POST /login --> kube-install/lib.DaemonRun.func2 (3 handlers) | ||
[GIN-debug] GET /clusterlist --> kube-install/lib.DaemonRun.func3 (3 handlers) | ||
[GIN-debug] GET /clusterinfo --> kube-install/lib.DaemonRun.func4 (3 handlers) | ||
[GIN-debug] GET /clusteradd --> kube-install/lib.DaemonRun.func5 (3 handlers) | ||
[GIN-debug] GET /clusterdel --> kube-install/lib.DaemonRun.func6 (3 handlers) | ||
[GIN-debug] GET /deleteschedule --> kube-install/lib.DaemonRun.func7 (3 handlers) | ||
[GIN-debug] GET /masteradmin --> kube-install/lib.DaemonRun.func8 (3 handlers) | ||
[GIN-debug] GET /masterinfo --> kube-install/lib.DaemonRun.func9 (3 handlers) | ||
[GIN-debug] GET /nodeadmin --> kube-install/lib.DaemonRun.func10 (3 handlers) | ||
[GIN-debug] GET /nodeinfo --> kube-install/lib.DaemonRun.func11 (3 handlers) | ||
[GIN-debug] GET /nodeadd --> kube-install/lib.DaemonRun.func12 (3 handlers) | ||
[GIN-debug] GET /tools --> kube-install/lib.DaemonRun.func13 (3 handlers) | ||
[GIN-debug] GET /calendarscheduler --> kube-install/lib.DaemonRun.func14 (3 handlers) | ||
[GIN-debug] GET /logs --> kube-install/lib.DaemonRun.func15 (3 handlers) | ||
[GIN-debug] POST /install --> kube-install/lib.DaemonRun.func16 (3 handlers) | ||
[GIN-debug] POST /rebuildmaster --> kube-install/lib.DaemonRun.func17 (3 handlers) | ||
[GIN-debug] POST /delmaster --> kube-install/lib.DaemonRun.func18 (3 handlers) | ||
[GIN-debug] POST /addnode --> kube-install/lib.DaemonRun.func19 (3 handlers) | ||
[GIN-debug] POST /delnode --> kube-install/lib.DaemonRun.func20 (3 handlers) | ||
[GIN-debug] POST /uninstall --> kube-install/lib.DaemonRun.func21 (3 handlers) | ||
[GIN-debug] POST /deleteinstallschedule --> kube-install/lib.DaemonRun.func22 (3 handlers) | ||
[GIN-debug] POST /toolswitch --> kube-install/lib.DaemonRun.func23 (3 handlers) | ||
[GIN-debug] POST /sshkey --> kube-install/lib.DaemonRun.func24 (3 handlers) | ||
[GIN-debug] GET /tty --> kube-install/lib.DaemonRun.func25 (3 handlers) | ||
[GIN-debug] Listening and serving HTTP on 0.0.0.0:9080 | ||
[GIN] 2021/11/26 - 22:31:14 | 200 | 23.836139ms | 192.168.56.1 | GET "/" | ||
[GIN] 2021/11/26 - 22:31:15 | 200 | 19.278522ms | 192.168.56.1 | GET "/clusterlist?label=&softdir=%2fopt%2fkube-install&ostype=&k8sver=" | ||
[GIN] 2021/11/26 - 22:31:16 | 200 | 31.730327ms | 192.168.56.1 | GET "/logs?label=&softdir=%2fopt%2fkube-install&ostype=&k8sver=" | ||
[GIN] 2021/11/26 - 22:31:17 | 200 | 17.205531ms | 192.168.56.1 | GET "/tools?label=&softdir=%2fopt%2fkube-install&ostype=&k8sver=" | ||
[GIN] 2021/11/26 - 22:31:17 | 304 | 111.522µs | 192.168.56.1 | GET "/static/img/Button/sshkey.png" | ||
[GIN] 2021/11/26 - 22:31:17 | 304 | 144µs | 192.168.56.1 | GET "/static/img/Button/k8s.png" | ||
[GIN] 2021/11/26 - 22:31:17 | 304 | 51.257µs | 192.168.56.1 | GET "/static/img/Button/calendar.png" | ||
[GIN] 2021/11/26 - 22:31:17 | 304 | 52.926µs | 192.168.56.1 | GET "/static/img/Icons/16/i_16_settings.png" | ||
[GIN] 2021/11/26 - 22:31:17 | 304 | 22.034µs | 192.168.56.1 | GET "/static/img/Icons/16/i_16_tools.png" | ||
[GIN] 2021/11/26 - 22:31:18 | 200 | 11.884342ms | 192.168.56.1 | GET "/nodeadmin?label=&softdir=%2fopt%2fkube-install&ostype=&k8sver=" | ||
[GIN] 2021/11/26 - 22:31:19 | 200 | 13.877975ms | 192.168.56.1 | GET "/tools?label=&softdir=%2fopt%2fkube-install&ostype=&k8sver=" | ||
[GIN] 2021/11/26 - 22:31:20 | 200 | 15.503982ms | 192.168.56.1 | GET "/calendarscheduler?label=&softdir=%2fopt%2fkube-install&ostype=&k8sver=" | ||
[GIN] 2021/11/26 - 22:31:20 | 304 | 59.223µs | 192.168.56.1 | GET "/static/css/fullcalendar.min.css" | ||
[GIN] 2021/11/26 - 22:31:20 | 304 | 121.995µs | 192.168.56.1 | GET "/static/js/jQuery/jquery-1.9.1.js" | ||
[GIN] 2021/11/26 - 22:31:20 | 304 | 71.079µs | 192.168.56.1 | GET "/static/js/Moment/moment.min.js" | ||
[GIN] 2021/11/26 - 22:31:20 | 304 | 61.689µs | 192.168.56.1 | GET "/static/js/jQueryUI/jquery-ui-1.10.2.js" | ||
[GIN] 2021/11/26 - 22:31:20 | 304 | 28.943µs | 192.168.56.1 | GET "/static/js/FullCalendar/fullcalendar-3.2.0.min.js" | ||
[GIN] 2021/11/26 - 22:31:20 | 304 | 69.212µs | 192.168.56.1 | GET "/static/css/fullcalendar.print.min.css" | ||
[GIN] 2021/11/26 - 22:31:20 | 304 | 43.741µs | 192.168.56.1 | GET "/static/img/Icons/16/i_16_calendar.png" | ||
[GIN] 2021/11/26 - 22:31:21 | 200 | 14.625029ms | 192.168.56.1 | GET "/tools?label=&softdir=%2fopt%2fkube-install&ostype=&k8sver=" | ||
[GIN] 2021/11/26 - 22:31:21 | 200 | 12.298466ms | 192.168.56.1 | GET "/nodeadmin?label=&softdir=%2fopt%2fkube-install&ostype=&k8sver=" | ||
[GIN] 2021/11/26 - 22:31:22 | 200 | 16.702566ms | 192.168.56.1 | GET "/masteradmin?label=&softdir=%2fopt%2fkube-install&ostype=&k8sver=" | ||
[GIN] 2021/11/26 - 22:31:23 | 200 | 16.891997ms | 192.168.56.1 | GET "/clusterlist?label=&softdir=%2fopt%2fkube-install&ostype=&k8sver=" | ||
[GIN] 2021/11/26 - 22:31:24 | 200 | 12.998287ms | 192.168.56.1 | GET "/?label=&softdir=%2fopt%2fkube-install&ostype=&k8sver=" | ||
[GIN] 2021/11/26 - 22:31:30 | 200 | 13.904654ms | 192.168.56.1 | GET "/?label=&softdir=%2fopt%2fkube-install&ostype=&k8sver=&lang=cn" | ||
[GIN] 2021/11/26 - 22:31:31 | 200 | 16.375134ms | 192.168.56.1 | GET "/?label=&softdir=%2fopt%2fkube-install&ostype=&k8sver=&lang=en" | ||
[GIN] 2021/11/26 - 22:31:33 | 200 | 15.570035ms | 192.168.56.1 | GET "/clusterlist?label=&softdir=%2fopt%2fkube-install&ostype=&k8sver=" | ||
[GIN] 2021/11/26 - 22:31:33 | 200 | 13.944451ms | 192.168.56.1 | GET "/masteradmin?label=&softdir=%2fopt%2fkube-install&ostype=&k8sver=" | ||
[GIN] 2021/11/26 - 22:31:35 | 200 | 14.30729ms | 192.168.56.1 | GET "/nodeadmin?label=&softdir=%2fopt%2fkube-install&ostype=&k8sver=" | ||
[GIN] 2021/11/26 - 22:31:35 | 200 | 16.428548ms | 192.168.56.1 | GET "/tools?label=&softdir=%2fopt%2fkube-install&ostype=&k8sver=" | ||
[GIN] 2021/11/26 - 22:31:35 | 200 | 14.476709ms | 192.168.56.1 | GET "/logs?label=&softdir=%2fopt%2fkube-install&ostype=&k8sver=" | ||
[GIN] 2021/11/26 - 22:31:36 | 200 | 12.59934ms | 192.168.56.1 | GET "/clusterlist?label=&softdir=%2fopt%2fkube-install&ostype=&k8sver=" | ||
[GIN] 2021/11/26 - 22:31:36 | 200 | 12.622286ms | 192.168.56.1 | GET "/?label=&softdir=%2fopt%2fkube-install&ostype=&k8sver=" | ||
[GIN] 2021/11/26 - 22:31:37 | 200 | 14.30628ms | 192.168.56.1 | GET "/clusterlist?label=&softdir=%2fopt%2fkube-install&ostype=&k8sver=" | ||
[GIN] 2021/11/26 - 22:31:43 | 200 | 17.566255ms | 192.168.56.1 | GET "/masteradmin?label=&softdir=%2fopt%2fkube-install&ostype=&k8sver=" | ||
[GIN] 2021/11/26 - 22:31:43 | 200 | 15.582736ms | 192.168.56.1 | GET "/?label=&softdir=%2fopt%2fkube-install&ostype=&k8sver=" |
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,54 @@ | ||
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached. | ||
|
||
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production. | ||
- using env: export GIN_MODE=release | ||
- using code: gin.SetMode(gin.ReleaseMode) | ||
|
||
[GIN-debug] Loaded HTML Templates (18): | ||
- clusteradd.tmpl | ||
- master.tmpl | ||
- optresult.tmpl | ||
- tools.tmpl | ||
- | ||
- 403.html | ||
- calendarscheduler.tmpl | ||
- nodeinfo.tmpl | ||
- clusterdel.tmpl | ||
- index.tmpl | ||
- node.tmpl | ||
- deleteschedule.tmpl | ||
- login.tmpl | ||
- logs.tmpl | ||
- masterinfo.tmpl | ||
- 404.html | ||
- cluster.tmpl | ||
- clusterinfo.tmpl | ||
|
||
[GIN-debug] GET /static/*filepath --> github.com/gin-gonic/gin.(*RouterGroup).createStaticHandler.func1 (3 handlers) | ||
[GIN-debug] HEAD /static/*filepath --> github.com/gin-gonic/gin.(*RouterGroup).createStaticHandler.func1 (3 handlers) | ||
[GIN-debug] GET / --> kube-install/lib.DaemonRun.func1 (3 handlers) | ||
[GIN-debug] POST /login --> kube-install/lib.DaemonRun.func2 (3 handlers) | ||
[GIN-debug] GET /clusterlist --> kube-install/lib.DaemonRun.func3 (3 handlers) | ||
[GIN-debug] GET /clusterinfo --> kube-install/lib.DaemonRun.func4 (3 handlers) | ||
[GIN-debug] GET /clusteradd --> kube-install/lib.DaemonRun.func5 (3 handlers) | ||
[GIN-debug] GET /clusterdel --> kube-install/lib.DaemonRun.func6 (3 handlers) | ||
[GIN-debug] GET /deleteschedule --> kube-install/lib.DaemonRun.func7 (3 handlers) | ||
[GIN-debug] GET /masteradmin --> kube-install/lib.DaemonRun.func8 (3 handlers) | ||
[GIN-debug] GET /masterinfo --> kube-install/lib.DaemonRun.func9 (3 handlers) | ||
[GIN-debug] GET /nodeadmin --> kube-install/lib.DaemonRun.func10 (3 handlers) | ||
[GIN-debug] GET /nodeinfo --> kube-install/lib.DaemonRun.func11 (3 handlers) | ||
[GIN-debug] GET /nodeadd --> kube-install/lib.DaemonRun.func12 (3 handlers) | ||
[GIN-debug] GET /tools --> kube-install/lib.DaemonRun.func13 (3 handlers) | ||
[GIN-debug] GET /calendarscheduler --> kube-install/lib.DaemonRun.func14 (3 handlers) | ||
[GIN-debug] GET /logs --> kube-install/lib.DaemonRun.func15 (3 handlers) | ||
[GIN-debug] POST /install --> kube-install/lib.DaemonRun.func16 (3 handlers) | ||
[GIN-debug] POST /rebuildmaster --> kube-install/lib.DaemonRun.func17 (3 handlers) | ||
[GIN-debug] POST /delmaster --> kube-install/lib.DaemonRun.func18 (3 handlers) | ||
[GIN-debug] POST /addnode --> kube-install/lib.DaemonRun.func19 (3 handlers) | ||
[GIN-debug] POST /delnode --> kube-install/lib.DaemonRun.func20 (3 handlers) | ||
[GIN-debug] POST /uninstall --> kube-install/lib.DaemonRun.func21 (3 handlers) | ||
[GIN-debug] POST /deleteinstallschedule --> kube-install/lib.DaemonRun.func22 (3 handlers) | ||
[GIN-debug] POST /toolswitch --> kube-install/lib.DaemonRun.func23 (3 handlers) | ||
[GIN-debug] POST /sshkey --> kube-install/lib.DaemonRun.func24 (3 handlers) | ||
[GIN-debug] GET /tty --> kube-install/lib.DaemonRun.func25 (3 handlers) | ||
[GIN-debug] Listening and serving HTTP on 0.0.0.0:9080 |
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 |
---|---|---|
@@ -1 +1 @@ | ||
38 | ||
42 |
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 |
---|---|---|
@@ -1 +1 @@ | ||
1 | ||
0 |
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 |
---|---|---|
@@ -1 +1 @@ | ||
,,,,k8s-test-001 | ||
,,,, |
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 |
---|---|---|
@@ -1 +1 @@ | ||
6 | ||
4 |
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 |
---|---|---|
@@ -1 +1 @@ | ||
,,,,3 | ||
,,,, |
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 |
---|---|---|
@@ -1 +1 @@ | ||
1E+02 | ||
0E+00 |
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 |
---|---|---|
@@ -1 +1 @@ | ||
0E+00 | ||
1E+02 |
Oops, something went wrong.