给github添加key
登陆github后,点击右上角头像,下拉菜单选择Setting 左边菜单选择”SSH and GPG keys” 点击绿色按钮,”New SSH key” 在本机terminal生成ssh key 把public key添加到github上 在本机ssh-add <private key> 如果遇到“Could not open a connection to your authentication agent“可以运行 eval “$(ssh-agent -s)”
程序|生活|学到就是赚到
登陆github后,点击右上角头像,下拉菜单选择Setting 左边菜单选择”SSH and GPG keys” 点击绿色按钮,”New SSH key” 在本机terminal生成ssh key 把public key添加到github上 在本机ssh-add <private key> 如果遇到“Could not open a connection to your authentication agent“可以运行 eval “$(ssh-agent -s)”
先建立一个namespace,就叫tidb 建立一个tidb的yaml文件,叫tidb.yaml 用kubernates启动tidb 查看状态可以用以下命令 安装mysql客户端,如果之前没有安装的话 连接tidb