Merge pull request #11151 from maoyangLiu/master

fix the mistake link in addons.md
This commit is contained in:
Kubernetes Prow Robot 2021-03-28 12:06:45 -07:00 committed by GitHub
commit 50b89a0c25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/kops/master/addons
### Custom addons ### Custom addons
The docs about the [addon management](development/addons.md#addon-management) describe in more detail how to define a addon resource with regards to versioning. The docs about the [addon management](contributing/addons.md#addon-management) describe in more detail how to define a addon resource with regards to versioning.
Here is a minimal example of an addon manifest that would install two different addons. Here is a minimal example of an addon manifest that would install two different addons.
```yaml ```yaml