🗒️Don’t forget “help”
2023-9-4
| 2023-10-19
0  |  阅读时长 0 分钟
type
status
date
slug
summary
tags
category
icon
password
When I meet an issue in the shell, I am used to google, but forget the “help” command.
 

📝 Don’t forget “help”

Recently, I took part in a training about K8S, teacher told us, when you meet an issue, you should know the first thing is describe. If you have an issue about node, you can use kubectl describe node to get node status. If you forget the command, you can use kubectl help to find the answer step by step.
 
I find this is a good habit. For more deep think, resolving the problem that don’t rely on any search engine and tools, this is a powerful ability. Yesterday, I tried to delete a perforce workspace and met a issue, when using p4 client -d clientname , I meet this issue “Client ‘clientname’ has files opened. To delete the client, revert any opened files and delete any pending changes first. An administrator may specify -f to force the delete of another user's client.” . This is the steps that I resolve this issue.
 
Behavioral diligence masks thinking laziness
 
Basic SQL Usage1.Algorithm
Loading...
目录