Simon Bäumer
Simon Bäumer
**Description of the change:** Add documentation how to add a managed cluster by using downstream images. **Motivation for the change:** It does not work to deploy managed clusters by following...
The documentation link in the project's [README](https://github.com/open-cluster-management/deploy/blob/master/README.md) seems to be broken. See: https://github.com/open-cluster-management/deploy/blame/master/README.md#L32 (Needed to use the blame version as it is otherwise not possible to get the actual markdown...
Analyse the stdcopy.Stdcopy package from docker: github.com/docker/docker/pkg/stdcopy/stdcopy.go:94 It could demultiplex a multiplexed stream written to stdout and stderr
Hey codeclimate Team, first of all thank you for your free open source offering, it already helped me a lot! I run into this issue while migrating from travis to...
A command is missing which can install another plugin a specific environment, i.e. if the plugin has compatibility tests.
At the moment there is only support for running tests inside a docker container. It should be also possibly to develop with these containers.
### What happened? I've executed `kubectl top pod ` while the pod is initizalizing state. Instead of returning the resource consumption the server replied with: ``` $ kubectl get pods...
Currently it is possible to filter node labels with `--node-labels`. In reality some nodes have two labels like `node-role.kubernetes.io/worker` and `node-role.kubernetes.io/infra`. To exclude a node with a second label I...