Ans what do you do with the readiness probe?
I mean, 401 might not be a good indication that is ready and you may want
and endpoint without auth just for it.
On Thursday, December 15, 2016, Adam Daughterson
wrote:
> Because the request requires authentication, and a 401 is a good indicator
> th
No promises, but it doesn't seem unreasonable to me...
On Thu, Dec 15, 2016 at 1:30 PM, Adam Daughterson
wrote:
> Will do, thanks for the quick response!
>
> On Thu, Dec 15, 2016 at 2:10 PM, 'Tim Hockin' via Kubernetes user discussion
> and Q&A wrote:
>>
>> Please file a github feature request
>
This very likely has to do with HostPorts not working when CNI network
plugins are used. In the case of the CoreOS installation instructions, we
do make use of CNI (for flannel/calico).
See this issue for more
detail: https://github.com/kubernetes/kubernetes/issues/23920
Essentially what is ha
Will do, thanks for the quick response!
On Thu, Dec 15, 2016 at 2:10 PM, 'Tim Hockin' via Kubernetes user
discussion and Q&A wrote:
> Please file a github feature request
>
> On Thu, Dec 15, 2016 at 1:08 PM, Adam Daughterson
> wrote:
> > Because the request requires authentication, and a 401 is
https://github.com/kubernetes/kubernetes/issues/38322
On Thu, Dec 15, 2016 at 10:26 AM, 'Tim Hockin' via Kubernetes user
discussion and Q&A wrote:
> We're working on a proposal to mitigate this short-term.
>
>
>
> On Thu, Dec 15, 2016 at 8:11 AM, Giovanni Tirloni
> wrote:
> > I would start by
On Thu, Dec 15, 2016 at 3:30 PM Mugdho Debnath wrote:
> This works pretty well if you move from using CoreOS to Ubuntu (or any
> other linux distro) VMs. From the bit of digging that I did, it seems that
> nginx / traefix is not opening the required port on CoreOS for some reason.
>
Odd. Adding
Please file a github feature request
On Thu, Dec 15, 2016 at 1:08 PM, Adam Daughterson
wrote:
> Because the request requires authentication, and a 401 is a good indicator
> that the microservice is running.
> It would be nice to be able to customize it.
>
> Thanks!
>
> On Wed, Dec 14, 2016 at 11:
Because the request requires authentication, and a 401 is a good indicator
that the microservice is running.
It would be nice to be able to customize it.
Thanks!
On Wed, Dec 14, 2016 at 11:46 AM, 'Tim Hockin' via Kubernetes user
discussion and Q&A wrote:
> No, the probes look specifically for 2
This works pretty well if you move from using CoreOS to Ubuntu (or any
other linux distro) VMs. From the bit of digging that I did, it seems that
nginx / traefix is not opening the required port on CoreOS for some reason.
On Wed, Dec 14, 2016 at 3:19 PM Yuriy Filonov
wrote:
> Unfortunately, I wa
We're working on a proposal to mitigate this short-term.
On Thu, Dec 15, 2016 at 8:11 AM, Giovanni Tirloni wrote:
> I would start by reviewing the eviction policy to ensure thresholds
> aren't too low.
>
> This article has more information about best practices and
> troubleshooting tips: http:/
On Tue, Dec 6, 2016 at 7:07 PM, wrote:
>
> Hello guys - I am trying to build a redis cluster on k8s using
> https://github.com/kelseyhightower/kubernetes-redis-cluster
>
> I see hard-coded clusterIP values e.g. clusterIP: "10.131.242.1"
> I tried to assign clusterIP based on the pods ip kubectl
I have not deployed that configuration myself, but the Service
definition is requesting a NodePort:
https://github.com/kubernetes/heapster/blob/master/deploy/kube-config/influxdb/grafana-service.yaml#L15-L18
More about NodePort here:
http://kubernetes.io/docs/user-guide/services/#type-nodeport
I would start by reviewing the eviction policy to ensure thresholds
aren't too low.
This article has more information about best practices and
troubleshooting tips: http://kubernetes.io/docs/admin/out-of-resource/
On Tue, Dec 13, 2016 at 10:16 AM, Philip Feairheller wrote:
> Hello-
>
> We've b
Hi,
I remember reading something about Kubernetes not working correctly
on hosts with NetworkManager. We went along and continued to use the
'network' service with our CentOS hosts.
Today I was looking for that information and I can't find it
anywhere. I suspect my memory might be playing a tri
Hello,
With some effort, I figured it out myself. I'll reply my own question here for
future reference:
The thing that made the difference is to use the right directory structure. If
you check out a working copy of the heapster code below
$GOPATH/src/k8s.io/heapster, things work smoothly. Perh
15 matches
Mail list logo