openstackgerrit | Merged openstack/qinling master: orchestrator: fix several issues of kubernetes manager https://review.openstack.org/550013 | 00:48 |
---|---|---|
*** caoyuan has quit IRC | 00:54 | |
*** liusheng has quit IRC | 01:09 | |
*** liusheng has joined #openstack-qinling | 01:09 | |
larainema | kong, I made two changes to specify 1 nic | 01:44 |
larainema | 1. add one parameter kubeadm init --apiserver-advertise-address=<private-master-ip> | 01:44 |
larainema | 2. update net_default_iface function in network.sh to specific the nic I want to use | 01:44 |
openstackgerrit | Lingxian Kong proposed openstack/qinling master: Remove the resource limit for pod in k8s deployment https://review.openstack.org/551049 | 01:48 |
kong | larainema: if you want, you can help qinling to improve the set up script to support multi-nic environment | 01:48 |
larainema | sure, let me think about it, currently it's hard code :) | 01:50 |
kong | yeah, in the current script and ansible playbook, many stuff are hard coded | 01:50 |
kong | it just works for devstack and simple scenario | 01:50 |
*** huntxu has joined #openstack-qinling | 02:36 | |
openstackgerrit | Merged openstack/qinling master: Remove the resource limit for pod in k8s deployment https://review.openstack.org/551049 | 02:37 |
*** huntxu has quit IRC | 03:02 | |
*** hunt_ has joined #openstack-qinling | 03:02 | |
kong | huntxu: could you please help to review https://review.openstack.org/#/c/550690/? please ignore the nodejs stuff for now, it's just a starting point to support nodejs, a lot of work are needed | 03:03 |
*** hunt_ has quit IRC | 03:03 | |
*** huntxu has joined #openstack-qinling | 03:03 | |
huntxu | kong: I'm looking at it now :) | 03:04 |
kong | huntxu: thanks | 03:05 |
huntxu | kong: not much changes than the previous version, the zuul check results give me the confidence to apply it :) | 03:07 |
kong | huntxu: yeah, just changed the function name | 03:08 |
openstackgerrit | Merged openstack/qinling master: Add Node.js runtime support https://review.openstack.org/550690 | 03:15 |
openstackgerrit | Dong Ma proposed openstack/qinling master: Improve the net_resolv_pre_kube function in network.sh https://review.openstack.org/551112 | 03:22 |
kong | #success Qinling now supports Node.js runtime(experimental) | 03:52 |
openstackstatus | kong: Added success to Success page (https://wiki.openstack.org/wiki/Successes) | 03:52 |
openstackgerrit | Dong Ma proposed openstack/qinling master: Improve the net_resolv_pre_kube function in network.sh https://review.openstack.org/551112 | 03:57 |
openstackgerrit | Merged openstack/qinling master: kubeadm: fix issue about obtaining k8s config https://review.openstack.org/550722 | 06:44 |
openstackgerrit | Merged openstack/qinling master: Improve the net_resolv_pre_kube function in network.sh https://review.openstack.org/551112 | 06:44 |
*** caoyuan has joined #openstack-qinling | 07:04 | |
openstackgerrit | Dong Ma proposed openstack/qinling master: Improve the setup scripts to support multi-nics https://review.openstack.org/551200 | 08:17 |
larainema | kong, huntxu, I try to improve the setup scripts to support multi-nics, please help review | 08:18 |
*** lenka_ has joined #openstack-qinling | 08:29 | |
*** lenka_ has quit IRC | 08:43 | |
*** lenka_ has joined #openstack-qinling | 08:50 | |
*** lenka_ has quit IRC | 08:50 | |
huntxu | larainema: can you give it a try to just set the kubernetes apiserver's advertise address to the address of your default interface? I guess that should be enough. It seems not need to change the content of /etc/hosts | 09:03 |
larainema | huntxu, yes, I have try that, not need to change the content of /etc/hosts, but in my case the content write to the /etc/hosts is not the iface I wanted | 09:05 |
huntxu | larainema: that doesn't matter as we use kube AIO, all the addresses on your system should be the same | 09:07 |
huntxu | larainema: does the content in /etc/hosts brings you other problems? | 09:07 |
larainema | huntxu, no other problem, i just wander why use this method to add content to /etc/hosts | 09:08 |
larainema | in the beginning i thought this is the root cause of my problem, so I made the changes | 09:09 |
larainema | only the content in the /etc/hosts is not correct for my case | 09:10 |
huntxu | larainema: yes, we only uses the address on the interface used to the default gw. | 09:18 |
larainema | huntxu, OK, I will remove the changes with /etc/hosts | 09:20 |
openstackgerrit | Dong Ma proposed openstack/qinling master: Improve the setup scripts to support multi-nics https://review.openstack.org/551200 | 09:29 |
*** lenka has joined #openstack-qinling | 09:58 | |
*** kevinz has quit IRC | 10:05 | |
*** huntxu has quit IRC | 10:18 | |
*** huntxu has joined #openstack-qinling | 10:30 | |
openstackgerrit | Hunt Xu proposed openstack/qinling master: Improve the setup scripts to support multi-nics https://review.openstack.org/551200 | 10:46 |
*** caoyuan has quit IRC | 12:10 | |
*** huntxu has quit IRC | 12:13 | |
*** kevinz has joined #openstack-qinling | 12:23 | |
*** kevinz has quit IRC | 12:30 | |
*** lenka has quit IRC | 13:10 | |
*** huntxu has joined #openstack-qinling | 13:20 | |
*** caoyuan has joined #openstack-qinling | 13:50 | |
*** caoyuan has quit IRC | 13:55 | |
*** lenka has joined #openstack-qinling | 14:06 | |
*** huntxu has quit IRC | 15:05 | |
*** caoyuan has joined #openstack-qinling | 15:07 | |
*** caoyuan has quit IRC | 15:24 | |
*** caoyuan has joined #openstack-qinling | 15:28 | |
*** lenka has quit IRC | 15:40 | |
*** lenka has joined #openstack-qinling | 15:41 | |
openstackgerrit | Hunt Xu proposed openstack/qinling master: kubeadm: make it also works for CentOS 7 https://review.openstack.org/551319 | 15:52 |
*** caoyuan has quit IRC | 16:08 | |
openstackgerrit | Hunt Xu proposed openstack/qinling master: kubeadm: make it also work on CentOS 7 https://review.openstack.org/551319 | 16:16 |
openstackgerrit | Hunt Xu proposed openstack/qinling master: kubeadm: make it also work on CentOS 7 https://review.openstack.org/551319 | 16:20 |
*** lenka has quit IRC | 17:04 | |
*** lenka has joined #openstack-qinling | 19:59 | |
*** lenka has quit IRC | 20:40 | |
*** larainema has quit IRC | 23:55 | |
*** lenka has joined #openstack-qinling | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!