
brew
chen_jiangtao
欢迎大家Star >>>>>>https://github.com/chenjiangtao/spring-boot-on-kubernetes<<<<<<
spring boot on kubernetes全家桶:MQ(ActiveMQ,Rabbit MQ), Redis Cluster, DB(Mysql,TiDB). Kong/Nginx ingress controller. PersistentVolumeClaim,PersistentVolume, DefaultStorageClass,hpa……All IN ONE !!!
展开
-
Mac下Homebrew更新国内源brew update卡死(完美解决,网上都不完整)
先更新下brew有时brew版本太旧也会有问题/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"再更新国内源#更新Homebrewcd "$(brew --repo)"git remote set-url origin https://mirrors.ustc.edu.cn/brew.git#更新Homebrew-corecd "$(brew原创 2020-09-25 14:24:05 · 5979 阅读 · 5 评论 -
Mac zsh kubectl 安装及自动补全配置
brew install kubectlThe kubectl completion script for Zsh can be generated with the command kubectl completion zsh. Sourcing the completion script in your shell enables kubectl autocompletion.To do so in all your shell sessions, add the following to your原创 2020-08-21 11:23:43 · 1634 阅读 · 0 评论