执行提示命令,查看报错信息
journalctl -xeu kubelet1、错误:running with swap on is no
报错 "command failed" err"failed to run Kubelet: running with swap on is no
解决:
swap未禁用,需要禁用swap&…
安装Item2
brew install iterm2 查看终端类型
cat /etc/shells Mac OS X 10.15 已经将默认的shell从Bash换成了zsh,所以不用安装,10.15以前的可以使用下面的命令进行安装 brew install zsh 安装Oh My ZSH
# curl
sh -c "$(curl -fsSL https://ra…
ES倒排索引实现, ES 索引文档过程,ES并发下读写一致 一、Elasticsearch的基本概念二、Elasticsearch的工作原理简述三、Elasticsearch的应用场景四、面试问题问题1:Elasticsearch中的分片和副本是如何工作的?分片和副本的大小和数…
结构化命令structured command:允许脚本根据条件跳过部分命令,改变执行流程。
1、if-then语句 格式1: if command then commands fi 格式2: if command; then commands fi 运行if之后的command命令,如果它的退出状态码…