-
Notifications
You must be signed in to change notification settings - Fork 6
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
Install Cilium community with OKD #101
Comments
From what I can see in Quay: https://quay.io/repository/cilium/cilium-olm?tab=tags&tag=latest It does not seem like there are any 1.15.1 images available, i.e they are only available on registry.connect.redhat.com So you can either try to build the cilium-olm image by using this repo or you can install using the cilium cli or helm instead (I am working on a guide for this, I will link it here when it is ready). |
@stianfro thanks for your reply. In my understand I have to build an image from this Dockerfile [1] and use it during the install of cilium-olm ? BR, |
@balioune yes I believe that would be the one athough I haven't actually tried to use it myself, but judging by the github action it seems right: olm-for-cilium/.github/workflows/publish.yaml Lines 43 to 49 in 107c2b0
|
Hi,
I would like to deploy OKD v17 with Cilium as CNI plugin v1.15.1.
I follow the guide [1] to install and apply patch [2] to get cilium-olm image from quay.io.
But the deployment of the pod cilium-olm-******* fail due to ErrImagePull.
Someone knows how to solve thus error ?
Is the official install docs explaining how to deploy cilium cummunity with OKD ?
BR,
[1] https://isovalent.com/blog/post/deploying-red-hat-openshift-with-cilium/
[2] Patches
The text was updated successfully, but these errors were encountered: