You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title says, Minikube is generating new .pem files with full permissions in the root directory every time it starts, despite the existence of the .pem files in the certs/ directory:
alex@archlinux:~/.minikube$ ls -l
total 64K
drwxr-xr-x 2 alex alex 4.0K Sep 25 02:28 addons
drwxr-xr-x 2 alex alex 4.0K Sep 25 02:43 bin
drwxr-xr-x 4 alex alex 4.0K Sep 25 02:43 cache
drwxr-xr-x 2 alex alex 4.0K Sep 25 02:43 certs
drwxr-xr-x 2 alex alex 4.0K Sep 25 02:42 config
drwxr-xr-x 2 alex alex 4.0K Sep 25 02:28 files
drwxr-xr-x 2 alex alex 4.0K Sep 25 02:43 logs
drwxr-xr-x 3 alex alex 4.0K Sep 25 02:44 machines
drwxr-xr-x 3 alex alex 4.0K Sep 25 02:43 profiles
-rw-r--r-- 1 alex alex 1.1K Sep 25 02:44 ca.crt
-rw------- 1 alex alex 1.7K Sep 25 02:44 ca.key
-rwxrwxrwx 1 alex alex 1.1K Dec 16 15:57 ca.pem
-rwxrwxrwx 1 alex alex 1.1K Dec 16 15:57 cert.pem
-rwxrwxrwx 1 alex alex 1.7K Dec 16 15:57 key.pem
-rw-r--r-- 1 alex alex 1.1K Sep 25 02:44 proxy-client-ca.crt
-rw------- 1 alex alex 1.7K Sep 25 02:44 proxy-client-ca.key
For what is seems by the logs, it's copying the files from the certs/ folder but, somehow, it's not keeping the permissions (which are correctly set over there):
alex@archlinux:~/.minikube$ ls -l certs/
total 16K
-rw------- 1 alex alex 1.7K Sep 25 02:43 ca-key.pem
-rw-r--r-- 1 alex alex 1.1K Sep 25 02:43 ca.pem
-rw-r--r-- 1 alex alex 1.1K Sep 25 02:43 cert.pem
-rw------- 1 alex alex 1.7K Sep 25 02:43 key.pem
What Happened?
As the title says, Minikube is generating new
.pem
files with full permissions in the root directory every time it starts, despite the existence of the.pem
files in thecerts/
directory:For what is seems by the logs, it's copying the files from the
certs/
folder but, somehow, it's not keeping the permissions (which are correctly set over there):Attach the log file
log.txt
Operating System
Other
Driver
KVM2
The text was updated successfully, but these errors were encountered: