1.:Error registering network: failed to acquire lease: node "test4" pod cidr not assigned 执行kubectl create kube-flannel.yml 创建后,发现flannel刚开始running了几秒,然后就处于Error状态 先查看pod [root@test4 profile]# kubectl get pods -n kube-system NAME READY STATUS RE…
1. 使用nvm安装node之后,直接运行node命令会报错 node: command not found 需要使用nvm ls 查询一下当前使用的安装的node版本,然后使用node use 版本号 ,在运行node -v 就可以了 2. 但是当重新连接服务器后,运行node又会报错 node: command not found 这时候我们需要手动配置一下 查询node路径:whereis node(先nvm use 一下,不然会查不到路径) ln -s node路径 /usr/loca…
今天同事要搭建一套测试环境,安装开发版的SYBASE ASE 15.03 Windows平台下的,发现安装过程中到了创建数据库设备的环节就开始报错了,报错信息如下: 03/24/14 09:31:44 AM END ENVIRONMENT INFORMATION03/24/14 09:31:44 AM Using resource file 'C:\sybase\ASE-15_0\sqlsrv.res' for product attributes.03/24/14 09:31:44 AM Ru…
sql server 2008卸载之后再次安装一直报错问题. 第一:由于上一次的卸载不干净,可参照百度完全卸载sql server2008 的方式 1. 用WindowsInstaller删除所有与SQL2008安装有关的文件,包括以下: Microsoft SQL Server 2008 Microsoft SQL Server 2008 Browser Microsoft SQL Server 2008 Native Client Microsoft SQL Server 2008…