[kubernetes-users] DeltaFiFo.Replace function

2017-02-07 Thread lilanqing
hi all, I have a question about k8s on StackOverFlow. Who can help me? Thanks question 1: http://stackoverflow.com/questions/41733181/in-k8s-reflector-deltafifo-replace-function question 2: http://stackoverflow.com/questions/42063480/kubernetes-controller-or-scheduler-ha -- You received

[kubernetes-users] golang request header concurrent read and write

2017-02-07 Thread lilanqing
This issues happend on a “performance test env” kube-apiserver with high load. kube-apiserver panic and exit. The complete description is on stackoverflow Do yo

[kubernetes-users] Meanning of LeaderTransitions In LeaderElectionRecord

2017-02-22 Thread lilanqing
Hi all, I have a question confusing me about LeaderElection. I think "leaderTransitions" field indicate that how many times the leader has changed. But w

[kubernetes-users] Re: Resource requests/limits on Pod-level

2018-03-06 Thread lilanqing
we also need this feature. And I think it's necessary. For example, our node may only support limited count 'vpc port', we will store this capacity in node.status.allocatable["vpcPort"]. And In our design, vpc network is pod-level instead of container-level, we should not store this vpc request