It appears the node name is correct: [root@openshift openshift]# ./oc get nodes NAME LABELS STATUS AGE openshift.master1 kubernetes.io/hostname=openshift.master1 Ready 4d
[root@openshift openshift]# hostname openshift.master1 I started openshift the same way I have always started it; with "./openshift start" and that creates a master and node on the same machine. On Tue, Jan 26, 2016 at 8:37 AM, Clayton Coleman <[email protected]> wrote: > Deletions are graceful by default - you can pass --grace-period=0 to > force delete the offending pod. > > This is almost always related to nodes being misconfigured. There was > an issue where nodes may have gotten their node names changed to their > IP in 1.1 can you verify that the nodes the pods are assigned to match > actual node names in the system? > > > On Jan 26, 2016, at 2:14 AM, Dean Peterson <[email protected]> > wrote: > > > > If I try to build and deploy a number of pods simultaneously Openshift > seems to go crazy and I am no longer able to get my app up. I recently > upgraded to v1.1.1. I think there may be serious locking issues with this > version. After keycloakservice-5-g75fg pod hangs, I try to delete it > because I can't start anything else in Openshift it seems while that is > stuck terminating. I try to manually delete the pod but it just keeps > saying deleted, deleted deleted over and over but the pod stays. > > > > keycloakservice-5-g75fg 0/1 Terminating 0 14m > > keycloakservice-6-deploy 0/1 Error 0 7m > > keycloakservice-build-1-build 0/1 Completed 0 1d > > keycloakservice-build-10-build 0/1 Completed 0 24m > > keycloakservice-build-11-build 0/1 Completed 0 17m > > keycloakservice-build-2-build 0/1 Completed 0 2h > > keycloakservice-build-3-build 0/1 Completed 0 2h > > wildfly-jdk-8-build-1-build 0/1 Completed 0 1d > > [root@openshift openshift]# ./oc delete pod keycloakservice-5-g75fg > > pod "keycloakservice-5-g75fg" deleted > > [root@openshift openshift]# ./oc delete pod keycloakservice-5-g75fg > > pod "keycloakservice-5-g75fg" deleted > > [root@openshift openshift]# ./oc delete pod keycloakservice-5-g75fg > > pod "keycloakservice-5-g75fg" deleted > > [root@openshift openshift]# ./oc delete pod keycloakservice-5-g75fg > > pod "keycloakservice-5-g75fg" deleted > > [root@openshift openshift]# ./oc delete pod keycloakservice-5-g75fg > > pod "keycloakservice-5-g75fg" deleted > > [root@openshift openshift]# ./oc delete pod keycloakservice-5-g75fg > > pod "keycloakservice-5-g75fg" deleted > > [root@openshift openshift]# ./oc delete pod keycloakservice-5-g75fg > > pod "keycloakservice-5-g75fg" deleted > > [root@openshift openshift]# ./oc delete pod keycloakservice-5-g75fg > > pod "keycloakservice-5-g75fg" deleted > > [root@openshift openshift]# ./oc delete pod keycloakservice-5-g75fg > > pod "keycloakservice-5-g75fg" deleted > > [root@openshift openshift]# ./oc delete pod keycloakservice-5-g75fg > > pod "keycloakservice-5-g75fg" deleted > > [root@openshift openshift]# ./oc delete pod keycloakservice-5-g75fg > > pod "keycloakservice-5-g75fg" deleted > > > > _______________________________________________ > > users mailing list > > [email protected] > > http://lists.openshift.redhat.com/openshiftmm/listinfo/users >
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
