Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v2.0.0-beta.3 (2023-04-03)

* [7db2362](https://github.com/easysoft/quickon_cli/commit/7db2362d55922ce6cdcfd276e0e06f68ae6a5945) fix(init): imp init cmd message
* [efa05f8](https://github.com/easysoft/quickon_cli/commit/efa05f8f92d7950bc667f717984d354c63c8cfc4) fix(init): imp init flag
* [5de07a0](https://github.com/easysoft/quickon_cli/commit/5de07a0f358c1f32bd6912fb0282b538f38ff9b8) feat(update): fix cfg
* [237d5dc](https://github.com/easysoft/quickon_cli/commit/237d5dc7181df52f0d201a49619a268592a9b5e5) fix(ci): update action tz
* [77088d1](https://github.com/easysoft/quickon_cli/commit/77088d1e7992359327a0d1ef23f38f17f5f800c3) fix(ci): merge docs & changelog

### Contributors

* ysicing

## v2.0.0-beta.2 (2023-04-03)

* [1b4afc4](https://github.com/easysoft/quickon_cli/commit/1b4afc436136fa315d47c2334805520baa5dcd33) feat(uninstall): fix uninstall
Expand Down
2 changes: 1 addition & 1 deletion docs/qcadmin.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Easily bootstrap a secure control plane for QuCheng

* [qcadmin bug-report](qcadmin_bug-report.md) - Display system information for bug report
* [qcadmin cluster](qcadmin_cluster.md) - Cluster commands
* [qcadmin init](qcadmin_init.md) - Run this command in order to set up the QuCheng control plane
* [qcadmin init](qcadmin_init.md) -
* [qcadmin quickon](qcadmin_quickon.md) - Quickon commands
* [qcadmin status](qcadmin_status.md) - Display status
* [qcadmin uninstall](qcadmin_uninstall.md) - Uninstall
Expand Down
18 changes: 11 additions & 7 deletions docs/qcadmin_cluster_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ q cluster init --podsubnet "10.42.0.0/16" \
### Options

```
-h, --help help for init
--master strings ips, like 192.168.0.1:22
--passwd string ssh password
--pkfile string ssh pk file
--pkpass string ssh key passwd
--user string ssh user (default "root")
--worker strings ips, like 192.168.0.1:22
--cni string k8s networking plugin, support flannel, wireguard, custom (default "flannel")
--data-dir string cluster & quickon data dir (default "/opt/quickon")
-h, --help help for init
--master stringArray master ip list, e.g: 192.168.0.1:22
-p, --password string ssh password
--pkfile string ssh private key, if not set, will use password
--pkpass string ssh private key password
--pod-cidr string k8s cluster pod cidr (default "10.42.0.0/16")
--service-cidr string k8s cluster service cidr (default "10.43.0.0/16")
-u, --username string ssh user (default "root")
--worker stringArray worker ip list, e.g: 192.168.0.1:22
```

### Options inherited from parent commands
Expand Down
22 changes: 18 additions & 4 deletions docs/qcadmin_init.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## qcadmin init

Run this command in order to set up the QuCheng control plane


### Synopsis

Run this command in order to set up the Kubernetes & Quickon Control Plane

```
qcadmin init [flags]
Expand All @@ -9,9 +13,19 @@ qcadmin init [flags]
### Options

```
--app string app name (default "zentao")
-h, --help help for init
--skip-precheck skip precheck
--app string app name (default "zentao")
--cni string k8s networking plugin, support flannel, wireguard, custom (default "flannel")
--data-dir string cluster & quickon data dir (default "/opt/quickon")
-h, --help help for init
--master stringArray master ip list, e.g: 192.168.0.1:22
-p, --password string ssh password
--pkfile string ssh private key, if not set, will use password
--pkpass string ssh private key password
--pod-cidr string k8s cluster pod cidr (default "10.42.0.0/16")
--service-cidr string k8s cluster service cidr (default "10.43.0.0/16")
--skip-precheck skip precheck
-u, --username string ssh user (default "root")
--worker stringArray worker ip list, e.g: 192.168.0.1:22
```

### Options inherited from parent commands
Expand Down
2 changes: 1 addition & 1 deletion docs/qcadmin_quickon_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ qcadmin quickon init [flags]
-h, --help help for init
--ip string ip
--oss quickon type, default oss, also support enterprise (default true)
--quickon-password string quickon console password (default "8zmNjIHBuCnLY7DBsM2YSWx1Cbo4b82T")
--quickon-password string quickon console password (default "8auzykBC7tJp43Kf6eqjssIcBi9RGWuu")
--version string quickon version(oss: stable-3.0/ee: test-1.0) (default "stable-3.0")
```

Expand Down
2 changes: 1 addition & 1 deletion docs/qcadmin_quickon_plugins_enable.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ qcadmin quickon plugins enable [flags]

```
-h, --help help for enable
-k, --kubeconfig string kubeconfig file (default "/Users/ysicing/.qc/config/.kube/config")
-k, --kubeconfig string kubeconfig file (default "/home/runner/.qc/config/.kube/config")
-v, --version string plugin
```

Expand Down
2 changes: 1 addition & 1 deletion docs/qcadmin_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ qcadmin status [flags]
```
-h, --help help for status
--ignore-warnings Ignore warnings when waiting for status to report success
-c, --kubeconfig string Kubernetes configuration file (default "/Users/ysicing/.kube/config")
-c, --kubeconfig string Kubernetes configuration file (default "/home/runner/.kube/config")
-o, --output string prints the output in the specified format. Allowed values: table, json, yaml (default table)
--wait Wait for status to report success (no errors and warnings)
--wait-duration duration Maximum time to wait for status (default 5m0s)
Expand Down