Help Center/
Cloud Container Engine/
FAQs/
Networking/
Network Fault/
How Do I Restore a Faulty Container NIC?
Updated on 2024-07-04 GMT+08:00
How Do I Restore a Faulty Container NIC?
If a container NIC is faulty, the container restarts repeatedly and cannot provide services for external systems. To rectify the fault, perform the following steps:
Procedure
- Run the following command to delete the pod of the faulty container:
kubectl delete pod {podName} -n {podNamespace}
Where,
- {podName}: Enter the name of the pod of the faulty container.
- {podNamespace}: Enter the namespace where the pod is located.
- After the pod of the faulty container is deleted, the system automatically recreates a pod for the container. In this way, the container NIC is restored.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot