Skip to content

Commit d7145d6

Browse files
authored
docs: remove v2beta3 (#2251)
1 parent 6028b62 commit d7145d6

File tree

7 files changed

+1
-239
lines changed

7 files changed

+1
-239
lines changed

docs/en/latest/FAQ.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,6 @@ These CRDs are not templated but will be installed by default when running `helm
7272

7373
:::
7474

75-
## Why is there an error like "no matches for kind "ApisixRoute" in version "apisix.apache.org/v2beta3"" when I try to create a Route?
76-
77-
Make sure that you have the correct version of the CRDs installed in your cluster (see [updating CRDs](#how-do-i-update-the-crds-when-updating-apisix-ingress-controller)). `ApisixRoute` has two versions: `v2beta3` and `v2`.
78-
79-
Also check your `ApisixRoute` definition for the correct version by running:
80-
81-
```shell
82-
kubectl get crd apisixroutes.apisix.apache.org -o jsonpath='{ .spec.versions[*].name }' -A
83-
```
84-
8575
## How do I modify the Admin API key in APISIX Ingress?
8676

8777
You can change the Admin API key in two ways:

docs/en/latest/concepts/apisix_plugin_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
You can then configure a Route to use the `echo-and-cors-apc` Plugin configuration:
3636

3737
```yaml
38-
apiVersion: apisix.apache.org/v2beta3
38+
apiVersion: apisix.apache.org/v2
3939
kind: ApisixRoute
4040
metadata:
4141
name: httpbin-route

docs/en/latest/config.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,11 @@
4949
"type": "category",
5050
"label": "References",
5151
"items": [
52-
"references/apisix_route_v2beta3",
5352
"references/apisix_route_v2",
5453
"references/apisix_upstream",
5554
"references/apisix_tls_v2",
56-
"references/apisix_tls_v2beta3",
5755
"references/apisix_cluster_config_v2",
58-
"references/apisix_cluster_config_v2beta3",
5956
"references/apisix_pluginconfig_v2",
60-
"references/apisix_pluginconfig_v2beta3",
6157
"references/v2",
6258
"references/apisix_global_rule_v2"
6359
]

docs/en/latest/references/apisix_cluster_config_v2beta3.md

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

docs/en/latest/references/apisix_pluginconfig_v2beta3.md

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

docs/en/latest/references/apisix_route_v2beta3.md

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

0 commit comments

Comments
 (0)