Questions tagged [openshift-4]

18 questions
5
votes
0 answers

What is the timeline for OpenShift Origin 4.X?

My company is playing around with OKD. I got a question as to when version 4.1 would be available for the public. Any comment in this regard would be appreciated.
Billy Billy
  • 423
  • 4
  • 14
4
votes
1 answer

Openshift missing permissions to create a file

The spring boot application is deployed on openshift 4. This application needs to create a file on the nfs-share. The openshift container has configured a volume mount on the type NFS. The container on openshift creates a pod with random userid…
4
votes
1 answer

Issues creating a cron job that runs a PostgreSQL stored procedure on a schedule in Openshift

I am new to openshift and i am having issues/errors when creating a Cron job that will run a stored procedure. I thought the easiest way for me to run this would be to use the OpenShift CLI in a cron job which would just navigate to the pod, connect…
DataCrankn
  • 41
  • 2
2
votes
1 answer

OpenShift single node PersistentVolume with hostPath requires privileged pods, how to set as default?

I am fairly new to OpenShift and have been using CRC (Code Ready Containers) for a little while, and now decided to install the single server OpenShift on bare metal using the Assisted-Installer method from…
xit
  • 135
  • 1
  • 12
2
votes
3 answers

OpenShift: How to update app based on ImageStream

I created a project on OpenShift 4.2 with an ImageStream that is pulling an Image from Quay.io: oc new-project xxx-imagestream oc import-image is:1.0 --from quay.io/xxx/myimage:latest --confirm --reference-policy local Now I create a new project…
Guildenstern70
  • 1,715
  • 18
  • 18
2
votes
2 answers

OpenShift 4.x and HELM

What is the support of HELM in OpenShift 4.x? In the documentation: https://docs.openshift.com/container-platform/4.1/welcome/oce_about.html "OpenShift Container Engine users have full access to Kubernetes Operators, pod deployment strategies, Helm,…
Jxadro
  • 1,497
  • 2
  • 16
  • 36
2
votes
2 answers

Unable to login to openshift with CLI

I'm trying to login to starter openshift server. Then getting error: C:\Users\Admin>oc login https://console-openshift-console.apps.us-west-1.online-starter.openshift.com error: invalid character '<' looking for beginning of value version of…
Daiven
  • 23
  • 1
  • 1
  • 3
1
vote
1 answer

How to pass param file when applying a new yaml

I am on on openshift 4.6. I want to pass parameters when to a yaml file so i tried the below code but it threw an error oc apply -f "./ETCD Backup/etcd_backup_cronjob.yaml" --param master-node = oc get nodes -o name | grep "master-0" | cut -d'/'…
ashish
  • 273
  • 1
  • 5
  • 16
1
vote
2 answers

Where can I download the OpenShift 4 CodeReady Containers VirtualBox crcbundle file?

I am trying to install Openshift4 locally on my computer and I am missing a file with the .crcbundle-extension. Could someone help me out on where to find this file or how to create it? I am talking about the following project on…
0
votes
0 answers

OCP - openshift container - Need to copy custom ca-trust certificates for proxy call from company domain to azure

We have airflow hosted on OCP and we running dags to upload data to azure from dags so from OCP we need connection to azure. We opened proxy connection from company domain and now we need to migrate to 8085 proxy which requires SSL interception and…
Mahesh Malpani
  • 1,782
  • 16
  • 27
0
votes
0 answers

OpenShift deployment unable to pull image from internal registry: certificate signed by unknown authority

I apologize if this seems like a fairly trivial question, but I am not very familiar with OpenShift deployment. I am trying to build a Docker image, push it to an OpenShift internal registry deployed on-premise, and then deploy an app that pulls…
user10931326
  • 787
  • 2
  • 8
  • 15
0
votes
0 answers

latency Issue with Apache httpd request

We are using deployed a pod of Apache Webserver on OCP4. Currently we are facing latency issue in this. When request is triggered from browser to webserver and from webserver to appserver. we saw Webserver hold this request in one of its module.…
Balban
  • 718
  • 3
  • 9
  • 24
0
votes
0 answers

Angular Open Shift deployment failed on docker copy stage

I am trying to deploy angular to openshift, but I am getting issues on docker copy stage --> 68671715781 [2/2] STEP 5/8: COPY --from=0 /dist/frontend /usr/share/nginx/html error: build error: error building at STEP "COPY --from=0 /dist/frontend…
Kuldeep
  • 599
  • 11
  • 28
0
votes
0 answers

Openshift reset `route` config when change branch

I increased the timeout in the Route yaml, but the settings are reset as soon as I change the name of the branch through the UI, not through the yaml configuration. This is the annotation: metadata: annotations: …
0
votes
1 answer

Mount to pod's empty dir when PVC is not responding - Openshift

I have a openshift deployment which is using NFS to save the logs and it is mapped to PV and PVC added to the container as below. volumeMounts: - name: outputlog mountPath: /logs And it is mapped to the PVC mount as below. volumes: - name:…
Lasitha Benaragama
  • 2,201
  • 2
  • 27
  • 43
1
2