wgethttp://120.78.77.38/file/kubernetes-dashboard.yaml kubectl apply-fkubernetes-dashboard.yaml kubectl get pods-nkubernetes-dashboard#下图位置需要修改 1. 2. 3. 4. Bash Copy kubectl get pod-nkubernetes-dashboard-owide#查看pod在哪个节点 1. Bash Copy https://192.168.106.104:30001#需要用火狐浏...
# 安装wgetyum install wget-y# 备份mv/etc/yum.repos.d/CentOS-Base.repo/etc/yum.repos.d/CentOS-Base.repo.backup# 获取阿里云yum源wget-O/etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo# 获取阿里云epel源wget-O/etc/yum.repos.d/epel.repo http://mirrors.ali...
wget https://rawgit.com/kubernetes/kubernetes/master/cluster/addons/dashboard/dashboard-service.yaml vim dashboard.yaml 1 apiVersion: extensions/v1beta1 2 kind: Deployment 3 metadata: 4 # Keep the name in sync with image version and 5 # gce/coreos/kube-manifests/addons/dashboard counterpar...
yum install-y openstack-neutron openstack-neutron-ml2 python-neutronclient yum install-y ebtables openstack-neutron-openvswitch ipset yum install-y openstack-dashboard yum install-y openstack-cinder targetcli python-oslo-db MySQL-python lvm2 python-keystone yum install-y openstack-swift-proxy python...
wgethttp://jaist.dl.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.0.6/zabbix-2.0.6.tar.gztarzxvf zabbix-2.0.6.tar.gz cd zabbix-2.0.6./configure --prefix=/usr/local/zabbix --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurlmake&&makeinstall ...
LINUXLinux操作系统linuxyum安装指定版本mysql 1、下载mysql rpm包cd /usr/local/srcwget https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm2、安装下载的rpm包yumlocalinstall mysql80-community-release-el7-3.n yum 安装docker-compse ...
2.1 安装: #yum -y install 安装包 Package #yum groupinstall 安装程序组 group1 2.2 删除 : #yum remove 包 ; 有依赖关系的包,用 #yum erase 包package 查看程序的依赖情况 #yum deplist package 2.3 更新和升级 : #yum update 全部更新 ; # yum update package1 升级package1 ...
2.更新源 createrepo --update -p /www/share/centos7_rpm/ 11.客户端使用源 1.下载服务端源文件到本地 wget -O /etc/yum.repos.d/Lan7.repo http://192.168.92.60/share/Lan7.repo 2.客户端测试,查看源名称为myshare说明正常 yum install httpd...
$ wget https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo -O /etc/yum.repos.d/docker-ce.repo $ yum -y install docker-ce-18.06.1.ce-3.el7 $ curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s http://f1361db2.m.daocloud.io ...
createrepo --update -p /www/share/centos7_rpm/ 1. 11.客户端使用源 1.下载服务端源文件到本地 wget -O /etc/yum.repos.d/Lan7.repo http://192.168.92.60/share/Lan7.repo 1. 2.客户端测试,查看源名称为myshare说明正常 yum install httpd 1....