ForcemCS

Results 9 issues of ForcemCS

`Nov 17 10:53:11 node03 containerd[753]: 2023-11-17 10:53:11.835 [INFO][2282335] k8s.go 489: Wrote updated endpoint to datastore ContainerID="e193a155ce714a668822bb617657111989ac552ea6b822a477870264717ebc65" Namespace="instavote" Pod="vote-cbbdf4b99-5f4bs" WorkloadEndpoint="node03-k8s-vote--cbbdf4b99--5f4bs-eth0" Nov 17 10:53:11 node03 containerd[753]: time="2023-11-17T10:53:11.859776246+08:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2...

One of my current requirements is to collect logs of files in a specific directory inside a container, and I'm not sure which plugin to use.

Stale

I have deployed consul in my k8s cluster (with ACL and TLS enabled), and the list of resources is as follows But I don't know how the certificate issuance process...

type/question

I want to use consul as a backend for vault, my consul and vault are in the same k8s cluster (small amount of users), will the following config file cause...

type/question

I'm getting started with consul, and I don't find anything in the documentation section about the storage backends that can be used (e.g., s3, filesystems, etc.), which is confusing for...

type/question

I don't understand why my finally task isn't executing: ```shell root@master01:~/v1.30/12-tekton/clone-build-helm# kubectl get pods NAME READY STATUS RESTARTS AGE clone-build-helm-fqwfv-build-push-pod 0/2 Completed 0 4m14s clone-build-helm-fqwfv-fetch-source-pod 0/1 Completed 0 4m24s clone-build-helm-fqwfv-helm-install-middle-pod...

I'm getting into prometheus, and I'm currently having problems.how to override startup args for prometheus server I am deploying prometheus using kube-prometheus-satck, how do I override the value of --storage.tsdb.path=/prometheus...

kind/support
stale

As described here [Results](https://tekton.dev/docs/results/),I don't really understand, is there a sample yaml file for reference `Tekton Results aims to help users logically group CI/CD workload history and separate out long...

I'm learning about tekton.I already know Trigger, TriggerBindingTriggerTemplate, EventListener. i now have this requirement: 1. suppose my TriggerTemplate's pipeline is associated with two tasks that send a message to the...