Joe Bowbeer

Results 303 comments of Joe Bowbeer

Close this? I think the OP has been addressed: Multiple label selections separated by comma are AND'd But the 'in' operator can be used to select multiple namespaces.

These _unqualified_ `app`, `chart`, `release` and `heritage` labels were added a long time ago, and are likely to conflict with other tenants in addition to prometheus: ```yaml {{- define "reloader-labels.chart"...

@avishefi ICYMI, it is possible to list namespaces to include: ```yaml namespaceSelector: kubernetes.io/metadata.name in (foo, bar) ```

In my case (MacOS connecting to EKS), the debug log just shows a kubectl proxy command ```shell kubectl --context="arn:aws:eks:us-west-2:XXX:cluster/YYY" --kubeconfig="/Users/me/.kube/config" \ proxy --port=30007 --append-server-path=true ``` If I run this myself,...

It looks like there may be hope via goofys mounter https://github.com/kahing/goofys/issues/556 s3fs mounter depends on https://github.com/s3fs-fuse/s3fs-fuse/issues/1778

#66 provides support for kubeconfig authentication

@nabuskey Given that Issue #13 was fixed by #66, what remains to be done?

@terrytangyuan Why is this still closed if the fix was reverted? Should a new issue be created for this feature? Was the fix reverted because it would require a writable...

FWIW, [octant](https://github.com/vmware-archive/octant) also implements client-go authentication.