You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.
When deploying serving-operator on Openshift 4.3, all the pods are failing with pod initialization error with status as 0/2 Init:crashloopbackofferror.
Pre-req: Installed Istio using helm on OCP 4.3.
oc describe pod podname
Knative Serving otherwise isn't regularly build and tested on Openshift so there might be dragons.
That being said, the logs you shared don't contain the actual errors. Can you please fetch the logs of the containers to further debug (see the instructions given, you need to provide the respective container name)
[cloud-user@ron5-bastion serving-operator]$ oc logs activator-7b4ccf8cc4-hmgtp
Error from server (BadRequest): a container name must be specified for pod activator-7b4ccf8cc4-hmgtp, choose one of: [activator istio-proxy] or one of the init containers: [istio-init]
[cloud-user@ron5-bastion serving-operator]$ oc logs activator-7b4ccf8cc4-hmgtp -c istio-proxy
Error from server (BadRequest): container "istio-proxy" in pod "activator-7b4ccf8cc4-hmgtp" is waiting to start: PodInitializing
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When deploying serving-operator on Openshift 4.3, all the pods are failing with pod initialization error with status as 0/2 Init:crashloopbackofferror.
![image](https://user-images.githubusercontent.com/28943483/80201677-1a929900-8642-11ea-955f-e1afb562930f.png)
![image](https://user-images.githubusercontent.com/28943483/80201527-e7500a00-8641-11ea-9e8c-6d6b3f1dff0b.png)
Pre-req: Installed Istio using helm on OCP 4.3.
oc describe pod podname
I have build images from- https://github.com/knative/serving/tree/v0.13.2
Istio version: 1.1.7
The text was updated successfully, but these errors were encountered: