Skip to content

Commit 2666f26

Browse files
fix lint
Signed-off-by: LiZhenCheng9527 <lizhencheng6@huawei.com>
1 parent a770a36 commit 2666f26

File tree

15 files changed

+10
-27
lines changed

15 files changed

+10
-27
lines changed

docs/content/en/docs/Integrations/karmada.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cd kurator
1818
hack/local-dev-setup.sh
1919
```
2020

21-
> `fs.inotify.max_user_watches` and `fs.inotify.max_user_instances` may need to be adjusted as described [here](https://kind.sigs.k8s.io/docs/user/known-issues/#pod-errors-due-to-too-many-open-files)
21+
> `fs.inotify.max_user_watches` and `fs.inotify.max_user_instances` may need to be adjusted as [described](https://kind.sigs.k8s.io/docs/user/known-issues/#pod-errors-due-to-too-many-open-files)
2222
2323
### Deploy Karmada
2424

docs/content/en/docs/Integrations/pixie-vizier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ After sign in, visit [pixie admin page](https://work.withpixie.ai/admin) for nex
3333

3434
## Create deployment key
3535

36-
Create a deployment key following the directions [here](https://docs.pixielabs.ai/reference/admin/deploy-keys/#create-a-deploy-key-using-the-live-ui).
36+
Create a deployment key following the [direction](https://docs.pixielabs.ai/reference/admin/deploy-keys/#create-a-deploy-key-using-the-live-ui).
3737

3838
## Install Pixie Vizier
3939

docs/content/en/docs/Integrations/thanos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Kurator provides a very simple command to install Thanos and add karmada-apiserv
2020

2121
- `--kubeconfig` and `--context` specifies the cluster where Karmada Apiserver, Kurator use Karmada to orchestrate Thanos application.
2222
- `--host-kubeconfig` and `--host-context` specifies the cluster where to deploy Thanos itself, it is the host cluster that hold Thanos.
23-
- `--object-store-config` specifies the object store configuration used by Thanos, more details can be found [here](https://prometheus-operator.dev/docs/operator/thanos/#configuring-thanos-object-storage).
23+
- `--object-store-config` specifies the object store configuration used by Thanos, more details can be found in [Thanos docs](https://prometheus-operator.dev/docs/operator/thanos/#configuring-thanos-object-storage).
2424

2525
```bash
2626
kurator install thanos --host-kubeconfig /root/.kube/kurator-host.config --host-context kurator-host --object-store-config /root/thanos/thanos-config.yaml

