Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove v2beta3 #2251

Merged
merged 2 commits into from
Jun 26, 2024
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
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
Loading