Skip to content

Commit 0a7d3d7

Browse files
shanshanyingclaude
andcommitted
chore: bump kubeblocks to v1.0.3-beta and remove preflight API
KubeBlocks v1.0.3-beta removed the preflight API, so all related collectors, analyzers, and preflight command code are cleaned up. Updated go.mod, go.sum, docs, and removed associated testdata files. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent d8c9efe commit 0a7d3d7

66 files changed

Lines changed: 132 additions & 5639 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/user_docs/cli/cli.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ KubeBlocks operation commands.
133133
* [kbcli kubeblocks describe-config](kbcli_kubeblocks_describe-config.md) - Describe KubeBlocks config.
134134
* [kbcli kubeblocks install](kbcli_kubeblocks_install.md) - Install KubeBlocks.
135135
* [kbcli kubeblocks list-versions](kbcli_kubeblocks_list-versions.md) - List KubeBlocks versions.
136-
* [kbcli kubeblocks preflight](kbcli_kubeblocks_preflight.md) - Run and retrieve preflight checks for KubeBlocks.
137136
* [kbcli kubeblocks status](kbcli_kubeblocks_status.md) - Show list of resource KubeBlocks uses or owns.
138137
* [kbcli kubeblocks uninstall](kbcli_kubeblocks_uninstall.md) - Uninstall KubeBlocks.
139138
* [kbcli kubeblocks upgrade](kbcli_kubeblocks_upgrade.md) - Upgrade KubeBlocks.

docs/user_docs/cli/kbcli_kubeblocks.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ KubeBlocks operation commands.
4242
* [kbcli kubeblocks describe-config](kbcli_kubeblocks_describe-config.md) - Describe KubeBlocks config.
4343
* [kbcli kubeblocks install](kbcli_kubeblocks_install.md) - Install KubeBlocks.
4444
* [kbcli kubeblocks list-versions](kbcli_kubeblocks_list-versions.md) - List KubeBlocks versions.
45-
* [kbcli kubeblocks preflight](kbcli_kubeblocks_preflight.md) - Run and retrieve preflight checks for KubeBlocks.
4645
* [kbcli kubeblocks status](kbcli_kubeblocks_status.md) - Show list of resource KubeBlocks uses or owns.
4746
* [kbcli kubeblocks uninstall](kbcli_kubeblocks_uninstall.md) - Uninstall KubeBlocks.
4847
* [kbcli kubeblocks upgrade](kbcli_kubeblocks_upgrade.md) - Upgrade KubeBlocks.

docs/user_docs/cli/kbcli_kubeblocks_install.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ kbcli kubeblocks install [flags]
1717
# Install KubeBlocks with specified version
1818
kbcli kubeblocks install --version=0.4.0
1919
20-
# Install KubeBlocks with ignoring preflight checks
21-
kbcli kubeblocks install --force
22-
2320
# Install KubeBlocks with specified namespace, if the namespace is not present, it will be created
2421
kbcli kubeblocks install --namespace=my-namespace --create-namespace
2522
@@ -32,7 +29,6 @@ kbcli kubeblocks install [flags]
3229
```
3330
--check Check kubernetes environment before installation (default true)
3431
--create-namespace Create the namespace if not present
35-
--force If present, just print fail item and continue with the following steps
3632
-h, --help help for install
3733
-n, --namespace string KubeBlocks namespace (default "kb-system")
3834
--node-labels stringToString Node label selector (default [])

go.mod

Lines changed: 41 additions & 100 deletions
Large diffs are not rendered by default.

go.sum

Lines changed: 88 additions & 270 deletions
Large diffs are not rendered by default.

pkg/cmd/kubeblocks/data/ack_hostpreflight.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

pkg/cmd/kubeblocks/data/ack_preflight.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

pkg/cmd/kubeblocks/data/eks_hostpreflight.yaml

Lines changed: 0 additions & 31 deletions
This file was deleted.

pkg/cmd/kubeblocks/data/eks_preflight.yaml

Lines changed: 0 additions & 65 deletions
This file was deleted.

pkg/cmd/kubeblocks/data/gke_hostpreflight.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)