Questions tagged [fleetctl]

8 questions
4
votes
1 answer

Vagrant CoreOS box missing fleetctl

I am following the CoreOS in Action book (and also CoreOS online instruction) to bring up a 3-node cluster using Vagrant and VirtualBox on MacOS. It all goes fine, machines come up & running and I can ssh into one of them, but it looks like the…
Marco Massenzio
  • 2,822
  • 1
  • 25
  • 37
4
votes
0 answers

How to limit the number of service launched on one CoreOS node

Here is my problem : fleetctl list-units UNIT MACHINE processing-node@1.service X.Y.Z.86 processing-node@10.service X.Y.Z.150 processing-node@11.service X.Y.Z.48 processing-node@12.service …
B_G
  • 127
  • 8
2
votes
2 answers

CoreOS Fleet, link redundant Docker container

I have a small service that is split into 3 docker containers. One backend, one frontend and a small logging part. I now want to start them using coreOS and fleet. I want to try and start 3 redundant backend containers, so the frontend can switch…
Blue
  • 601
  • 2
  • 8
  • 19
2
votes
1 answer

What are these warning that fleetctl is outputting?

Running the command fleetctl load registry@1.service registry-presence@1.service I get the following output: 2015/05/08 10:25:26 WARN fleetctl.go:772: Error retrieving Unit(registry@1.service) from Registry: Get…
Nalum
  • 4,143
  • 5
  • 38
  • 55
0
votes
1 answer

Get diff between fleetctl files and local files

I have a file in fleetctl let's call it file@123.service And I have a local file let's call it file@.service I want to check if they are different or not. If they are different I will initiate a destroy and start command, but I can't find the way to…
Gal Gibli
  • 474
  • 3
  • 6
  • 16
0
votes
1 answer

CoreOS: fleetctl status shows service inactive, while container is up

So I have done a 3 node core-os setup with vagrant on my laptop. I am following their quick start guide. https://coreos.com/docs/quickstart/. Now, when I am running hello.service and check it's status, it shows me that the service is…
Pensu
  • 3,263
  • 10
  • 46
  • 71
0
votes
1 answer

CoreOS Fleet could not get container

I have 3 containers running on 3 machines. One is called graphite, one is called back and one is called front. The front container needs both the others to run, so i link them separately like this: [Unit] Description=front…
Blue
  • 601
  • 2
  • 8
  • 19
-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…