All Questions
319 questions
-1
votes
1
answer
52
views
Airflow Scheduler Hanging When Run with Remote Database
I am Using Openshift to deploy decoupled units of Apache Airflow (version 2.8.3) each Scheduler and Webserver is running in separate deployments, in terms of the meta database I am using MySQL 8.3 ...
0
votes
0
answers
213
views
Openshift stucks in ContainerCreating. Generated from default-scheduler. Successfully assigned
I have a project managed with kubernetes. The project is (among other various configurations), a back-end connected to a mysql.
It is working in a development environment. We had the problem today, ...
0
votes
0
answers
2k
views
Openshift: [ERROR] mariadbd: Can't create/write to file './ddl_recovery.log' (Errcode: 13 "Permission denied")
I am trying to launch an application with openshift and am running into this issue with mariadb. I found this thread (Kubernetes: mysqld Can't create/write to file '/var/lib/mysql/is_writable&#...
0
votes
1
answer
2k
views
Connect openshift pod to external mysql database
I am trying to set up a generic pod on OpenShift 4 that can connect to a mysql server running on a separate VM outside the OpenShift cluster (testing using local openshift crc). However when creating ...
0
votes
1
answer
166
views
Deploying a spring boot micro service connected to mysql db to an external service on open shift through Jenkins pipeline
I'm new to the deployment space (only ever did development) and I'm wondering if there are any tips or best practices to successfully accomplish this that anyone on this platform can provide. I'm ...
0
votes
0
answers
191
views
Spring fails to connect to MySQL with RSA/ECB/OAEPWithSHA-1AndMGF1Padding exception
I have two Docker images, one containing a Bitnami MySQL instance, the other is a java Spring app. I can run the two images locally on machine through Vagrant and they connect fine. However, I tried ...
0
votes
0
answers
1k
views
Cannot connect to mysql group replication instance on openshift
I have deployed a MySQL server (bitnami helmchart) to an openshift cluster (version 8.0.25-debian-10-r16) and made a group replication cluster using docs here: https://dev.mysql.com/doc/refman/8.0/en/...
2
votes
2
answers
4k
views
Connect to MySQL database by using route exposed on openshift
I have just exposed my database on openshift and it gives me an 'https://....' url
Does anybody know how to connect using DBeaver by using this url that openshift gave to me.
The error that dbeaver ...
1
vote
2
answers
2k
views
How to create mysql users and database during deployment of mysql in kubernetes?
I wanted to create some mysql users and databases while creating mysql deployment in kubernetes.
means when mysql deployment is being created its shouldalso create some users as well as database in ...
0
votes
1
answer
632
views
DB Error: connection lost: server Closed the connection
I'm facing this error when the there are no requests to mysql it goes to idles state and we face this db error. I'm working with node, mysql deployed onto openshift cluster.
How do I keep the db ...
1
vote
1
answer
360
views
Unable to increase replica count in openshift deployment templates
I am trying to deploy mysql cluster on openshift with one master and 2 slaves replicas this MySQL-Replication-Example.
I changed the image used in this json template by the latest image and changed ...
0
votes
2
answers
349
views
Error in Version Updation for MySQL Openshift Templates
I am trying to deploy MySQL Instance on Openshift Cloud Platform.
My requirements are:
Version 8.0.19(latest)
1 Master and 2 Slave Replica Set
Persistency
I found the templates for MySQL version 5.7 ...
0
votes
1
answer
92
views
Minishift MySQL service not showing actual database
Using Springboot 2.2.4 and a local distribution of Openshift (Minishift, Kubernetes Master 1.11, Openshift Web Console 3.11).
The app itself is just a spring-boot-starter-data-rest CRUD for a simple ...
0
votes
1
answer
930
views
How to mount persistent volume of specific directory path to default MySQL data dir in Openshift
From the Openshift documentation https://docs.openshift.com/enterprise/3.1/using_images/db_images/mysql.html, it is stated that default data directory of MySQL is set to /var/lib/mysql/data. How do I ...
0
votes
1
answer
128
views
Openshift mysql help needed
I'm new to Openshift development and I am trying to create a mysql db pod. Can someone suggest me some good reference material? this is as far as I have gone: (p.s using oc cli)
create db on command ...