logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

记helm安装bitnami mysql遇到的PV问题

helm创建mysql集群配置pv测试连接

文章图片
#mysql#linux#kubernetes
记Loongson-3A5000HV+UOS安装测试SPEC CPU 2006

记Loongson-3A5000HV+UOS安装测试SPEC CPU 2006

#运维#服务器
PD虚拟机增加CentOS虚拟机磁盘空间

PD虚拟机增加CentOS虚拟机磁盘空间

文章图片
#linux
乌班图设置ssh连接

我们在VM中安装好Ubuntu 虚拟机后,经常需要使用Xshell等工具进行远程连接,但是会出现无法连接的问题,原因是Ubuntu中默认关闭了SSH 服务。1、 查看Ubuntu虚拟机IP地址;命令:ifconfig2、 利用XShell等工具进行远程连接;命令:ssh ip地址这里就是:ssh 192.168.127.215发现连接失败;3、 进入Ubuntu...

SSH 登录 Ubuntu 出现错误,拒绝密码:Permission denied,please try again.

问题:新安装的Ubuntu 虚拟机已经打开了ssh 服务,并且ssh时密码也输入正确,但是一直提示被拒绝,如图:解决方法:修ssh改配置文件,设置为允许root远程登录:root@ubuntu:~# vim /etc/ssh/sshd_config将PermitRootLogin prohibie-password 修改为:PermitRootLogin yes 即可。保存退出...

记 k8s helm 权限认证失败解决

主要思路:重建权限,清除已有helm缓存和配置文件,重建权限,重建helm pod1.Delete the Service Accountkubectl delete serviceaccount --namespace kube-system tiller2.Delete the cluster role bindingkubectl delete clusterrolebinding till

#运维
关于git问题:ECDSA key fingerprint is xxx

新建ssh。将公钥添加至github报ECDSA key fingerprint is xxx 错误。经查阅网上资料,最后得出 在新建SSH的时候没有开启ssh代理。为 SSH key 启用 SSH 代理$ ssh-add ~/.ssh/id_rsa然后再次尝试git操作。正常。原文链接:https://blog.csdn.net/felicity294250051/...

到底了