RE: https://github.com/olegsu/iris/blob/master/cmd/run.go#L55
I didn't try setting the KUBECONFIG to true, but this seems to indicate that it should be using IRIS_IN_CLUSTER.
As a workaround, adding --in-cluster to the container run args in the kube deployment works.
RE: https://github.com/olegsu/iris/blob/master/cmd/run.go#L55
I didn't try setting the KUBECONFIG to true, but this seems to indicate that it should be using
IRIS_IN_CLUSTER.As a workaround, adding
--in-clusterto the container run args in the kube deployment works.