Update kubernetes.md (#37)

This commit is contained in:
ethfoo 2022-04-08 11:21:20 +08:00 committed by GitHub
parent bbad1db59a
commit 974368620f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ helm install loggie ./ -nloggie --create-namespace
```
failed to install CRD crds/crds.yaml: unable to recognize "": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1"
```
如果你在helm install的时候出现类似的问题说明你的Kubernetes版本较低不支持apiextensions.k8s.io/v1版本CRD。Loggie暂时保留了v1beta1版本的CRD请删除charts中v1版本`rm loggie/crds/crds.yaml`重新install。
如果你在helm install的时候出现类似的问题说明你的Kubernetes版本较低不支持apiextensions.k8s.io/v1版本CRD。Loggie暂时保留了v1beta1版本的CRD请删除charts中v1beta1版本,`rm loggie/crds/crds.yaml`重新install。
### 查看部署状态
@ -232,4 +232,4 @@ helm install loggie-aggregator ./ -nloggie-aggregator --create-namespace
```
!!! note
Loggie中转机同样可以使用Deployment或者StatefulSet来部署请参考DaemonSet自行修改helm chart。
Loggie中转机同样可以使用Deployment或者StatefulSet来部署请参考DaemonSet自行修改helm chart。