1,747 questions
0
votes
0
answers
51
views
Use Mongo db container in integration tests on arm64 / M-processor, with transaction support [closed]
I started working on an existing .NET Core project, where the underlying database is MongoDb. The solution includes integration tests, which use the bitnami/mongo image with success. On a x64 machine, ...
0
votes
0
answers
44
views
Not able to mount themes stored in GCS bucket to gke keyclaok
i'm trying to add my custom theme from google cloud storage bucket to my bitnami keycloak using gcs-fuse-csi driver but the theme is not showing in the keycloak. I hosted my bitnami keycloak in gke ...
0
votes
0
answers
51
views
bitnami nginx - getting 404 error while doing web page reload / refresh
Below the nginx configuration i use for my FastAPI application.
The static files are served directly from the FastAPI static contents and dont have any static files under the nginx server.
My frontend ...
-1
votes
1
answer
106
views
The Bitnami InfluxDB container automatically exits [closed]
I use docker compose to deploy an influxdb container, the compose file is as follows
services:
influxdb:
image: bitnami/influxdb:latest
volumes:
- influxdb_data:/bitnami/influxdb
...
0
votes
0
answers
15
views
Apache VirtualHost Redirects to HTTPS Unexpectedly on AWS Lightsail Bitnami WordPress [duplicate]
I have a staging site hosted on AWS Lightsail using Bitnami WordPress with Apache. My goal is to serve the site only on HTTP (http://staging.easypick.app), but for some reason, it automatically ...
0
votes
1
answer
302
views
How to use bitnamicharts in helmfile [closed]
Right now I am trying to install a bitnamichart (for elasticsearch). The official documentation lets you use the command helm install my-release oci://registry-1.docker.io/bitnamicharts/elasticsearch.
...
0
votes
1
answer
358
views
How to extend bitnami/postgresql-repmgr with pgvector?
I'm trying to deploy a Postgres cluster with the pgvector extension based on the bitnami/postgresql-repmgr docker image.
However, running docker build throws
E: List directory /var/lib/apt/lists/...
0
votes
2
answers
2k
views
helm pull or install: unable to retrieve credentials [closed]
When I try to install or pull the Bitnami postgres helm chart, I consistently get an error:
helm pull --debug oci://registry-1.docker.io/bitnamicharts/postgresql
Error: GET "https://registry-1....
1
vote
2
answers
586
views
Is there a way to attach a PVC to an existing, running Pod in Kubernetes?
I am using the Bitnami Postgresql-HA Helm charts to run a Postgresql cluster in Kubernetes. I also have a PersistentVolumeClaim (PVC) full of data that isn't going into the database. I'd like to mount ...
0
votes
0
answers
552
views
Struggling to Connect Bitnami Keycloak 26.0.5 to External Infinispan
I’m fairly new to setting up Keycloak with external configurations and have been working for weeks to set up a simple demo connecting Bitnami Keycloak 26.0.5 to an external Infinispan instance. ...
0
votes
1
answer
448
views
How to configure bitnami ksqldb docker image in a docker-compose
I honestly never used an image from bitnami and I am having difficulties in understanding how to use the KSQLDB one. I am pretty sure I am doing something pretty stupid since I misunderstood something ...
0
votes
0
answers
46
views
How to handle .htaccess restrictions during plugin installation on Bitnami when .htaccess is disabled?
I have a WordPress plugin that creates folder structures and places an .htaccess file inside these folders to restrict access. This works perfectly in typical WordPress setups, but I’m facing an issue ...
0
votes
1
answer
1k
views
No Authorizer is configured error on kafka acl
I want have kafka single node cluster with Kraft mode and also active acl .
just i want acl for use client connection on the my kafka , i do not use acl for internaly kafka connections . but i have No ...
0
votes
1
answer
115
views
What is the right way to add custom JDBC drivers to Spring Cloud Data Flow?
I'd like to use an Oracle database for a new Spring Cloud Data Flow install, but it doesn't come with ojdbc, and I'm a little confused on the best way to add custom JDBC drivers.
According to the ...
1
vote
0
answers
210
views
Bitnami Flink helm chart -Add external libraries to jobmanager and task manager
I am using the bitnami flink helm chart and developing a values.yaml (bitnami flink) and difficult to add the dependency jars through helm. I need to add the mssql cdc, iceberg, nessie jars to flink ...
1
vote
0
answers
166
views
Pgpool : Unable to create database via pgpool in Postgres-HA chart by bitnami
Pre-requisite
Npgsql nuget : "Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.4" or above or below .
Postgresql-ha:14.2.16 by bitnami : Postgresql HA by Bitnami
Configured ...
0
votes
0
answers
113
views
Bitnami Airflow chart 19.0.3 (Airflow version 2.10) not creating pods with unique names
Reason: Conflict
HTTP response headers: HTTPHeaderDict({'Audit-Id': 'd4e76ef2-4512-4e87-a2e6-bb413059a56b', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'X-Kubernetes-Pf-...
1
vote
1
answer
326
views
Unable to Configure Virtual Hosts on Bitnami LAMP (AWS Lightsail) – Domains Not Pointing to Specific Directories
I'm running a Bitnami LAMP stack on an AWS Lightsail instance and trying to set up Virtual Hosts so that two domains point to different directories within htdocs. Specifically, I want:
domain1.fr to ...
1
vote
1
answer
129
views
AWS Lightsail bitnami bncert tool certificate location?
I am using AWS Lightsail and generated some tls certificates. Where does the bncert tool place the certificates at? I need to add it to my express app configuration.
Adding "/opt/bitnami/apache/...
-1
votes
1
answer
63
views
Apache Bitnami virtual host doesnt route subdomain correctly
I have a lightsailt LAMP instance. It uses bitnami and I changed the /opt/bitnami/apache/conf/httpd-vhosts.conf to add a new subdomain.
<VirtualHost *:80>
ServerName newsubdomain.domain.com
...
0
votes
1
answer
86
views
Json error: Cannot modify header information – headers already sent on Aws-bitnami
Inquiries regarding logs in the following format are probably the most common due to json errors related to WordPress.
[Thu Jul 25 13:00:50.367263 2024] [proxy_fcgi:error] [pid 26574:tid ...
0
votes
1
answer
332
views
No host described in new configuration with {version: 1, term: 0} for replica set rs0 maps to this node
Problem:- The pod was not Ready (0/1), and the pod status was Running. Error is pod was not rs.initiate()
I saw the pod logs and got the below error message.
{“t”:{“$date”:“2024-07-19T05:44:52.000+00:...
0
votes
0
answers
218
views
How to mount local directory to pod installed with helm chart in minikube?
I am using this odoo helm chart from Bitnami installed on minikube on windows.
Now i am trying to mount my local project repo "project/addons" into the Odoo running pod (in /bitnami/odoo/...
1
vote
1
answer
969
views
Upgrading bitnami/moodle container
I have a setup based on what is described in https://hub.docker.com/r/bitnami/moodle
# Copyright Broadcom, Inc. All Rights Reserved.
# SPDX-License-Identifier: APACHE-2.0
version: '2'
services:
...
1
vote
0
answers
774
views
Configure Bitnami Keycloak to use Custom CA
I'm trying to add a MSAD FS Server as Identity Provider in keycloak, which is deployed via the bitnami helm chart.
When I try to enter the discovery endpoint it throws an exception, because the MSAD ...
-2
votes
1
answer
412
views
OOMKilled, Rabbitmq pod is not being ready
I've Installed bitnami RabbitMQ using helm charts. The pod status is CrashLoopBackOff, the pod is not being ready, the reason is OOMKilled for rabbitmq container.
Although I have set
resourcesPreset: ...
0
votes
1
answer
126
views
Cannot add cluster deployed in microk8s on the Reaper UI
I am trying to use reaper to manage my cassandra cluster, so far I am using a bitnami-cassandra and deployed it in microk8s.
The cassandra cluster is fine, and I have 2 pods, nodetool works fine.
When ...
0
votes
1
answer
93
views
Configure Docker, Traefik and Bitnami Magento2 for SSL / letsencrypt / certbot
I am trying to configure bitnami's docker implementation of Magento from GitHub to run with Traefik.
I have these two files:
docker-compose.yml
# Copyright Broadcom, Inc. All Rights Reserved.
# SPDX-...
3
votes
1
answer
416
views
Wordpress deployed on cluster return 408 for large headers instead of 200 or 400
I have [bitnami/wordpress] deployed on my Kubernetes cluster with default Apache configuration. My browser sends large cookies in the header to the WP website because the domain is co-located with a ...
1
vote
0
answers
43
views
Echo not printing CDATA tags in Wordpress
I am creating a RSS feed in WordPress. In my functions.php, I have
$content = htmlentities(strip_tags(get_the_content()), ENT_XML1, 'UTF-8');
echo '<description><![CDATA[' . $content . ']]>...
1
vote
1
answer
246
views
Bitnami Postgresql Image deploy on OpenShift
Trying to deploy Bitnami Postgresql in Openshift cluster.
Have modified the values.yaml, with the recommended values for openshift from the readme.
i.e.
For OpenShift 4.11 and higher, let set ...
0
votes
0
answers
92
views
k8s enable env variable only for the first pod deployed [duplicate]
I have a StatefulSet of 3 instances to create db cluster.
I need to set an env variable only on the first pod to initialize the cluster.
I tried to use initContainers but it doen't work.
This is an ...
0
votes
1
answer
223
views
How can I import a software installer (.exe) into the wordpress media library
I do not really want this available on the web interface and am content with having to ssh into the wordpress instance to do it, both to transfer the file in ( often large ) and to do the
"wp ...
2
votes
1
answer
2k
views
bitnami Postgresql 16.2 Password authentication failed for user Role does not exist
I'm trying to run bitnami/postgresql:16.2.0 docker image, but no luck.
Here are the steps:
stop container, delete container, clean "data" directory
docker stop RR15 ; docker rm RR15 ; rm -...
0
votes
3
answers
5k
views
Using uv to install packages in the bitnami/deepspeed:0.14.0 Docker image fails with 'uv: command not found'
If I use the following Dockerfile:
FROM python:3.11-bullseye
ENV APP_HOME /app
WORKDIR $APP_HOME
COPY requirements.txt /app
RUN pip install uv && uv pip install --system --no-cache -r ...
0
votes
2
answers
286
views
"shell not found" error in gitlab deployment for k8s
Trying to run gitlab pipeline for k8s and getting the following error:
Skipping Git submodules setup
Executing "step_script" stage of the job script
00:00
Using docker image sha256:...
1
vote
0
answers
131
views
Cannot read credential_key.json in bitnami spark image on docker when connect to google cloud storage
currently I'm trying to do read/write to google cloud storage (gs://xxx) from a spark container on docker. I have followed the steps described on gcs, install gcs-hadoop3-connector jar, spark-bigquery ...
0
votes
1
answer
563
views
Error when running spark job using bitnami docker compose on Windows
I'm trying to submit a job to Spark cluster started using Bitnami official docker compose:
https://github.com/bitnami/containers/blob/main/bitnami/spark/docker-compose.yml
The only exception is that I ...
1
vote
0
answers
112
views
Pyspark integration in Jupyter-singleuser
I customized the bitnami's jupyterhub package to add python and R packages to the jupyter-base-notebook image. There's below the custom dockerfile :
FROM bitnami/jupyter-base-notebook
USER root
# ...
0
votes
1
answer
699
views
AWS EC2 Bitnami Wordpress - Can't get username or password- access denied (public key)
I have installed the bitnami wordpress LAMP stack onto AWS EC2 instance free tier.
The wordpress site is up and working but I cannot get into wordpress admin.
I can't get the password or username for ...
1
vote
1
answer
8k
views
Install Kafka Cluster with Bitnami Helm on Kubernetes
I'm trying to install a Kafka cluster on Kubernetes (in my case I'm using minikube just for testing) using Bitnami charts for Kafka.
https://github.com/bitnami/charts/tree/main/bitnami/kafka
I start ...
2
votes
1
answer
1k
views
bitnami docker kafka: Invalid value for configuration message.max.bytes
I'm encountering an issue:
Exception in thread "main" org.apache.kafka.common.config.ConfigException: Invalid value for configuration message.max.bytes: Not a number of type INT
when ...
-1
votes
2
answers
411
views
Bitnami Wordpress refuses to change upload limit, ignores PHP.ini, wp-config.php, and .htaccess file
Sorry guys, don't know where else to turn. I'm running bitnami wordpress hosted in Amazon lightsail, and the file upload limit is stuck at 80M.
I want it to be significantly more than that, but no ...
0
votes
0
answers
597
views
LDAP in Bitnami PostgreSQL container does not work
I've been trying to setup LDAP for Bitnami PostgreSQL container, but I'm still getting an error, although AD based LDAP server is fine. I've been also setting the same feature up for MongoDB a few ...
1
vote
1
answer
857
views
Not able to connect to mongodb helm chart bitnamio
I have a values.yaml file to deploy mongo pod like below:
mongodb:
replicaCount: 1
image:
repository: bitnami/mongodb
tag: "5.0"
pullPolicy: IfNotPresent
service:
port: ...
1
vote
1
answer
973
views
How to mount php.ini file in a bitnami/moodle container
I need to edit the php.ini file in a bitnami/moodle container. As I couldn't manage to install a text editor inside the container, I tried to mount the file to my host. The relevant file in the ...
0
votes
1
answer
1k
views
kafka: Zookeeper mode - No Kafka brokers configured
I want to run kafka on kubernetes using the fallowing commands executed in Jenkins job:
helm install kafka bitnami/kafka --set zookeeper.enabled=false --set persistence.enabled=false \
...
0
votes
0
answers
48
views
Apache rewrite url slug to subdomain
It's my first post there, I couldn't wrap my head around it !
First things first, I'm running a Lightsail instance with a Lamp package using bitnami.
My title may seem a bit weird. To better ...
0
votes
0
answers
397
views
bitnami /opt/bitnami/mysql/data increases in size over time
I'm having a similar issue as to what is described here which never received an answer.
I'm running bitnami and my server space is filling up over time on what is a very simple static website.
I ...
0
votes
1
answer
108
views
Sharing AWS AMI Images Between Accounts Not Working - Image not visible
The initial motivation for the activity below was the need to move my Wordpress site (based on Bitnami) from one AWS account to another. In order to do that I have found the following tutorial: https:/...