Edward Viaene

Results 11 comments of Edward Viaene

Hi, Where do you see this version? It's most likely the kubernetes version indeed. Best to try the prometheus-operator using the helm chart if you want to have the latest...

Hi, Looks like docker can't be installed on your machine. You can still install docker manually first, then run the script from this repo. See for example https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-debian-9 with some...

If you have installed docker yourself using the link I gave you, you don't need to run the whole script anymore. You can just copy paste the following lines (starting...

Are you using the latest version? If you're running a more recent version of ubuntu, use this version from master: https://github.com/wardviaene/jenkins-course/blob/master/scripts/install_jenkins.sh

You will not see the nodes there directly, but only when you launch AWS managed EKS nodes. The ones we launch are just regular instances. You can choose between regular...

Most likely your machine is running out of memory and couldn't start all the services. Have a look in the systemd restart script. Instead of "restart" just run systemctl status...

Spinnaker install depends on a lot of tooling. I think that unfortunately something broke down in the chain. The helm installer seems to have an issue. I'm afraid we'll have...

It's not the first time it happens that the installation doesn't got through, most of the time it's fixed in a few hours (if there is a mirror down) or...

There's now an issue opened on the Spinnaker GitHub which you could try out https://github.com/spinnaker/spinnaker/issues/6428

I'm experiencing the same issue. Any updates or workarounds?