jgkirschbaum
jgkirschbaum
#### COPY also changes permissions on directories. Given the following Dockerfile ```Dockerfile FROM alpine:latest COPY files /tmp/ CMD ["ash"] ``` with the `files` directory only containing ``` ./files: total 4...
If I use your Dockerfile I get the following ``` / # ls -la /home/ total 4 drwxr-xr-x 1 1001 1001 22 Aug 26 07:47 . drwxr-xr-x 1 root root...
> This is almost certainly just a gitlab thing & should be closed. @jgkirschbaum should make a separate issue about ownership (if he wants) to reduce confusion. I made a...
@Mikesch-mp are there any plans for disabling the autorefresh behavior of granfana graphs in an iframe?
Short feedback from my side to this issue: ### Installed Software | Software | Version | |:-----------|:---------| |icingaweb2|2.8.1| |icingaweb2-module-grafana|1.3.6| |php|7.1.30| |grafana|7.0.5| * Grafana is configured with `auth.anonymous` enabled and TLS...
I agree, this would be very helpful.
Containers are now started with `image.debug=true` `redis.log` ``` 05:26:37.74 INFO ==> about to run the command: REDISCLI_AUTH=$REDIS_PASSWORD timeout 15 redis-cli -h dos-redis.dos-ig1.svc.cluster.local -p 26379 sentinel get-master-addr-by-name mymaster 05:26:52.74 INFO ==>...
We are running the VMware TKGI distribution with k8s v1.23.7 on premises. TKGI uses NSX-T CNI from VMware. Tested it also on k8s v1.21.9 with no success. Omitted is (was)...
What I figured out is, that the only difference in the deployment is the `ingress:` part in the generated network-policy, but this seems not to be suspicious.
Starting Redis with all startup probes disabled would form a Redis Sentinel environment. ```yaml networkPolicy: allowExternal: false replica: startupProbe: enabled: false sentinel: startupProbe: enabled: false ``` If one of the...