kubernetes icon indicating copy to clipboard operation
kubernetes copied to clipboard

Results 53 kubernetes issues
Sort by recently updated
recently updated
newest added

Needed to be able to spin pods with service accounts on GKE (needed for workload identity), and `stdin:true` and `tty:true` options set. That way I can execute arbitrary scripts into...

match the artifact name with the repo name

Simple fix to properly mount volumes on ephemeral pods

Assuming RD_CONFIG_TOKEN_STORAGE_PATH is used to store the file path where the token is kept. Example RD_CONFIG_TOKEN_STORAGE_PATH="/serviceaccount/token", So we read the file's content instead of the file path. Added fix for...

Only a question, it took me a while to find out about the environment variable RD_CONFIG_ENV. Where is the right place to find out about this and other env vars?...

Resolves issue #133 - If there are multiple containers in a pod, wait job fails to get logs, so this change will choose a specific container to get logs from....

I am trying to setup Rundeck to leverage K8s, specifically setting up nodes that live on K8 for executions. I have a very basic linux pod running that the rundeck...

Often I want to run a command only once in a Deployment/ReplicaSet. In effect, I would often like the nodes to be the ReplicaSet rather than the pod. However, not...

Hi, I've been using this plugin for a while now and I love it, but I wanted to add some functionality in regards to deployments. I sometimes want to run...

If you for example run a job which contains multiple jobs for e.g istio then get logs does not work because it does not know which logs to get   --...