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

Commit dd6d124

Browse files
committed
Fix for acrolinx.
1 parent 13d5e6e commit dd6d124

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
@@ -17,13 +17,13 @@ ms.technology: linux
1717

1818
To fail over an Always On availability group primary replica to a different node in Kubernetes, use a job. This article identifies the environment variables for this job.
1919

20-
After you run the job, delete it. This also delets Kubernetes logs. If you do not delete the job, future failover jobs will fail undless you change the job name and the pod selector.
20+
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/).
2121

2222
## Failover job environment variables
2323

2424
* `MSSQL_K8S_AG_NAME`
2525
* Optional
26-
* **Description**: The availability group to failover.
26+
* **Description**: The availability group name.
2727

2828
* `MSSQL_K8S_NEW_PRIMARY`
2929
* Optional

0 commit comments

Comments
 (0)