Skip to content

Commit

Permalink
docs: remove v2beta3 (#2251)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayx23 authored Jun 26, 2024
1 parent 6028b62 commit d7145d6
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 239 deletions.
10 changes: 0 additions & 10 deletions docs/en/latest/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,6 @@ These CRDs are not templated but will be installed by default when running `helm

:::

## Why is there an error like "no matches for kind "ApisixRoute" in version "apisix.apache.org/v2beta3"" when I try to create a Route?

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`.

Also check your `ApisixRoute` definition for the correct version by running:

```shell
kubectl get crd apisixroutes.apisix.apache.org -o jsonpath='{ .spec.versions[*].name }' -A
```

## How do I modify the Admin API key in APISIX Ingress?

You can change the Admin API key in two ways:
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/concepts/apisix_plugin_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
You can then configure a Route to use the `echo-and-cors-apc` Plugin configuration:

```yaml
apiVersion: apisix.apache.org/v2beta3
apiVersion: apisix.apache.org/v2
kind: ApisixRoute
metadata:
name: httpbin-route
Expand Down
4 changes: 0 additions & 4 deletions docs/en/latest/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,11 @@
"type": "category",
"label": "References",
"items": [
"references/apisix_route_v2beta3",
"references/apisix_route_v2",
"references/apisix_upstream",
"references/apisix_tls_v2",
"references/apisix_tls_v2beta3",
"references/apisix_cluster_config_v2",
"references/apisix_cluster_config_v2beta3",
"references/apisix_pluginconfig_v2",
"references/apisix_pluginconfig_v2beta3",
"references/v2",
"references/apisix_global_rule_v2"
]
Expand Down
44 changes: 0 additions & 44 deletions docs/en/latest/references/apisix_cluster_config_v2beta3.md

This file was deleted.

37 changes: 0 additions & 37 deletions docs/en/latest/references/apisix_pluginconfig_v2beta3.md

This file was deleted.

99 changes: 0 additions & 99 deletions docs/en/latest/references/apisix_route_v2beta3.md

This file was deleted.

Loading

0 comments on commit d7145d6

Please sign in to comment.