In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/03 Report--
Install kubernetes gitlab runner to add helm warehouse helm repo add gitlab https://charts.gitlab.iohelm repo update pull helm chart package helm fetch gitlab/gitlab-runner extract helm chart package tar xf gitlab-runner-0.11.0.tgz modify value.yaml# gitlab address gitlabUrl: https://git.xxx.com/# gitlab runner token. Check runnerRegistrationToken in admin--runners: "Qxr8WHByt4Q6ekknP_tL" # access the secret of S3, and use certsSecretName: s3accessrbac: # enable rbac permissions when doing cache create: true # use docker in the container You need to enable privileged mode privileged: true # cache related configuration cache: # cache type cacheType: S3 cachePath: "export" cacheShared: true # # S3 settings # S3 stored address s3ServerAddress: minio.minio:9000 # cached directory Create s3BucketName: runner s3BucketLocation: s3CacheInsecure: true secretName: s3access in the minio root directory, create namespacekubectl create namespace runner, create S3 secretkubectl create secret generic s3access-- from-literal=accesskey= "minio"-- from-literal=secretkey= "minio123"-- n runner create runnerhelm-n runner install runner. / gitlab-runner (the actual path of helm chart) reference:
Https://docs.gitlab.com/runner/install/kubernetes.html
Https://www.cnblogs.com/heweiblog/p/11792839.html
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.