Hello , now the cluster creation completes but :

oot@test-HP-ProBook-450-G3:~# kubectl get pod -n kube-system
NAME                                       READY   STATUS    RESTARTS   AGE
calico-kube-controllers-698dc979db-9vc2q   0/1     Pending   0          16m
calico-node-mszlr                          2/2     Running   0          16m
calico-node-rxn2r                          2/2     Running   0          16m
calico-node-s2l5j                          2/2     Running   0          16m
coredns-865bd969f-kdvpf                    0/1     Pending   0          16m
heapster-7bf5794cc7-hb9rm                  0/1     Pending   0          16m
kube-dns-autoscaler-57bd7f54d5-zztvc       0/1     Pending   0          16m
kubernetes-dashboard-d48c76949-dr9f4       0/1     Pending   0          16m

Using flannel some pods are pending as well.

Regards
Ignazio

Il giorno lun 2 dic 2019 alle ore 16:29 Bharat Kunwar <bharat@stackhpc.com> ha scritto:
Yes you can specify comma separated `labels` when you create a cluster template/cluster from the dashboard.

e.g. heat_container_agent_tag=train-stable,kube_tag=v1.14.8.

Also make sure cluster_user_trust=True inside your magnum.conf.

On 2 Dec 2019, at 15:26, Ignazio Cassano <ignaziocassano@gmail.com> wrote:

The network plugin is flannel .
I do not kow what is kube_tag . I read  that with it I can specify the kubernetes version, right ?
I am using openstack dashboard for creating my cluster: where I can specify heat_container_agent_tag: train-stable in the dashboard ?
Thanks
Ignazio

Il giorno lun 2 dic 2019 alle ore 16:11 Bharat Kunwar <bharat@stackhpc.com> ha scritto:
Hi Ignazio,

What version of kube_tag are you trying to run? What network plugin? I suggest using `heat_container_agent_tag: train-stable` as its easier to debug.


Best

bharat

> On 2 Dec 2019, at 15:08, Ignazio Cassano <ignaziocassano@gmail.com> wrote:
>
> hello, I've just installed stein with magnum on centos 7. I am creating a kubernetes cluster but it is running since 22 minutes and I think it will not work because the heat stack is waiting OSSoftwareDeployment completes 
> I presume something is not working on heat with magnum. I ran several stack with Software Deployment without magnum, and they worked fine
>
> Thanks
> Ignazio