You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/en/docs/Integrations/karmada.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ cd kurator
18
18
hack/local-dev-setup.sh
19
19
```
20
20
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)
Copy file name to clipboardExpand all lines: docs/content/en/docs/Integrations/thanos.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Kurator provides a very simple command to install Thanos and add karmada-apiserv
20
20
21
21
-`--kubeconfig` and `--context` specifies the cluster where Karmada Apiserver, Kurator use Karmada to orchestrate Thanos application.
22
22
-`--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).
Copy file name to clipboardExpand all lines: docs/content/en/docs/cluster-operator/aws-irsa.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ In this tutorial we’ll cover the basics of how to use [Cluster API](https://gi
10
10
11
11
## Setup a cluster on AWS with IRSA enabled
12
12
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).
@@ -77,7 +77,7 @@ Guides for you to clean up the fleets and plugins.
77
77
78
78
### 1. Cleanup the Submariner Plugin
79
79
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).
81
81
82
82
> Deleting the cluster to start from scratch is **recommended** because potential crd dependencies conflicts and some hard-to-find legacy resources or settings.
Copy file name to clipboardExpand all lines: docs/content/en/docs/setup/install-fleet-manager.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Fleet manager depends on cluster operator, so refer to [Cluster operator install
12
12
13
13
## Install FluxCD with Helm
14
14
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.
<p>Note: This code partly copied from <ahref="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>
<p>Note: partly copied from <ahref="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>
<p>Note: partly copied from <ahref="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>
0 commit comments