Dennis Wagelaar
Dennis Wagelaar
This problem only happens for us (@ManuDinicola and me) on kubernetes cluster upgrade according to this procedure: https://kubernetes.io/docs/tasks/administer-cluster/cluster-upgrade/ The problem does not occur when performing a rolling reboot of all...
FYI: - we use ArgoCD to deploy dapr via Helm chart - we set .Values.cluster.forceInMemoryLog true, because our cluster enforces runAsNonRoot in its PSP
Update: the issue with kubernetes cluster upgrades only happens when forceInMemoryLog=true. We did this originally in order to run dapr as a non-root user. When using persistent disk storage, the...
It's Eclipse Oxygen (just setting up the regular plug-ins again after upgrading). I also had this issue on Eclipse Neon.3, which wouldn't install updates anymore after failing on the JadClipse...
Hmm, I had JadClipse 3.0.0 installed on Neon.3. What happened to that version? [image: Inline image 1] As a work-around, I've copied the features/plugins from Neon.3 to Oxygen, which works....
Our solution, based on @metalcated 's comments, can be found at https://hub.docker.com/repository/docker/corilus/sftp and https://github.com/Corilus/sftp We use this to forward SFTP logs to a central rsyslog audit server.
> @dwagelaar I tried your fork but it doesn't seem to work: > > ``` > sftp | [/entrypoint] Starting rsyslogd > sftp | [/entrypoint] Executing sshd > sftp |...
Issue is still relevant to us