docs/content/en/docs/cluster-operator/aws-irsa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this tutorial we’ll cover the basics of how to use [Cluster API](https://gi
1010

1111
## Setup a cluster on AWS with IRSA enabled
1212

13-
IRSA(IAM roles for service accounts) allows applications in a pod's containers can use an AWS SDK or the AWS CLI to make API requests to AWS services using AWS Identity and Access Management (IAM) permissions. More details can be found [here](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html).
13+
IRSA(IAM roles for service accounts) allows applications in a pod's containers can use an AWS SDK or the AWS CLI to make API requests to AWS services using AWS Identity and Access Management (IAM) permissions. More details can be found [EKS IAM roles for service accounts documentatio](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html).
1414

1515
### Setup cluster
1616

docs/content/en/docs/cluster-operator/on-premise-cluster-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ssh-privatekey: 2590 bytes
7979

8080
### Customize your cluster configuration
8181

82-
You can find custom cluster examples [here](https://github.com/kurator-dev/kurator/tree/main/examples/infra/customcluster).
82+
You can find custom cluster [examples](https://github.com/kurator-dev/kurator/tree/main/examples/infra/customcluster).
8383

8484
Here are the four types of resources needed for on-premise Kubernetes cluster provision:
8585

docs/content/en/docs/fleet-manager/submariner-plugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ kubectl label node kurator-member2-control-plane submariner.io/gateway=true --ku
2626

2727
### Create a fleet with metric plugin enabled
2828

29-
`SUBMARINER_PSK` needs to be set as described in [here](https://submariner.io/operations/deployment/helm/).
29+
`SUBMARINER_PSK` needs to be set as [described](https://submariner.io/operations/deployment/helm/).
3030

3131
```bash
3232
export SUBMARINER_PSK=$(LC_CTYPE=C tr -dc 'a-zA-Z0-9' < /dev/urandom | fold -w 64 | head -n 1)
@@ -77,7 +77,7 @@ Guides for you to clean up the fleets and plugins.
7777

7878
### 1. Cleanup the Submariner Plugin
7979

80-
Tutorial for manual uninstallation can be found in Sumariner Documatation [here](https://submariner.io/operations/cleanup/#manual-uninstall).
80+
Tutorial for manual uninstallation can be found in [Sumariner Documatation](https://submariner.io/operations/cleanup/#manual-uninstall).
8181

8282
> Deleting the cluster to start from scratch is **recommended** because potential crd dependencies conflicts and some hard-to-find legacy resources or settings.
8383

docs/content/en/docs/setup/install-fleet-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Fleet manager depends on cluster operator, so refer to [Cluster operator install
1212

1313
## Install FluxCD with Helm
1414

15-
Fleet manager depends on [Fluxcd](https://fluxcd.io/flux/), Kurator use helm chart from fluxcd community, more details can be found [here](https://github.com/fluxcd-community/helm-charts).
15+
Fleet manager depends on [Fluxcd](https://fluxcd.io/flux/), Kurator use helm chart from fluxcd community, more [details](https://github.com/fluxcd-community/helm-charts) can be found.
1616

1717
Setup with following command:
1818

docs/content/en/docs/setup/install-minio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >
88

99
## Install Minio with Helm
1010

11-
Kurator use helm chart from bitnami, more details can be found [here](https://github.com/bitnami/charts).
11+
Kurator use helm chart from bitnami, more [details](https://github.com/bitnami/charts) can be found here.
1212

1313
Setup [Minio](https://min.io/) with following command:
1414

docs/content/en/references/backups_v1alpha1_types.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,6 @@ <h3 id="backup.kurator.dev/v1alpha1.BackupPolicy">BackupPolicy
213213
</p>
214214
<p>Note: This code partly copied from <a href="https://github.com/vmware-tanzu/velero/blob/v1.11.1/pkg/apis/velero/v1/backup_types.go">https://github.com/vmware-tanzu/velero/blob/v1.11.1/pkg/apis/velero/v1/backup_types.go</a>
215215
Refer to: vmware-tanzu/velero
216-
Original license: Apache-2.0
217-
Copyright: Copyright &copy; 2017-2023 velero, Inc. All Rights Reserved.
218216
BackupPolicy defines the specification for a backup policy.</p>
219217
<div class="md-typeset__scrollwrap">
220218
<div class="md-typeset__table td-content">
@@ -865,9 +863,7 @@ <h3 id="backup.kurator.dev/v1alpha1.ResourceFilter">ResourceFilter
865863
<a href="#backup.kurator.dev/v1alpha1.RestorePolicy">RestorePolicy</a>)
866864
</p>
867865
<p>Note: partly copied from <a href="https://github.com/vmware-tanzu/velero/blob/v1.11.1/pkg/apis/velero/v1/backup_types.go">https://github.com/vmware-tanzu/velero/blob/v1.11.1/pkg/apis/velero/v1/backup_types.go</a>
868-
Refer to: vmware-tanzu/velero
869-
Original license: Apache-2.0
870-
Copyright: Copyright &copy; 2017-2023 velero, Inc. All Rights Reserved.</p>
866+
Refer to: vmware-tanzu/velero</p>
871867
<div class="md-typeset__scrollwrap">
872868
<div class="md-typeset__table td-content">
873869
<table>
@@ -1214,8 +1210,6 @@ <h3 id="backup.kurator.dev/v1alpha1.RestorePolicy">RestorePolicy
12141210
</p>
12151211
<p>Note: partly copied from <a href="https://github.com/vmware-tanzu/velero/blob/v1.11.1/pkg/apis/velero/v1/restore_types.go">https://github.com/vmware-tanzu/velero/blob/v1.11.1/pkg/apis/velero/v1/restore_types.go</a>
12161212
Refer to: vmware-tanzu/velero
1217-
Original license: Apache-2.0
1218-
Copyright: Copyright &copy; 2017-2023 velero, Inc. All Rights Reserved.
12191213
RestorePolicy defines the specification for a Velero restore.</p>
12201214
<div class="md-typeset__scrollwrap">
12211215
<div class="md-typeset__table td-content">

pkg/apis/backups/v1alpha1/backup_type.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ type BackupSpec struct {
6666

6767
// Note: This code partly copied from https://github.com/vmware-tanzu/velero/blob/v1.11.1/pkg/apis/velero/v1/backup_types.go
6868
// Refer to: vmware-tanzu/velero
69-
// Original license: Apache-2.0
70-
// Copyright: Copyright (c) 2017-2023 velero, Inc. All Rights Reserved.
7169
// BackupPolicy defines the specification for a backup policy.
7270
type BackupPolicy struct {
7371
// ResourceFilter specifies which resources should be included in the backup.

0 commit comments

Comments
 (0)