Skip to content

Commit

Permalink
Change according to Review
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Raisul Islam Evan <[email protected]>
  • Loading branch information
Evanraisul committed Sep 25, 2024
1 parent 4b73d93 commit ec94d87
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Memcached Autoscaling
menu:
docs_{{ .version }}:
identifier: mc-auto-scaling
name: Memcached Autoscaling
name: Compute Autoscaler
parent: compute-auto-scaling
weight: 15
menu_name: docs_{{ .version }}
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/memcached/concepts/memcached-opsrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ section_menu_id: guides

`MemcachedOpsRequest` is a Kubernetes `Custom Resource Definitions` (CRD). It provides declarative configuration for Memcached administrative operations like database version updating, horizontal scaling, vertical scaling, etc. in a Kubernetes native way.

## MemcachedAutoscaler CRD Specifications
## MemcachedOpsRequest CRD Specifications

Like any official Kubernetes resource, a `MemcachedOpsRequest` has `TypeMeta`, `ObjectMeta`, `Spec` and `Status` sections.

Here, some sample `MemcachedOpsRequest` CRs for different administrative operations is given below.

Sample MemcachedOpsRequest for updating database:
Sample MemcachedOpsRequest for updating database version:

```yaml
apiVersion: ops.kubedb.com/v1alpha1
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/memcached/reconfigure/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ In the next docs, we are going to show a step by step guide on reconfiguring Mem

## Next Steps

- Learn how to reconfigure [Memcached](/docs/guides/memcached/reconfigure/memcached.md).
- Learn how to reconfigure [Memcached](/docs/guides/memcached/reconfigure/reconfigure).
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Horizontal Scaling Memcached
menu:
docs_{{ .version }}:
identifier: mc-horizontal-scaling
name: Memcached
name: Vertical Scaling
parent: horizontal-scaling
weight: 20
menu_name: docs_{{ .version }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ In the next doc, we are going to show a step-by-step guide on updating of a Memc

## Next Steps

- Learn how to horizontally scale [Memcached](/docs/guides/memcached/scaling/horizontal-scaling/memcached.md)
- Learn how to horizontally scale [Memcached](/docs/guides/memcached/scaling/horizontal-scaling/horizontal-scaling)
2 changes: 1 addition & 1 deletion docs/guides/memcached/scaling/vertical-scaling/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ In the next doc, we are going to show a step-by-step guide on updating of a Memc

## Next Steps

- Learn how to vertically scale [Memcached](/docs/guides/memcached/scaling/vertical-scaling/memcached.md)
- Learn how to vertically scale [Memcached](/docs/guides/memcached/scaling/vertical-scaling/vertical-scaling)
2 changes: 1 addition & 1 deletion docs/guides/memcached/update-version/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ In the next doc, we are going to show a step-by-step guide on updating of a Memc

## Next Steps

- Learn how to Update Version of [Memcached](/docs/guides/memcached/update-version/memcached.md).
- Learn how to Update Version of [Memcached](/docs/guides/memcached/update-version/update-version).
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Updating Memcached Database
menu:
docs_{{ .version }}:
identifier: mc-update-version
name: Memcached
name: Update Version
parent: update-version
weight: 20
menu_name: docs_{{ .version }}
Expand Down

0 comments on commit ec94d87

Please sign in to comment.