Skip to content

Commit 6d92fb3

Browse files
authored
Typo fix, heading style compliance
1 parent d39f19e commit 6d92fb3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

articles/operator-service-manager/TOC.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
items:
3636
- name: Get Started with Safe Upgrade Practices
3737
href: safe-upgrade-practices.md
38-
- name: Control rollback beavhior on upgrade failure
38+
- name: Control rollback behavior on upgrade failure
39+
3940
href: safe-upgrades-nf-level-rollback.md
4041
- name: Quickstarts
4142
expanded: false

articles/operator-service-manager/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ landingContent:
9090
url: safe-upgrade-practices.md
9191
- linkListType: concept
9292
links:
93-
- text: Control rollback beavhior on upgrade failure
93+
- text: Control rollback behavior on upgrade failure
9494
url: safe-upgrades-nf-level-rollback.md
9595

9696
# Card

articles/operator-service-manager/safe-upgrades-nf-level-rollback.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ example:
9898
> * If multiple entries of nfConfiguration are found in the roleOverrideValues, then the NF reput is returned as a bad request.
9999
100100
## How to troubleshoot rollback on failure
101-
### Understanding Pod States
101+
### Understand pod states
102102
Understanding the different pod states is crucial for effective troubleshooting. The following are the most common pod states:
103103
* Pending: Pod scheduling is in progress by Kubernetes.
104104
* Running: All containers in the pod are running and healthy.
105105
* Failed: One or more containers in the pod are terminated with a nonzero exit code.
106106
* CrashLoopBackOff: A container within the pod is repeatedly crashing and Kubernetes is unable to restart it.
107107
* ContainerCreating: Container creation is in progress by the container runtime.
108108

109-
### Checking Pod Status and Logs
109+
### Check pod status and logs
110110
First start by checking pod status and logs using a kubectl command:
111111
```
112112
$ kubectl get pods

0 commit comments

Comments
 (0)