Moshe Immerman

Results 274 issues of Moshe Immerman

It currently is using cluster-admin which should not be required

needs-information

This would enable all sorts of modes that are currently not available, especially around authentication and proxying

enhancement

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

kind/feature
lifecycle/frozen

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

lifecycle/frozen

See https://github.com/kubernetes/test-infra/issues/13341

lifecycle/frozen

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:...

enhancement

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