Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
Signed-off-by: pritamdas99 <[email protected]>
  • Loading branch information
pritamdas99 authored and raihankhan committed Nov 28, 2024
1 parent f677f10 commit 046b946
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/guides/solr/autoscaler/compute/combined.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Here,
- `spec.compute.node.resourceDiffPercentage` specifies the minimum resource difference in percentage. The default is 10%.
If the difference between current & recommended resource is less than ResourceDiffPercentage, Autoscaler Operator will ignore the updating.
- `spec.compute.node.containerControlledValues` specifies which resource values should be controlled. The default is "RequestsAndLimits".
- - `spec.opsRequestOptions` contains the options to pass to the created OpsRequest. It has 2 fields. Know more about them here : [timeout](/docs/guides/Solr/concepts/Solr-ops-request/index.md#spectimeout), [apply](/docs/guides/Solr/concepts/Solr-ops-request/index.md#specapply).
- - `spec.opsRequestOptions` contains the options to pass to the created OpsRequest. It has 2 fields. Know more about them here : [timeout](/docs/guides/solr/concepts/solropsrequests.md#spectimeout), [apply](/docs/guides/solr/concepts/solropsrequests.md#specapply).

Let's create the `SolrAutoscaler` CR we have shown above,

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/solr/autoscaler/compute/topology.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $ kubectl create ns demo
namespace/demo created
```

> **Note:** YAML files used in this tutorial are stored in this [directory](/docs/guides/Solr/autoscaler/compute/topology/yamls) of [kubedb/docs](https://github.com/kubedb/docs) repository.
> **Note:** YAML files used in this tutorial are stored in this [directory](/docs/examples/solr/autoscaler/compute) of [kubedb/docs](https://github.com/kubedb/docs) repository.
## Autoscaling of Topology Cluster

Expand Down
7 changes: 3 additions & 4 deletions docs/guides/solr/clustering/topology_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -642,8 +642,7 @@ $ kubectl delete namespace demo

## Next Steps

- Monitor your Solr database with KubeDB using [`out-of-the-box` builtin-Prometheus](/docs/guides/Solr/monitoring/using-builtin-prometheus.md).
- Monitor your Solr database with KubeDB using [`out-of-the-box` Prometheus operator](/docs/guides/Solr/monitoring/using-prometheus-operator.md).
- Detail concepts of [Solr object](/docs/guides/Solr/concepts/Solr/index.md).
- Use [private Docker registry](/docs/guides/Solr/private-registry/using-private-registry.md) to deploy Solr with KubeDB.
- Monitor your Solr database with KubeDB using [`out-of-the-box` builtin-Prometheus](/docs/guides/solr/monitoring/prometheus-builtin.md).
- Monitor your Solr database with KubeDB using [`out-of-the-box` Prometheus operator](/docs/guides/solr/monitoring/prometheus-operator.md).
- Detail concepts of [Solr object](/docs/guides/solr/concepts/solr.md).
- Want to hack on KubeDB? Check our [contribution guidelines](/docs/CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion docs/guides/solr/scaling/vertical-scaling/combined.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ kubectl delete ns demo
## Next Steps

- Detail concepts of [Solr object](/docs/guides/solr/concepts/solr.md).
- Different Solr Combined clustering modes [here](/docs/guides/solr/clustering/Combined_cluster.md).
- Different Solr Combined clustering modes [here](/docs/guides/solr/clustering/combined_cluster.md).
- Monitor your Solr database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/solr/monitoring/prometheus-operator.md).

- Monitor your Solr database with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/solr/monitoring/prometheus-builtin.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/solr/tls/combined.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ KubeDB uses following crd fields to enable SSL/TLS encryption in Solr.
- `issuerRef`
- `certificate`

Read about the fields in details in [Solr concept](/docs/guides/Solr/concepts/Solr.md),
Read about the fields in details in [Solr concept](/docs/guides/solr/concepts/solr.md),

`tls` is applicable for all types of Solr (i.e., `combined` and `combined`).

Expand Down Expand Up @@ -214,6 +214,6 @@ kubectl delete ns demo
## Next Steps

- Monitor your Solr combined with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/solr/monitoring/prometheus-operator.md).
- Monitor your Solr combined with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/solr/monitoring/builtin-prometheus.md).
- Monitor your Solr combined with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/solr/monitoring/prometheus-builtin.md).
- Detail concepts of [Solr object](/docs/guides/solr/concepts/solr.md).
- Want to hack on KubeDB? Check our [contribution guidelines](/docs/CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion docs/guides/solr/tls/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ KubeDB uses following crd fields to enable SSL/TLS encryption in `Solr`.
- `issuerRef`
- `certificates`

Read about the fields in details from [Solr concept](/docs/guides/Solr/concepts/Solr.md),
Read about the fields in details from [Solr concept](/docs/guides/solr/concepts/solr.md),

When, `enableSSL` is set to `true`, the users must specify the `tls.issuerRef` field. `KubeDB` uses the `issuer` or `clusterIssuer` referenced in the `tls.issuerRef` field, and the certificate specs provided in `tls.certificate` to generate certificate secrets using `Issuer/ClusterIssuers` specification. These certificates secrets including `ca.crt`, `tls.crt` and `tls.key` etc. are used to configure `Solr` server and clients.

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/solr/tls/topology.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ KubeDB uses following crd fields to enable SSL/TLS encryption in Solr.
- `issuerRef`
- `certificate`

Read about the fields in details in [Solr concept](/docs/guides/Solr/concepts/Solr.md),
Read about the fields in details in [Solr concept](/docs/guides/solr/concepts/solr.md),

`tls` is applicable for all types of Solr (i.e., `combined` and `topology`).

Expand Down Expand Up @@ -232,6 +232,6 @@ kubectl delete ns demo
## Next Steps

- Monitor your Solr cluster with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/solr/monitoring/prometheus-operator.md).
- Monitor your Solr cluster with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/solr/monitoring/builtin-prometheus.md).
- Monitor your Solr cluster with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/solr/monitoring/prometheus-builtin.md).
- Detail concepts of [Solr object](/docs/guides/solr/concepts/solr.md).
- Want to hack on KubeDB? Check our [contribution guidelines](/docs/CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion docs/guides/solr/update-version/update-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ kubectl create ns demo
namespace/demo created
```

> **Note:** YAML files used in this tutorial are stored in [docs/examples/Solr](/docs/examples/Solr) directory of [kubedb/docs](https://github.com/kube/docs) repository.
> **Note:** YAML files used in this tutorial are stored in [docs/examples/Solr](/docs/examples/solr) directory of [kubedb/docs](https://github.com/kube/docs) repository.
## Prepare Solr

Expand Down

0 comments on commit 046b946

Please sign in to comment.