krole
krole
etcdv3 https://github.com/chinazj/cetcd
hi terrytangyuan This are all fields of [taskRun](https://github.com/tektoncd/pipeline/blob/master/docs/tasks.md) ``` - `serviceAccountName` - `params` - `resources` - `inputs` - `outputs` - `timeout` - `podTemplate` - `workspaces` ``` It will be presented...
Task in tekton contains multiple steps. How does this express in couler? This is what i think,`addConmand` represents a step in tekton's task ``` def step() tekton.run.addConmand("echo hello", image) tekton.run.addConmand("docker...
> @chinazj We had similar discussions in [#24 (comment)](https://github.com/couler-proj/couler/pull/24#discussion_r481227856)? Does that help? > > Also cc @FogDong @xinbinhuang for any suggestions/feedback/proposals. yes.Following their ideas, I just made concrete
@kkourt After my debugging. this code is error in cgroupv2 &kubernetes 1.20.15 ``` func findContainerDirectory(podpath string, containerID string) string { fmt.Printf("findContainerDirectory %s %s\n", podpath, containerID) //findContainerDirectory /procRoot/1/root/sys/fs/cgroup/kubepods/burstable/pod3fae8b5a-d538-4d49-a58b-e2fec90d6e0a 8756fa4b8b5640898ae510a1cbae29bb50485eb86d7bd5eb2c82b1d9fe742206 8756fa4b8b5640898ae510a1cbae29bb50485eb86d7bd5eb2c82b1d9fe742206 entries,...
hi, @kkourt this is sysdump: [cilium-sysdump-20240115-023701.zip](https://github.com/cilium/tetragon/files/13934283/cilium-sysdump-20240115-023701.zip) Why does my machine have two pod cgroup directories?  docker info ``` Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode:...
hi,@kkourt ,If I add this line to the original code, tetragon running successfully  
this is common for all pods.when a new pod is regenerated, there will be two pod directories
After several machine restarts, the kubepod directory is gone. I suspect that kubernetes uses the original cgroupfs.cgroupfs and systemed conflict