Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Meg McRoberts <[email protected]>
  • Loading branch information
StackScribe committed Jan 10, 2024
1 parent 8f741de commit d07003c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs-new/docs/migrate/strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ but must be rewritten to utilize Keptn components.

Keptn targets deployments that run on Kubernetes
but some Keptn functionality can be used with deployments
that do not run on Kubernetes. See
that do not run on Kubernetes.
See
[Keptn for non-Kubernetes deployments](../use-cases/non-k8s.md)
for details.

Expand Down
8 changes: 4 additions & 4 deletions docs-new/docs/use-cases/non-k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ The following functionality is available for deployments not on Kubernetes:

To use either of these features,
you must set up a Kubernetes cluster and
[install](../installation/_index.md#basic-installation)
[install](../installation/index.md#basic-installation)
Keptn on it,
but this can be a very lightweight, single-node KinD cluster; see
[Create local Kubernetes cluster](../installation/k8s.md#create-local-kubernetes-cluster).
Keptn only runs on-demand `KeptnTask` and `KeptnAnaylsis` resources
Keptn only runs on-demand `KeptnTask` and `KeptnAnalysis` resources
so resource utilization is minimal.

## Run KeptnTask for a deployment not on Kubernetes
Expand All @@ -24,7 +24,7 @@ and applications that are deployed outside of Kubernetes.
For example, Keptn can run (or "trigger")
load and performance tests
for an application that is deployed on a virtual machine.
It does this by specifing a container image that should be executed.
It does this by specifying a container image that should be executed.
You specify the container in a `KeptnTaskDefinition` resource; see
[Deployment tasks](../guides/tasks.md) for more information.
The `KeptnTask` runs as a Kubernetes
Expand Down Expand Up @@ -80,7 +80,7 @@ You must manually create the
In the standard operating mode,
when Keptn is managing
[workloads](https://kubernetes.io/docs/concepts/workloads/)
for deploymens running on Kubernetes,
for deployments running on Kubernetes,
the creation of the `KeptnTask` resource is automatic.

Moreover, each time you want to execute a `KeptnTask`,
Expand Down

0 comments on commit d07003c

Please sign in to comment.