Questions tagged [fleet]

fleet ties together systemd and etcd into a simple distributed init system. Think of it as an extension of systemd that operates at the cluster level instead of the machine level

About

fleet is a cluster manager that controls systemd at the cluster level. To run your services in the cluster, you must submit regular systemd units combined with a few fleet-specific properties

If you're not familiar with systemd units, check out our Getting Started with systemd guide.

This guide assumes you're running fleetctl locally from a CoreOS machine that's part of a CoreOS cluster. You can also control your cluster remotely. All of the units referenced in this blog post are contained in the unit-examples repository. You can clone this onto your CoreOS box to make unit submission easier.

Links

48 questions
-1
votes
1 answer

Fleetctl uses /root/.ssh instead of remote machine using /home/core/.ssh

I cant manage to clone a private repo from a unit file. I get the Host key verification failed error message. Cloning it on the remote machine from the command line seems to work just fine. After debugging i saw that the fleet client on the remote…
-3
votes
1 answer

Bots being stuck in reserved state in storage

This happened in EIL on 12/13/2021: realtime None of the bots had jobs, confirmed on bot dashboard: dashboard
-5
votes
0 answers

Running C++ program in fleet

Can anyone tell me how to run a C++ program in fleet (the new IDE developed by JetBrains). I am in Windows 11. When I click the run button, it asks me to configure a JSON file named "compilation_database.json". What to do?
1 2 3
4