[kubernetes-users] Kubernetes Office Hours, 6 Sept, 1pm UTC

2017-08-29 Thread Jorge Castro
Alright everyone, we had a great stream last time, about ~50 live people, so it's time for another one! What: Answer live questions about Kubernetes from users on the YouTube channel . Where: #office-hours in Slack. When: September 6, 1pm UTC (9

[kubernetes-users] kubeadm init hangs with --apiserver-advertise-address flag

2017-08-29 Thread Wenzhao Zhang
Hello Everyone: I'm setting up a Kubernetes cluster on a few VMs, via using *kubeadm*. The VMs environment is based on OpenStack, every VM has a private IP and a public IP. I use Ubuntu16.04 64bit. If I just execute *kubeadm init*, it can finish without problem. But after I initialize the WEB-UI,

Re: [kubernetes-users] Cluster command history

2017-08-29 Thread Matthias Rampke
Hey, I think audit logs[0] are what you need, potentially with some filtering on top. /MR [0] https://kubernetes.io/docs/tasks/debug-application-cluster/audit/#audit-logs On Tue, Aug 29, 2017 at 8:20 AM wrote: > Hi! > > I was wondering whether kubernetes provides a way to track the user > co

[kubernetes-users] Cluster command history

2017-08-29 Thread gmerticariu
Hi! I was wondering whether kubernetes provides a way to track the user commands history at cluster level. For example, when I run "kubectl delete deployment some-random-deployment" I would like to log a line similar with bash command history which says: - who run the command - which command w