Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error deploying istio 1.20 with hack script in OpenShift #6847

Closed
josunect opened this issue Nov 15, 2023 · 1 comment · Fixed by #6848
Closed

Error deploying istio 1.20 with hack script in OpenShift #6847

josunect opened this issue Nov 15, 2023 · 1 comment · Fixed by #6848
Assignees
Labels
bug Something isn't working

Comments

@josunect
Copy link
Contributor

Egress and Ingress gateways never start because of this error:

✘ Egress gateways encountered an error: failed to wait for resource: resources not ready after 5m0s: context deadline exceeded
Deployment/istio-system/istio-egressgateway (container failed to start: CreateContainerConfigError: container has runAsNonRoot and image will run as root (pod: "istio-egressgateway-85cddd6768-4gzz4_istio-system(e23fe7a8-2409-4107-b971-598e95c8361f)", container: istio-proxy))
Processing resources for Ingress gateways. Waiting for Deployment/istio-system/istio-ingressgat...
✘ Ingress gateways encountered an error: failed to wait for resource: resources not ready after 5m0s: context deadline exceeded
Deployment/istio-system/istio-ingressgateway (container failed to start: CreateContainerConfigError: container has runAsNonRoot and image will run as root (pod: "istio-ingressgateway-54cb56c9b9-drfpz_istio-system(219f353d-e9c6-44c2-93ff-02b428eabebd)", container: istio-proxy))

@josunect josunect added the bug Something isn't working label Nov 15, 2023
@josunect josunect self-assigned this Nov 15, 2023
@josunect
Copy link
Contributor Author

It looks like the error is solved without runAsAny.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

1 participant