Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,692
Community Members
 
Community Events
184
Community Groups

Create a new Workspace Runner in Bitbucket

Edited

Hi Team,

I am following below article for workspace runner in Bitbucket. My Runner is showing online but I am getting below error while executing the Bitbucket-pipeline. Please help and suggest.

 

URL which I am referring:

https://itgcommerce.com/how-to-run-self-hosted-bitbucket-pipelines-runners-in-kubernetes/

 

Error which I am getting while running the simple pipeline. 

Error

Status 400: {"message":"OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting \"cgroup\" to rootfs at \"/sys/fs/cgroup\" caused: stat /sys/fs/cgroup/freezer/kubepods-besteffort-podb050d4ff_1107_4c37_8ec2_32387c8f192c.slice:cri-containerd:dc51ef68c3d645739fb09db724d8c85b53a50ce108068bc44b11c92b1ef09574/docker/6c6131fb8c05fbd8b2f0ef6b29f2dc7631a41a2c61955230fa28731fd1167668: no such file or directory: unknown"}

 

Pipeline code.

pipelines:
custom:
pipeline:
- step:
name: Step1
runs-on:
- 'self.hosted'
- 'linux'
script:
- echo "This step will run on a self hosted runner with 32 GB of memory.";
GCP K8s cluster.
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
k8s-master Ready control-plane 8d v1.25.0 X.X.X.X <none> CentOS Linux 7 (Core) 3.10.0-1160.76.1.el7.x86_64 containerd://1.6.8
k8s-node-01 Ready <none> 8d v1.25.0 10.X.X.X.X <none> CentOS Linux 7 (Core) 3.10.0-1160.76.1.el7.x86_64 containerd://1.6.8
k8s-node-02 Ready <none> 8d v1.25.0 X.X.X.X <none> CentOS Linux 7 (Core) 3.10.0-1160.76.1.el7.x86_64 containerd://1.6.8
Regards,
Manoj Kumar

1 answer

0 votes
Caroline R
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Sep 26, 2022

Hi, @manoj kumar, welcome to the community! 

I would recommend you follow the example of Kubernetes spec for a self-hosted runner that we have in our official documentation: 

Please feel free to let me know if you have any questions.

Kind regards,
Caroline

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events