File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
articles/operator-service-manager Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 35
35
items :
36
36
- name : Get Started with Safe Upgrade Practices
37
37
href : safe-upgrade-practices.md
38
- - name : Control rollback beavhior on upgrade failure
38
+ - name : Control rollback behavior on upgrade failure
39
+
39
40
href : safe-upgrades-nf-level-rollback.md
40
41
- name : Quickstarts
41
42
expanded : false
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ landingContent:
90
90
url : safe-upgrade-practices.md
91
91
- linkListType : concept
92
92
links :
93
- - text : Control rollback beavhior on upgrade failure
93
+ - text : Control rollback behavior on upgrade failure
94
94
url : safe-upgrades-nf-level-rollback.md
95
95
96
96
# Card
Original file line number Diff line number Diff line change @@ -98,15 +98,15 @@ example:
98
98
> * If multiple entries of nfConfiguration are found in the roleOverrideValues, then the NF reput is returned as a bad request.
99
99
100
100
## How to troubleshoot rollback on failure
101
- ### Understanding Pod States
101
+ ### Understand pod states
102
102
Understanding the different pod states is crucial for effective troubleshooting. The following are the most common pod states:
103
103
* Pending: Pod scheduling is in progress by Kubernetes.
104
104
* Running: All containers in the pod are running and healthy.
105
105
* Failed: One or more containers in the pod are terminated with a nonzero exit code.
106
106
* CrashLoopBackOff: A container within the pod is repeatedly crashing and Kubernetes is unable to restart it.
107
107
* ContainerCreating: Container creation is in progress by the container runtime.
108
108
109
- ### Checking Pod Status and Logs
109
+ ### Check pod status and logs
110
110
First start by checking pod status and logs using a kubectl command:
111
111
```
112
112
$ kubectl get pods
You can’t perform that action at this time.
0 commit comments