userpassword: conadmin sn: conadmin givenName: conadmin cn: conadmin dn: uid=wpsadmin,cn=admusers,dc=myorg,dc=com objectclass: organizationalPerson objectclass: person objectclass: top objectclass: inetOrgPerson uid: wpsadmin userpassword: wpsadmin sn: wpsadmin givenName: wpsadmin cn: wpsadmin ...
# 创建SA账户"tiller"kubectl create serviceaccount --namespace kube-system tiller# 创建集群角色规则,即:将cluster-admin角色赋予tiller账户kubectl create clusterrolebinding tiller-cluster-rule \ --clusterrole=cluster-admin --serviceaccount=kube-system:tiller# 为tiller-deploy(helm server)挂载tiller账户kubectl...
⎈ 部署app(以mysql为例) # 搜索mysql,并没有出现mysql应用列表,下面的说明表示要选择hub或者repoPSC:\Users\wangw\helm>helmsearchmysqlSearchprovidestheabilitytosearchforHelmchartsinthevariousplacestheycanbestoredincludingtheHelmHubandrepositoriesyouhaveadded.Usesearchsubcommandstosearchdifferentlocationsforcharts....
Commands[cmd].Run(player,message) end NotExist = {Name="Not Exist",Level=0,Aliases={}} function NotExist.Run(player,msg) if Noti[player.Name] then return end Output("Command not found!","Red",player,3) end function New(name,func,lev,...) ...