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
12
votes
3 answers

Docker, CoreOS and fleet based deployments

I am trying to wrap my head around CoreOS and I perused their official docs, some random articles, and even watched this excellent presentation by their CTO. My understanding of CoreOS is that its a stripped down, bare bones Linux distribution that…
smeeb
  • 27,777
  • 57
  • 250
  • 447
7
votes
1 answer

swarm, kubernetes or mesos for batch processing jobs

My application needs to run a lot of containers as worker nodes (to do various batch processing jobs) and I'm not really interested in keeping up web servers or databases - just short jobs that can take anywhere between 1 second to 1 hour. My idea…
Romeo Mihalcea
  • 9,714
  • 12
  • 50
  • 102
4
votes
1 answer

CoreOS, Fleet and Etcd2 fault tolerance

I have a 23 node cluster running CoreOS Stable 681.2.0 on AWS across 4 availability zones. All nodes are running etcd2 and flannel. Of the 23 nodes, 8 are dedicated etcd2 nodes, the rest are specifically designated as etcd2 proxies. Scheduled to the…
3
votes
1 answer

Docker Container won't start with systemctl

I have just started checking out coreos I have tried to setup redis and mysql docker instances, but with little succcess. I initially expected everything to work on start up out of the box, but it appeared not to be the case. So based on this…
Ikenna
  • 989
  • 4
  • 12
  • 24
3
votes
3 answers

How to launch a docker with fleet given a dockerfile?

Im just experimenting with coreOS, docker and fleet. I have the next dockerfile: FROM ubuntu:14.04 RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list RUN apt-get update RUN apt-get -y install nginx RUN…
Kimy BF
  • 1,029
  • 3
  • 13
  • 23
2
votes
1 answer

Fleet continuous delivery build

Working with continuous delivery in Rancher with the use of pipelines and Jenkins for building images was great for my use case because it build the image from source on the server. But considering the statement below from Rancher, I'm looking into…
MrMedicine
  • 53
  • 12
1
vote
0 answers

AWS Gamelift Windows Access With SDK 5 or Above

I'm trying to connect AWS Gamelift Windows 2016 instance from my local. Procedure was simple describe-instances, get-instance-access, update-fleet-port-settings, rdp and go. BUT : Amazon made an update on Gamelift 5.0 or above sdk's no longer use…
Omrum Cetin
  • 1,320
  • 13
  • 17
1
vote
1 answer

How to configure the toolchains field in setting.json of Fleet?

JetBrains Fleet has limited description for setting.json reference offered in link, where toolchains field is merely described as "Enable toolchains for the folder or its subfolders". The auto-generated setting.json is something like this: { …
PTYin
  • 13
  • 4
1
vote
1 answer

Kibana - Elastic - Fleet - APM - failed to listen:listen tcp bind: can't assign requested address

Having setup Kibana and a fleet server, I now have attempted to add APM. When going through the general setup - I forever get an error no matter what is done: failed to listen:listen tcp *.*.*.*:8200: bind: can't assign requested address This is…
Aaron Gibson
  • 1,280
  • 1
  • 21
  • 36
1
vote
1 answer

How to use the elastic-agent container to collect service logs from another container?

My target container contains NGINX logs which I wanted to collect from Elastic Fleet's NGINX Integration. I followed every step, even successfully hosting the fleet server and the agent in two separate containers, what confuses me, is how can I…
user17754583
1
vote
0 answers

AWS gamelift fleet creation error : SERVER_PROCESS_TERMINATED_UNHEALTHY

when i create a fleet in AWS gamelift it returns this error : SERVER_PROCESS_TERMINATED_UNHEALTHY Server process is unable to start. This may be due to a problem with either the Realtime script or the runtime configuration launch path.,…
1
vote
1 answer

Uncaught TypeError: Cannot read property 'colspan' of undefined

Hi i'm Using Odoo12 in windows server 2012 r2 with pycharm 2019 i install the module fleet and i apply some modification everything was workinng fine , once i want to create a fuel vehicle log i get this message error appear but all other thing…
1
vote
2 answers

Auto Scaling Group with another instance type is not working on AWS

I am following Auto Scaling Groups with Multiple Instance Types and Purchase Options - Amazon EC2 Auto Scaling to create an auto-scaling group with different ec2 types (fleet) but getting an error in return. Is this not active yet in…
j.r
  • 27
  • 1
  • 4
1
vote
0 answers

while executing gpx file in curl it is saying lattitude is missing

I am working on HERE Telematics. I am using curl --request POST -H "Content-Type: application/binary" --data binary "@C:\Test\gpx.gpx"…
sidharth
  • 11
  • 1
1
vote
2 answers

How to make a Many2One constraint in odoo 10

I'm working with Odoo 10, and I'm trying to modify the fleet module like the next image We need the field "Conductor" (Driver) be unique, I mean, a vehicle only can have assigned one driver and the driver can't have more than one vehicle assigned.…
GioV
  • 17
  • 11
1
2 3 4