Felix Matouschek

Results 98 comments of Felix Matouschek

Looks like a deeper rooted issue with virtctl and authentication on GKE clusters when accessing the GKE cluster's API. The issue is not with the VM itself. I need a...

In separate shell run: ``` kubectl proxy [...] Starting to serve on 127.0.0.1:8001 ``` Create file `kubeconfigproxy` with following contents: ``` apiVersion: v1 kind: Config clusters: - cluster: server: http://localhost:8001...

As I said I need a GKE cluster to examine this further, I will see what I can do next week.

There are nightly builds you can try with: https://kubevirt.io/user-guide/cluster_admin/installation/#installing-the-daily-developer-builds

@fabiand Good idea, I will create a proposal PR for `docs/coding-conventions.md`. I expect the conventions we agree upon will be discussed in the PR.