Andreas Kupries
Andreas Kupries
It is only in reading the entire history, and following links that it becomes clear that the `too much memory required` seems to apply to applications, and not to the...
Ok. Infos from :rocket: ... @viovanov > was thinking maybe eirinix (either logging, or ssh) are running something extra you could use k9s to look around the pod, and perhaps...
# Cleaned notes on eirini, on a local minikube cluster with 20/21G RAM, for yesterday Generally smoke test look to fail for me due to higher layers timing out while...
# Comparison diego / eirini ## Application The application used to compare the settings comes from the smoke-test release where it is used in the isolation segment and loggegrator suites....
@viovanov @jimmykarily If you have ideas for further investigation, based on the data above, then please record them here. So far there is nothing truly actionable there yet. Note, tomorrow...
@jimmykarily - Where do I find the `cflinuxfs3`-based `eirinifs` image or tar ? - Note: Copying files into/out of a pod via `kubectl cp` requires `tar` in the pod. The...
@jandubois Will check ...
|Command|_|Path| |---|---|---| |base64| :heavy_check_mark: |/usr/bin/base64| |cat| :heavy_check_mark: |/usr/bin/cat| |tee| :heavy_check_mark: |/usr/bin/tee| |wget| :x: || |curl| :x: || |tar| :x: || |scp| :x: || |cpio| :heavy_check_mark: |/usr/bin/cpio|
`cat`, `tee`, and `base64` should work for copying in and out. The latter to ensure that binary goes through ok if `cat` and `tee` alone are not good enough.
Status from testing more on this today. @jimmykarily wrote: > I was thinking about copying both stack images inside the bits pod and replacing /assets/eirinifs.tar with a symlink which I...