
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
还是建议大家把密码找个地方好好保存下来吧,不要像我一样…找回密码步骤如果是以docker方式启动的,先执行docker exec -it <容器id> bash进入容器之中。执行gitlab-rails consoleuser = User.where(username: ‘root’).firstuser.password = ‘password’user.save!
开启了shiro-ehcache缓存的话,在使用jenkins做持续集成并发布项目的时候,如果载入了自己的ehcache缓存配置文件的话,可能会报告如下错误.ERROR: Publisher hudson.plugins.deploy.DeployPublisher aborted due to exceptionorg.codehaus.cargo.container.Containe
前言Kubernetes Ingress: https://github.com/kubernetes/ingress-nginxSkywalking: https://github.com/apache/skywalkingSkywalking Lua Agent: https://github.com/apache/skywalking-nginx-lua可使用Skywalking Nginx
前言官方资料:https://kubernetes.io/zh/docs/reference/access-authn-authz/extensible-admission-controllers/#admission-webhooksJsonPach:http://jsonpatch.com基于Kubernetes Admission Controllers的Java Agent自动挂载方式目前
前言Skywalking Java Agent: https://github.com/apache/skywalking/blob/master/docs/en/setup/service-agent/java-agent/README.mdSkywalking Java Agent可以通过在项目代码中引入以及使用Java Agent机制挂载。针对于在Kubernetes中挂载Skywalkin
背景使用Kubeadm在国内部署Kubernetes集群时,由于无法访问k8s.gcr.io,就修改了默认的仓库地址,直接使用了Azure 提供的gcr.azk8s.cn/google_containers仓库。部署信息操作系统:Centos7Kubernetes:v1.17.0 单Master节点问题docker pull gcr.azk8s.cn/google_containers...