Jeff(김주상)
Jeff(김주상)
1. create team with `parent team id` * Based on github [official document](https://docs.github.com/en/rest/teams/teams#create-a-team) , creating team with a parent team id is supported but `PyGithub` doesn't support it yet. So...
Hi @brainexe 😄 It's been a while. My latest contribution to innogames slack bot is interaction with aws cloudfront. We'd discussed about how to make the slack bot working with...
Initial commit Korean translation discussed on https://github.com/google/comprehensive-rust/issues/262
* Fix description of family code `a` from ARM to AMD and `g` to ARM from GPU instance. * Add details on description of family code `i` * Add new...
**Describe the bug** `ghcr.io/actions/actions-runner:2.317.0` self-hosted runner with `kubernetes` mode on EKS failed at `Initialize containers` step from Action UI. **To Reproduce** Steps to reproduce the behavior: 1. Generate Runner deploy...
### Description **Observed Behavior**: karpenter controller cannot pass the health check because of below error. ``` {"level":"INFO","time":"2024-08-23T01:04:47.011Z","logger":"controller.controller-runtime.healthz","message":"healthz check failed","commit":"490ef94","statuses":[{},{},{}]} {"level":"INFO","time":"2024-08-23T01:04:47.749Z","logger":"controller","message":"k8s.io/[email protected]/tools/cache/reflector.go:232: failed to list *v1beta1.NodeClaim: conversion webhook for karpenter.sh/v1, Kind=NodeClaim failed:...
**Describe the bug** Following this [document](https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container#example-running-a-job-within-a-container), I want to launch a job on a container from my private ECR repository on self-hosted runner(dind mode in k8s). However there is `no...
Currently dind container has no `resources` key, it causes difficulties at monitoring self-hosted runners usage. This PR is about customizing dind container's resource limit by users taste and also it...