Skip to content
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

K8SPXC-1511: Add global manifests for keyring vault component #1117

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions percona-xtradb-cluster-8.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ COPY LICENSE /licenses/LICENSE.Dockerfile
RUN cp /usr/share/doc/percona-xtradb-cluster-galera/COPYING /licenses/LICENSE.galera; \
cp /usr/share/doc/percona-xtradb-cluster-galera/LICENSE.* /licenses/

RUN mkdir /usr/bin/pxc_extra/pxb-8.4/lib/plugin/ && cp /usr/bin/pxc_extra/pxb-8.4/lib/lib64/xtrabackup/plugin/* /usr/bin/pxc_extra/pxb-8.4/lib/plugin/
COPY dockerdir /

RUN set -ex; \
Expand Down
1 change: 0 additions & 1 deletion percona-xtradb-cluster-8.4/dockerdir/etc/mysql/node.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
default_authentication_plugin=mysql_native_password
datadir=/var/lib/mysql
socket=/tmp/mysql.sock
skip-host-cache

#coredumper
#server_id=0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "read_local_config": true }
1 change: 1 addition & 0 deletions percona-xtradb-cluster-8.4/dockerdir/usr/sbin/mysqld.my
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "read_local_manifest": true }
Loading