kubernetes cluster timed out

Bug #1825091 reported by Ankit Kansal
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
magnum (Ubuntu)
New
Undecided
Unassigned

Bug Description

I am trying to deploy the kubernetes cluster using magnum on Rocky openstack. But it is getting timeout on "kube_cluster_deploy" OS::Heat::SoftwareDeployment.

[root@bl460cx2355 ~(keystone_admin)]# rpm -qa | grep -i openstack-magnum
openstack-magnum-api-7.1.0-1.el7.noarch
openstack-magnum-ui-5.0.1-1.el7.noarch
openstack-magnum-common-7.1.0-1.el7.noarch
openstack-magnum-conductor-7.1.0-1.el7.noarch
[root@bl460cx2355 ~(keystone_admin)]#

Openstack is rocky

openstack coe cluster template create kubernetes-cluster-template --image fedora-atomic-latest --external-network public --dns-nameserver 10.64.2.226 --master-flavor m1.small --flavor m1.small --docker-volume-size 5 --coe kubernetes

openstack coe cluster create kubernetes-cluster --cluster-template kubernetes-cluster-template --master-count 1 --node-count 1 --keypair mmkeypair

Revision history for this message
Ankit Kansal (ankit21990) wrote :

I logged into master and not able to find any pods in kube-system namespace

[root@bl460cx2355 ~(keystone_admin)]# kubectl -n kube-system get po
No resources found.
[root@bl460cx2355 ~(keystone_admin)]#

Minion was in tainted, so i untainted it and then try to deploy nginx pods, pods are getting deployed.

[root@bl460cx2355 ~(keystone_admin)]# kubectl get pod
NAME READY STATUS RESTARTS AGE
nginx-64f497f8fd-bhtfl 1/1 Running 0 22m
nginx-64f497f8fd-g4xrq 1/1 Running 0 22m
nginx-64f497f8fd-pcg6l 1/1 Running 0 22m
nginx-64f497f8fd-shqhj 1/1 Running 0 22m
nginx-64f497f8fd-zwtfh 1/1 Running 0 22m
[root@bl460cx2355 ~(keystone_admin)]#

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.