[kubernetes-users] How to bind Ingress to externalIP?

2016-08-18 Thread Torsten Bronger
ress object? Regards, Torsten. -- Torsten BrongerJabber ID: torsten.bron...@jabber.rwth-aachen.de -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop receiving emails

[kubernetes-users] Consistency in Kubernetes

2016-10-25 Thread Torsten Bronger
t existing?) 3. If I delete a ConfigMap, can I preclude trouble for not-yet-terminated pods in a Deployment? 4. Which way is best practice? Create a new ConfigMap (B) or replacing/patching an existing one (A)? (I don't need rollbacks.) Thank you! Tschö, Torsten. -- Torsten

[kubernetes-users] Re: How to configure Weave Net after kubeadm

2016-12-05 Thread Torsten Bronger
e.g. the value "172.25.97.0/24". This is the pod network. Call "kubectl apply -f " on the result. It is a little bit tricky but there we go at the bleeding edge. Tschö, Torsten. -- Torsten Bronger -- You received this message because you are subscribed to the Google Group

[kubernetes-users] Re: How to configure Weave Net after kubeadm

2016-12-08 Thread Torsten Bronger
Hallöchen! Torsten Bronger writes: > [...] > > Anyway, in case anybody has a similar setup (local and public > interfaces, necessity to set IP ranges), here's how it works with > Kubernetes 1.4.4: ([1] is > http://kubernetes.io/docs/getting-started-guides/kubeadm/

[kubernetes-users] Install k8s on a single server in VMs

2017-01-21 Thread Torsten Bronger
e). Tschö, Torsten. -- Torsten Bronger -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-users+unsubscr...@googlegro

[kubernetes-users] Kubernetes API behind reverse proxy

2017-02-02 Thread Torsten Bronger
data for that user (and this works locally, without nginx inbetween). Must kubectl be triggered or forced somehow to actually sent the TLS cert data? Tschö, Torsten. -- Torsten Bronger -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion

Re: [kubernetes-users] Kubernetes API behind reverse proxy

2017-02-03 Thread Torsten Bronger
Hallöchen! Am Freitag, 3. Februar 2017 14:30:47 UTC+1 schrieb Alex Creek: > > Nginx is stripping out the client cert when it proxies the request. You > have to setup raw tcp forwarding instead of http proxying. You can use > the ngx_stream_proxy_module available in nginx 1.9.0 or haproxy which

Re: [kubernetes-users] Kubernetes API behind reverse proxy

2017-02-03 Thread Torsten Bronger
certificate – it is always "minikubeCA". And since I have to connect to it with a totally different name from another machine, kubectl wouldn't accept that. Tschö, Torsten. -- Torsten Bronger -- You received this message because you are subscribed to the Google Groups "Ku

Re: [kubernetes-users] Kubernetes API behind reverse proxy

2017-09-09 Thread Torsten Bronger
Hallöchen! George Poenaru writes: > I have same problem as you Torsten. Did you found a solution to > forward the certificate ? I'm afraid I haven't revisited the problem so far. But https://github.com/kubernetes/minikube/pull/1149 may help you. Tschö, Torsten. -- Torsten

[kubernetes-users] After change of IP addresses, kubectl exec would not work anymore

2017-12-08 Thread Torsten Bronger
c IPs in a minimal Kubernetes setup? How should I proceed with debugging? Tschö, Torsten. -- Torsten Bronger -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop recei

[kubernetes-users] Re: Off topic - sorry - how was this group subscribed to gmane?

2017-12-22 Thread Torsten Bronger
a special exception. There are only very few Gmane admins left, and no subscription requests dispatch working, so this purely manual scheme would scale badly. Tschö, Torsten. -- Torsten Bronger -- You received this message because you are subscribed to the Google Groups "Kubernetes user d

[kubernetes-users] SecretList's items don't have "kind" or "apiVersion"

2018-05-17 Thread Torsten Bronger
output is not accepted by kubectl in its pristine form. Is this intentional or a bug? Tschö, Torsten. -- Torsten Bronger -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group

[kubernetes-users] Recommended way to get the pods of a Kubernetes deployment?

2018-05-20 Thread Torsten Bronger
I am not sure that (4) and (6) are guaranteed to yield only the wanted objects. Is there a more reliable and possibly simpler way? Tschö, Torsten. -- Torsten Bronger -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&am

[kubernetes-users] Re: Recommended way to get the pods of a Kubernetes deployment?

2018-05-20 Thread Torsten Bronger
around. Do you recommend to add a version number to the deployment's labels? Tschö, Torsten. -- Torsten Bronger -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop

[kubernetes-users] Very many mounts on host – problem?

2018-08-23 Thread Torsten Bronger
ernetes (untained master), and I make extensive use of "local volumes". Tschö, Torsten. -- Torsten Bronger -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop

[kubernetes-users] Re: Very many mounts on host – problem?

2018-08-25 Thread Torsten Bronger
Hallöchen! 'Saad Ali' via Kubernetes user discussion and Q&A writes: > Overlay indicates container image mounts. Can you provide sample > mounts? It should not contain any secrets, I suppose: https://wilson.bronger.org/mounts Tschö, Torsten. -- Torsten Bronger -- You r

[kubernetes-users] Ordering of volumeMounts

2018-08-29 Thread Torsten Bronger
Hallöchen! Does ordering of volumeMounts in a pod matter? In particular, can I rely on the fact that the volumes are mounted in the ordering of the volumeMounts array? Tschö, Torsten. -- Torsten Bronger -- You received this message because you are subscribed to the Google Groups