Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 01dabec

Browse files
committed
Fixes for acrolinx.
1 parent f75a253 commit 01dabec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/linux/sql-server-linux-kubernetes-failover-job.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To fail over an Always On availability group primary replica to a different node
1919

2020
## Create a manifest file to describe the job
2121

22-
The following example of a manifest file describes a job to do a manual fail over job for an availabiltiy group on a Kubernetes replica. Copy the contents of the example into a new file called `manualFailover.yaml`.
22+
The following example of a manifest file describes a job to manually fail over job for an availability group on a Kubernetes replica. Copy the contents of the example into a new file called `manualFailover.yaml`.
2323

2424
```yaml
2525
---
@@ -93,7 +93,7 @@ When you run the job, the AG agents will elect a new leader and move the primary
9393
kubectl apply -f manualFailover.yaml
9494
```
9595

96-
After you run the job, delete it. The job object in Kubernetes remains after completion so you can view its status. You have to manually delete old jobs after noting their status. Deleting the job also deletes the Kubernetes logs. If you do not delete the job, future failover jobs will fail unless you change the job name and the pod selector. For more information see [Jobs - Run to Completion](https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/).
96+
After you run the job, delete it. The job object in Kubernetes remains after completion so you can view its status. You have to manually delete old jobs after noting their status. Deleting the job also deletes the Kubernetes logs. If you do not delete the job, future failover jobs will fail unless you change the job name and the pod selector. For more information, see [Jobs - Run to Completion](https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/).
9797

9898
## Failover job environment variables
9999

0 commit comments

Comments
 (0)