yuvipanda / jupyterhub-ssh

SSH Access to JupyterHubs
BSD 3-Clause "New" or "Revised" License
93 stars 29 forks source link

ci: initial fixes to test-chart and publish-chart workflows #43

Closed consideRatio closed 3 years ago

consideRatio commented 3 years ago

@yuvipanda aaaargh I'm stuck! I don't get why pods fail to access the images built. The k3s cluster is started with docker: true making it use the docker runtime to run containers, which should make them able to find the images built which can be found with docker ls and even sudo k3s crictl images.

Taking a break from debugging this.


Solved: imagePullPolicy was set to Always so I removed that!

consideRatio commented 3 years ago

@yuvipanda since you wrote:

I'll merge https://github.com/yuvipanda/jupyterhub-ssh/pull/43 once the tests pass!

I'll go for a merge here and start working on automation to generate the hostKey using this test suite.