Moshe Immerman
Moshe Immerman
It currently is using cluster-admin which should not be required
This would enable all sorts of modes that are currently not available, especially around authentication and proxying
ovftool is behind a registration wall - Govc, https://github.com/thebsdbox/gova and qemu-img should be able to replace everything in ovftool /kind feature
We need to be able to run tests on pull requests / periodically as well as provide an automated build & promotion process for images /assign @figo @codenrhoden
There are some scenarios where being able to access a specific file in a repository is useful, for example in GrafanaDashbboard ```yaml apiVersion: integreatly.org/v1alpha1 kind: GrafanaDashboard metadata: name: "dashboard-from-url" spec:...
SSH is not always available (either due to networking or credentials) so it would be nice to be able to download crashd and run it locally: e.g. in starlark: ```...
Collecting logs via SSH is not always ideal: * It requires elevated write access and scp which may not always be possible. * DaemonSet/Job based collection requires that the kubelet...
SSH is not always available or ideal, in many cases using a DaemonSet or Jobs to collect logs is more practical e.g. https://github.com/kubernetes-sigs/cluster-api/issues/3344