-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix: Upgrade oc to 4.4 and use UBI8 base image #71
base: master
Are you sure you want to change the base?
fix: Upgrade oc to 4.4 and use UBI8 base image #71
Conversation
@arajkumar Your image is available in the registry: |
@arajkumar Your image is available in the registry: |
Changes look fine to me but do we need this component to be deployed. My thinking is that it is not required as we are checking the status of the queue everyday and we can manually update the number of replicas. We are not a real time system where we have very strict SLA's for ingestion. @yzainee |
@prashbnair , Me too under same impression as you and in favour of scrapping this. |
@prashbnair As discussed earlier, this is not something that we need as of now. We can keep the repo and use it if needed. Currently, with the new ingestion process, the scaler will never be used |
RUN pip3 install -r /tmp/requirements.txt | ||
RUN pip3 install --no-cache-dir --no-cache --upgrade pip && pip install --no-cache-dir --no-cache --upgrade wheel | ||
RUN pip3 install --no-cache-dir --no-cache -r /tmp/requirements.txt | ||
RUN curl https://mirror.openshift.com/pub/openshift-v4/clients/oc/4.4/linux/oc.tar.gz -o - | tar -zx -C /usr/bin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OSD4 needs oc >= 4.x to interact with.
Description
Fixes # (issue)
Type of change
Please delete options that are not relevant.