ravilr

Results 13 comments of ravilr

@jdef i believe all the changes here are going to be part of the upstream k8s-1.2 release. Will i be missing anything when building k8sm using upstream repo? Thanks.

i tested this out with the build from git master without --contain-pod-resources on a RHEL system using systemd for launching docker-1.7.1, mesos-slave. the pod containers fail to come up as...

@jdef http://mesos.apache.org/blog/mesos-0-27-1-released/ refers to systemd support issue in mesos as closed. Does it solve this issue in k8sm?

thanks for the explanation. the changes in https://issues.apache.org/jira/browse/MESOS-3425 seems to assign the executor process to a newly created systemd slice: 'mesos_executors.slice' . if the docker_cgroup_parent is also set to this...

leader election integration with controller-manager component has landed in upstream: https://github.com/kubernetes/kubernetes/pull/19621 Would love to see k8sm-scheduler also updated to use the same leaderelection client recipe.

@stevesloka regex path in K8s Ingress resource is a supported configuration in Contour today. Is the new design for HTTPProxy here https://github.com/projectcontour/contour/blob/master/design/routing-design.md#wildcard-path-routing going to support regex for path matching in...

Thanks for the reply. the design doc specifically mentions only wildcards (`*`) in paths. Is it limited to wildcards (`*`) only or even '^+*[]%' / those supported by Envoy's safe_regex...

@turkenh @jbw976 Supporting ServiceAccountRef as a `CredentialSource` in providerConfigs is also useful in single-cluster multi-tenancy setups, where per tenant namespace is used as isolation mechanisms(along with tenants only allowed to...

this has been addressed in https://github.com/fluxcd-community/helm-charts/pull/179 /close