This repository was archived by the owner on May 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Route Laucher not found on PPC64LE #50
Copy link
Copy link
Open
Description
I am following the steps at:-
https://github.com/fabric8-launcher/launcher-operator
Facing the following error at step 4:-
[root@p006vm32 launcher-operator]# oc get route launcher --template={{.spec.host}}
Error from server (NotFound): routes.route.openshift.io "launcher" not found
Investigated the same and found the following:-
[root@p006vm32 launcher-operator]# oc get all
NAME READY STATUS RESTARTS AGE
pod/launcher-operator-7997df99b5-8hdrw 0/1 Error 0 12s
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
deployment.apps/launcher-operator 1 1 1 0 16s
NAME DESIRED CURRENT READY AGE
replicaset.apps/launcher-operator-7997df99b5 1 1 0 15s
[root@p006vm32 launcher-operator]# oc get all
NAME READY STATUS RESTARTS AGE
pod/launcher-operator-7997df99b5-8hdrw 0/1 CrashLoopBackOff 1 16s
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
deployment.apps/launcher-operator 1 1 1 0 20s
NAME DESIRED CURRENT READY AGE
replicaset.apps/launcher-operator-7997df99b5 1 1 0 19s
[root@p006vm32 launcher-operator]# oc logs launcher-operator-7997df99b5-8hdrw
standard_init_linux.go:178: exec user process caused "exec format error"
[root@p006vm32 launcher-operator]# oc describe pod/launcher-operator-7997df99b5-8hdrw
Name: launcher-operator-7997df99b5-8hdrw
Namespace: launcher-operator
Priority: 0
PriorityClassName: <none>
Node: p006vm32/129.40.81.32
Start Time: Thu, 29 Aug 2019 06:23:01 -0400
Labels: name=launcher-operator
pod-template-hash=3553895561
Annotations: openshift.io/scc=anyuid
Status: Running
IP: 10.128.0.135
Controlled By: ReplicaSet/launcher-operator-7997df99b5
Containers:
launcher-operator:
Container ID: docker://a2656ec83e7eb608b198ba5aca0c1c50e2921a873650060c35eef684be83b23f
Image: fabric8/launcher-operator:latest
Image ID: docker-pullable://docker.io/fabric8/launcher-operator@sha256:31142ae9b981abc900e165b6b8aed62ba718c1ff1292291254c6c2bec6fb2864
Port: 60000/TCP
Host Port: 0/TCP
Command:
launcher-operator
State: Waiting
Reason: CrashLoopBackOff
Last State: Terminated
Reason: Error
Exit Code: 1
Started: Thu, 29 Aug 2019 06:34:51 -0400
Finished: Thu, 29 Aug 2019 06:34:51 -0400
Ready: False
Restart Count: 7
Readiness: exec [stat /tmp/operator-sdk-ready] delay=4s timeout=1s period=10s #success=1 #failure=1
Environment:
WATCH_NAMESPACE: launcher-operator (v1:metadata.namespace)
POD_NAME: launcher-operator-7997df99b5-8hdrw (v1:metadata.name)
OPERATOR_NAME: launcher-operator
TEMPLATE_PATH: /usr/local/bin/templates
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from launcher-operator-token-x6p42 (ro)
Conditions:
Type Status
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
launcher-operator-token-x6p42:
Type: Secret (a volume populated by a Secret)
SecretName: launcher-operator-token-x6p42
Optional: false
QoS Class: BestEffort
Node-Selectors: node-role.kubernetes.io/compute=true
Tolerations: <none>
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 12m default-scheduler Successfully assigned launcher-operator/launcher-operator-7997df99b5-8hdrw to p006vm32
Normal Created 11m (x4 over 12m) kubelet, p006vm32 Created container
Normal Started 11m (x4 over 12m) kubelet, p006vm32 Started container
Normal Pulling 10m (x5 over 12m) kubelet, p006vm32 pulling image "fabric8/launcher-operator:latest"
Normal Pulled 10m (x5 over 12m) kubelet, p006vm32 Successfully pulled image "fabric8/launcher-operator:latest"
Warning BackOff 2m (x45 over 12m) kubelet, p006vm32 Back-off restarting failed container
[root@p006vm32 launcher-operator]#
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels