Skip to content

Commit

Permalink
update doc with FAQ (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderflow committed Jun 25, 2023
1 parent b59b104 commit 7b61b02
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions docs/developers/references/devex/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,19 @@ KubeVela natively support Crossplane as they're already CRDs, while terraform wa

## Common Issues

### The document website is very slow to access.
### Why things of https://*.kubevela.net is out of date?

You can use https://kubevela.net/ as a faster alternative.
Recently, we're removing the dependency of the domain `kubevela.net` due to some compliance issues, so things are migrated. Please check the following lists to find the new address:

Content | old | new
--- | --- | ---
Documentation | https://kubevela.net | https://kubevela.io
Image Hub | "hub.kubevela.net" | "docker.io" or "ghcr.io/kubevela"
Helm charts | https://charts.kubevela.net/core | https://kubevela.github.io/charts
Official Addon Registry | https://addons.kubevela.net | https://kubevela.github.io/catalog/official
Experimental Addon Registry | - | https://kubevela.github.io/catalog/experimental
CLI | https://kubevela.net/script/install.sh | download from [release page](https://github.com/kubevela/kubevela/releases)
VelaD | - | migrating

### You have reached rate limit for Docker Image Registry

Expand All @@ -37,9 +47,7 @@ By default, the community use images from docker registry for installation. You
* Before v1.4.1, the image format is `ghcr.io/<git-repo>/vela-core:<version>`, e.g. "ghcr.io/kubevela/kubevela/vela-core:latest".
* After v1.4.1, the image format has changed to `ghcr.io/kubevela/<align with docker hub>`, e.g. "ghcr.io/kubevela/oamdev/vela-core:latest".

2. Alibaba Container Registry also sponsor KubeVela community, you can use `acr.kubevela.net/` as prefix for the docker registry, acr has a sync for each KubeVela official images. Use it like `acr.kubevela.net/oamdev/vela-core:latest`.

3. If you insist on using Docker registry, you may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit .
2. If you insist on using Docker registry, you may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit .

### SchemaError of ApplicationRevision CRD

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ helm v3.2.0+ required
:::

```
helm repo add kubevela https://charts.kubevela.net/core
helm repo add kubevela https://kubevela.github.io/charts
helm repo update
helm install --create-namespace -n vela-system kubevela kubevela/vela-core --wait
```
Expand Down

0 comments on commit 7b61b02

Please sign in to comment.