*** ricolin__ has joined #openstack-containers | 00:13 | |
*** ricolin_ has quit IRC | 00:16 | |
*** ivve has quit IRC | 00:32 | |
*** spsurya has joined #openstack-containers | 01:05 | |
openstackgerrit | Feilong Wang proposed openstack/magnum master: Fix addon tag/version parsing https://review.opendev.org/675492 | 01:51 |
---|---|---|
*** altlogbot_0 has quit IRC | 02:44 | |
*** altlogbot_0 has joined #openstack-containers | 02:44 | |
*** ramishra has joined #openstack-containers | 03:14 | |
openstackgerrit | Feilong Wang proposed openstack/magnum master: Improve log of k8s health status check https://review.opendev.org/675511 | 03:46 |
*** ricolin__ is now known as ricolin | 04:09 | |
*** AJaeger has left #openstack-containers | 04:23 | |
*** dave-mccowan has quit IRC | 04:25 | |
*** ianychoi_ has quit IRC | 04:44 | |
*** ykarel has joined #openstack-containers | 05:10 | |
*** udesale has joined #openstack-containers | 05:33 | |
*** dave-mccowan has joined #openstack-containers | 05:33 | |
brtknr | Flwang: u there? | 05:52 |
brtknr | How is the train-dev heat container agent working for you? | 05:53 |
brtknr | My current issue is this: https://storyboard.openstack.org/#!/story/2006381 | 05:54 |
*** ramishra has quit IRC | 06:23 | |
*** ramishra has joined #openstack-containers | 06:48 | |
*** rcernin has quit IRC | 07:46 | |
*** ykarel is now known as ykarel|lunch | 07:50 | |
openstackgerrit | Bharat Kunwar proposed openstack/magnum master: Fix cloud-config file https://review.opendev.org/675548 | 07:52 |
brtknr | flwang: i noticed that the above is causing problems... not sure how it worked before... | 07:54 |
brtknr | strigazi: ^ | 07:55 |
*** ivve has joined #openstack-containers | 08:15 | |
*** ramishra_ has joined #openstack-containers | 08:27 | |
*** ramishra has quit IRC | 08:29 | |
openstackgerrit | Feilong Wang proposed openstack/magnum master: Improve log of k8s health status check https://review.opendev.org/675511 | 09:07 |
*** ykarel|lunch is now known as ykarel | 09:15 | |
*** Pavan has joined #openstack-containers | 09:39 | |
Pavan | i ma new in openstack i want setup k8s on openstack i have magnum access and createe 1 master and 1 worker node , now how to run k8s pod on cluster | 09:40 |
Pavan | have any tutorial from basic setup | 09:40 |
*** ykarel is now known as ykarel|afk | 10:03 | |
brtknr | flwang: also with 1.15.2, the cni plugin doesnt look very happy... no problem with 1.14... | 10:08 |
brtknr | flwang: this is with calico | 10:08 |
brtknr | Pavan: if you already have a cluster, i recomment checkout the k8s documentation | 10:10 |
brtknr | Pavan: you can do "openstack coe cluster config <cluster name>" to generate config for kubectl | 10:11 |
Pavan | k8s can run same like "kubectl create -f pod_yaml_file " | 10:12 |
brtknr | Pavan: yes | 10:12 |
Pavan | or is magnum provide to setup pod itself | 10:12 |
Pavan | brtknr, can i need to setup k8s master using "kubeadm run master" | 10:13 |
brtknr | Pavan: you done need to setup master, magnum should do that for you | 10:14 |
Pavan | brtknr, have any magnum tutorial ? | 10:14 |
brtknr | Pavan: you said you already have a cluster setup using magnum | 10:14 |
Pavan | yes, but whwn i run kubectl get node on master it not showing any node | 10:14 |
brtknr | can you see if a node has been created when you do "openstack server list" | 10:15 |
Pavan | yes it have created | 10:16 |
Pavan | brtknr, i have seen "magnum pod create " command , Is magnum handel pod | 10:23 |
brtknr | Pavan: that option does not exist anymore | 10:24 |
brtknr | you should use kubectl | 10:25 |
brtknr | can you do `openstack server list | nc seashells.io 1337` and paste the link | 10:25 |
brtknr | also can you ssh into the master node and do `cat /var/log/cloud-init.log | nc seashells.io 1337` | 10:26 |
Pavan | brtknr, magnum only create infra and run kubeadm to create master and worker that's it , am I right | 10:26 |
brtknr | Pavan: magnum doesnt use kubeadm at the moment, everything is configured manually | 10:27 |
Pavan | brtknr, mean i need to setup master and conect worker to master | 10:28 |
brtknr | Pavan: no, Magnum does that part | 10:28 |
brtknr | Pavan: it should do that part unless something is misconfigured | 10:29 |
Pavan | ok | 10:29 |
Pavan | then what is the benefit of magnum as compare to setup manually setup master and worker | 10:30 |
Pavan | brtknr, https://paste.fedoraproject.org/paste/C-bZgBsZLJJ7~rCK2qiQ0g | 10:35 |
Pavan | brtknr, using fedora-automic-latest image | 10:36 |
*** ykarel|afk is now known as ykarel | 10:38 | |
Pavan | brtknr, r u their | 10:44 |
brtknr | Pavan: magnum lets you manage multiple k8s clusters under a single openstack deployment | 11:02 |
brtknr | Pavan: the whole lifecycle from create, update, recently upgrade and delete | 11:02 |
brtknr | also expand and shrink a cluster | 11:03 |
brtknr | Pavan: can you do `cat /var/log/cloud-init-output.log | nc seashells.io 1337` | 11:05 |
brtknr | also what version of magnum are you running? | 11:05 |
Pavan | brtknr, 2.13.0 magnum version | 11:06 |
Pavan | brtknr, geting "serving at https://seashells.io/v/93mbKwcr | 11:06 |
Pavan | " output | 11:06 |
brtknr | Pavan: thats the magnun client version | 11:07 |
brtknr | Pavan: how did you deploy your openstack? | 11:08 |
Pavan | we don't have backend control , we have only project access | 11:09 |
brtknr | Pavan: can you ask them how they deployed your openstack? | 11:13 |
brtknr | is it triple-O/kolla-ansible/something else? | 11:13 |
brtknr | Pavan: can you run ` magnum-api --version` | 11:19 |
*** mkuf has joined #openstack-containers | 11:22 | |
brtknr | Pavan: actually you might not be able to | 11:23 |
*** mkuf_ has joined #openstack-containers | 11:28 | |
*** mkuf has quit IRC | 11:32 | |
*** ramishra_ has quit IRC | 11:38 | |
*** mkuf_ has quit IRC | 11:47 | |
Pavan | brtknr, yes | 12:04 |
Pavan | i dont have | 12:04 |
Pavan | brtknr, they installed manually coumpute node and control node | 12:13 |
Pavan | queens version | 12:13 |
Pavan | brtknr, piong | 12:24 |
Pavan | ping* | 12:24 |
*** ramishra has joined #openstack-containers | 12:32 | |
*** udesale has quit IRC | 12:56 | |
*** udesale has joined #openstack-containers | 12:57 | |
*** henriqueof has joined #openstack-containers | 12:58 | |
*** ramishra has quit IRC | 13:10 | |
*** ykarel has quit IRC | 13:29 | |
*** ivve has quit IRC | 13:33 | |
*** lbragstad has joined #openstack-containers | 13:45 | |
brtknr | Pavan: sorry I was out for lunch | 13:49 |
Pavan | ok | 13:49 |
brtknr | can you show me the output of this: sudo ./var/lib/cloud/instances/b1b9e960-fe96-4eea-8ba7-a908bb611308/scripts/part-009 | nc seashells.io 1337 | 13:51 |
brtknr | on the master node | 13:51 |
brtknr | because thats the setup script which is failing: https://seashells.io/p/3gnsc5Rw | 13:52 |
*** spsurya has quit IRC | 13:54 | |
*** lbragstad has quit IRC | 13:58 | |
*** lbragstad has joined #openstack-containers | 14:04 | |
*** lbragstad has quit IRC | 14:14 | |
*** ykarel has joined #openstack-containers | 14:23 | |
*** ivve has joined #openstack-containers | 14:39 | |
*** ramishra has joined #openstack-containers | 14:44 | |
*** ricolin has quit IRC | 14:57 | |
*** ricolin has joined #openstack-containers | 15:01 | |
*** ramishra has quit IRC | 15:06 | |
*** ykarel is now known as ykarel|away | 15:09 | |
*** udesale has quit IRC | 16:02 | |
*** guimaluf has quit IRC | 16:09 | |
*** henriqueof has quit IRC | 16:14 | |
*** ricolin_ has joined #openstack-containers | 16:41 | |
*** ricolin has quit IRC | 16:44 | |
*** irclogbot_2 has quit IRC | 16:47 | |
*** irclogbot_2 has joined #openstack-containers | 16:47 | |
*** ykarel|away has quit IRC | 16:49 | |
*** irclogbot_2 has quit IRC | 16:49 | |
*** irclogbot_0 has joined #openstack-containers | 16:49 | |
*** ricolin_ has quit IRC | 19:02 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!