首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏yuyy.info技术专栏

    Gitlab CI/CD 实践一:Gitlab Runner 安装到 K8S 集群

    +xxxnphZ/4JE3n3OKiw= -----END CERTIFICATE----- kind: ConfigMap metadata: labels: app: gitlab-ci-runner name: gitlab-ci-runner namespace: gitlab CACHE_S3_SERVER_ADDRESS:ceph对象存储service CI_SERVER_URL:gitlab namespace: gitlab labels: app: gitlab-ci-runner spec: selector: matchLabels: app : gitlab-ci-runner updateStrategy: type: RollingUpdate replicas: 2 serviceName: gitlab-ci-runner template: metadata: labels: app: gitlab-ci-runner spec: volumes:

    4K50编辑于 2022-09-21
  • 来自专栏云原生生态圈

    GitlabCI与Kubernetes实践·部署GitLab-Runner

    gitlab-ci-multi-runner run -n ${RUNNER_NAME} & wait kind: ConfigMap metadata: labels: app: gitlab-ci-runner : v1 kind: Secret metadata: name: gitlab-ci-token namespace: devops # 指定命名空间 labels: app: gitlab-ci-runner namespace: devops # gitlab运行的命名空间 labels: app: gitlab-ci-runner spec: updateStrategy: type: RollingUpdate # Gitlab Runner的更新模式 replicas: 2 serviceName: gitlab-ci-runner template: metadata: labels: app: gitlab-ci-runner spec: volumes: - name: gitlab-ci-runner-scripts

    2K20发布于 2020-11-02
  • 来自专栏散尽浮华

    K8S容器环境下GitLab-CI和GItLab Runner 部署记录

    namespace: kube-ops labels: app: gitlab-ci-runner spec: ports: - port: 9100 targetPort : 9100 name: http-metrics clusterIP: None selector: app: gitlab-ci-runner --- apiVersion: apps/v1 kind: StatefulSet metadata: name: gitlab-ci-runner namespace: kube-ops labels: app : gitlab-ci-runner spec: updateStrategy: type: RollingUpdate replicas: 2 serviceName: gitlab-ci-runner app: gitlab-ci-runner spec: volumes: - name: gitlab-ci-runner-scripts projected

    8K41发布于 2021-04-01
  • 来自专栏菜鸟成长学习笔记

    如何使用Gitlab搭建属于自己的代码管理平台

    0pnnlmiscscripts/gitlab-runner-operator 0jitesoft/gitlab-ci-runner

    67531编辑于 2023-11-18
  • 来自专栏菜鸟成长学习笔记

    如何使用GitLab搭建属于自己的代码管理平台

    pnnlmiscscripts/gitlab-runner-operator 0 jitesoft/gitlab-ci-runner

    65930编辑于 2023-11-20
  • 来自专栏菜鸟成长学习笔记

    如何使用GitLab搭建属于自己的代码管理平台

    pnnlmiscscripts/gitlab-runner-operator 0 jitesoft/gitlab-ci-runner

    69731编辑于 2023-11-20
领券