-
### What would you like to be added?
GIVEN a job that has been executed like:
`kubectl run job1 --image=busybox --restart=Never -- /bin/sh -c "echo test > /output.txt"`
WHEN copying the outpu…
-
Is there a way to attach a webcam device to the containerized app that is managed via deis workflow ? e.g. --device option in docker.
I see that there is no way to attach volumes to the container u…
-
**What happened**:
Running a Job with two or more containers creates a Pod. If one of the container fails such Pod status in kubectl is shown as Completed if the name of such container is the last …
-
Now that the initial work has merged, we should prototype some examples in existing components and iterate on the library.
As I remember, kubeadm and kube-proxy have both been suggested as candidat…
-
I think a reasonably common use case is to swap an ingress's host value:
```
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: helloworld
spec:
rules:
# This value should be e…
-
My understanding is that glog->klog migration was done to solve the issue that glog adds flags inside a `init()` function. But it seems that this issue is not completely solved.
k8s.io/apiserver im…
-
Kubernetes has a very large number of golang library dependencies. While there is some work to track and ensure license compatability, there is little to know work done to track vulnerabilities in the…
-
-
### Feature request
Ability to use any addressable resource for the `--sink` flag (ie Broker, Service, etc..)
### Use case
While fixing an issue in the sample pingsource docs https://github…
-
### Eschewed features
- [X] This issue is not requesting templating, unstuctured edits, build-time side-effects from args or env vars, or any other eschewed feature.
### What would you like to have …