Skip to content
Closed
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
1 change: 0 additions & 1 deletion docs/user_docs/cli/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ KubeBlocks operation commands.
* [kbcli kubeblocks describe-config](kbcli_kubeblocks_describe-config.md) - Describe KubeBlocks config.
* [kbcli kubeblocks install](kbcli_kubeblocks_install.md) - Install KubeBlocks.
* [kbcli kubeblocks list-versions](kbcli_kubeblocks_list-versions.md) - List KubeBlocks versions.
* [kbcli kubeblocks preflight](kbcli_kubeblocks_preflight.md) - Run and retrieve preflight checks for KubeBlocks.
* [kbcli kubeblocks status](kbcli_kubeblocks_status.md) - Show list of resource KubeBlocks uses or owns.
* [kbcli kubeblocks uninstall](kbcli_kubeblocks_uninstall.md) - Uninstall KubeBlocks.
* [kbcli kubeblocks upgrade](kbcli_kubeblocks_upgrade.md) - Upgrade KubeBlocks.
Expand Down
1 change: 0 additions & 1 deletion docs/user_docs/cli/kbcli_kubeblocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ KubeBlocks operation commands.
* [kbcli kubeblocks describe-config](kbcli_kubeblocks_describe-config.md) - Describe KubeBlocks config.
* [kbcli kubeblocks install](kbcli_kubeblocks_install.md) - Install KubeBlocks.
* [kbcli kubeblocks list-versions](kbcli_kubeblocks_list-versions.md) - List KubeBlocks versions.
* [kbcli kubeblocks preflight](kbcli_kubeblocks_preflight.md) - Run and retrieve preflight checks for KubeBlocks.
* [kbcli kubeblocks status](kbcli_kubeblocks_status.md) - Show list of resource KubeBlocks uses or owns.
* [kbcli kubeblocks uninstall](kbcli_kubeblocks_uninstall.md) - Uninstall KubeBlocks.
* [kbcli kubeblocks upgrade](kbcli_kubeblocks_upgrade.md) - Upgrade KubeBlocks.
Expand Down
4 changes: 0 additions & 4 deletions docs/user_docs/cli/kbcli_kubeblocks_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ kbcli kubeblocks install [flags]
# Install KubeBlocks with specified version
kbcli kubeblocks install --version=0.4.0

# Install KubeBlocks with ignoring preflight checks
kbcli kubeblocks install --force

# Install KubeBlocks with specified namespace, if the namespace is not present, it will be created
kbcli kubeblocks install --namespace=my-namespace --create-namespace

Expand All @@ -32,7 +29,6 @@ kbcli kubeblocks install [flags]
```
--check Check kubernetes environment before installation (default true)
--create-namespace Create the namespace if not present
--force If present, just print fail item and continue with the following steps
-h, --help help for install
-n, --namespace string KubeBlocks namespace (default "kb-system")
--node-labels stringToString Node label selector (default [])
Expand Down
141 changes: 41 additions & 100 deletions go.mod

Large diffs are not rendered by default.

358 changes: 88 additions & 270 deletions go.sum

Large diffs are not rendered by default.

20 changes: 0 additions & 20 deletions pkg/cmd/kubeblocks/data/ack_hostpreflight.yaml

This file was deleted.

49 changes: 0 additions & 49 deletions pkg/cmd/kubeblocks/data/ack_preflight.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions pkg/cmd/kubeblocks/data/eks_hostpreflight.yaml

This file was deleted.

65 changes: 0 additions & 65 deletions pkg/cmd/kubeblocks/data/eks_preflight.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions pkg/cmd/kubeblocks/data/gke_hostpreflight.yaml

This file was deleted.

49 changes: 0 additions & 49 deletions pkg/cmd/kubeblocks/data/gke_preflight.yaml

This file was deleted.

70 changes: 0 additions & 70 deletions pkg/cmd/kubeblocks/data/kubeblocks_base_preflight.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions pkg/cmd/kubeblocks/data/tke_hostpreflight.yaml

This file was deleted.

Loading
Loading