Adnan Abdulhussein

Results 107 comments of Adnan Abdulhussein

@TrojanY sounds like a networking issue to me, could you give more details about your cluster?

Not sure I understand correctly, are you saying that with the busybox container it worked if you use the FQDN (monocular-mongodb.default.svc.cluster.local) but not if you use the short hostname (monocular-mongodb)?

@TrojanY can you check with `alpine:3.6` as this is what the monocular-api container is based on. I've seen DNS issues with older alpine versions but not with this one.

@thatsk looks like you need to give Tiller greater privileges. Check out https://github.com/helm/helm/blob/master/docs/rbac.md for more info.

Hmm, it's possible that the cluster-admin ClusterRole in OpenShift doesn't support creating/reading secrets. You could try to configure a Role just for reading secrets in that tiller namespace and assign...

cc @Angelmmiguel in case you have any thoughts on this. It may also be fine to just change Monocular directly to be styled for the Hub, if making things configurable...

So your cluster users each have their own namespace, and the tiller running inside that namespace has a service account that only allows it create resources within the namespace. It...

One idea for this is to have a controller that tracks a CRD (AppRepositories) that will: - create a Kubernetes CronJob to perform the sync when an AppRepository is created...

@migmartri yeah, thanks for pointing it out. I talked about this with @arapulido and our plan is to support N and N-1. Kubernetes 1.9 will be out soon and there's...

Thanks for the suggestion, I think this could be an interesting fit in the Hub as a sort of "watch" or "subscribe" feature on a chart.