Skip to content

meijian-io/mj-sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

安装脚本

安装或更新脚本使用:mjinitorupgrade.sh

git clone git@codeup.aliyun.com:meijian/devOps/mj-sh.git ~/.mj-sh

~/.mj-sh/shells/mjinitorupgrade.sh

cp ~/.mj-sh/resources/default.env.sh ~/.mj-sh/resources/my.env.sh
# my.env.sh 中修改各自配置

删除之前的配置,如果有的话

sed -i ".back" "/mjxxx.sh/d" ~/.bash_profile
sed -i ".back" "/mj-sh-script/d" ~/.bash_profile

mjk8s**.sh 使用

使用前提:

1. 拷贝配置文件:~/.kube/config

mkdir ~/.kube ; cp ~/.mj-sh/resources/devuser.kubeconfig ~/.kube/config

2. 安装命令:kubectl

在 macOS 上用 Homebrew 安装 kubectl (推荐)

brew install kubernetes-cli

安装kubectl-官网

查看版本

kubectl version

mjredis-**.sh 使用

使用前提:

  1. 命令:redis-cli

在 macOS 上用 Homebrew 安装 redis (推荐)

brew install redis

Redis下载安装-官网

wget http://download.redis.io/releases/redis-6.0.3.tar.gz
tar xzf redis-6.0.3.tar.gz
cd redis-6.0.3
make

查看版本

redis-cli --version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published