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
0
votes
0 answers

Deploy Fleet server in self managed setup

I am new and testing elastic stack self managed setup. I already have installed elastic stack in Ubuntu. I would now like this machine also to act as a fleet server ? Is it possible ? How would I set that up ? Thanks
Hardik Sanghavi
  • 73
  • 3
  • 10
0
votes
1 answer

Fleet Server In Elastic Error : elastic-agent-cluster-leader is forbidden

We are setting up a fleet server in Kubernetes. It has been given a CA and states its running but we cannot shell into it, and the logs are nothing but the following: E0817 09:12:10.074969 927 leaderelection.go:330] error retrieving resource lock…
Aaron Gibson
  • 1,280
  • 1
  • 21
  • 36
0
votes
1 answer

How to get the PowerShell version from all EC2 instances running on the aws account?

In our company we have hundreds of instances, some Linux and some Windows. I need to check what instances need to have the latest PowerShell installed, therefore I need a list of PowerShell versions for all the instances. In order to get the…
0
votes
0 answers

Rancher/Fleet GitRepo git ls-remote error

Within Rancher Continuous Delivery, I am seeing an error on polling the GitHub repository with the below error: git ls-remote head master error exit status 128 detail ssh connect to host port 22 operation times out fatal could not read from remote…
mmiara
  • 305
  • 1
  • 4
  • 14
0
votes
0 answers

How do I enable GPS Automatically once the app logged in IONIC 3?

How can I enable GPS automatically without having the notifaction allow or deny programmatically through ionic 3, It's just because some users may click deny by mistake i don't want to happen, so if there's any possiblity in ionic 3 to turn on GPS…
guru
  • 7
  • 6
0
votes
1 answer

Calculate the shortest route using the fleet telematic API

I'm using the fleet telematic API to calculate a route for specific "Bus-profiles". So I'm using the param speedFcCat to specify the speed limits for the bus. The problem is, I can only become the fastest route. I tried to combine driver_cost and…
Marouen Mhiri
  • 1,640
  • 1
  • 14
  • 20
0
votes
1 answer

Sysgic Fleet IntegXamarinDemo3D - won't get GPS fix

I compiled the Sygic Fleet example "IntegXamarinDemo3D" with Visual Studio 2019. I am running it on a Samsung Galaxy T2 tablet running Android 7. What works as designed including getting a GPS signal: Sygic app for Android. Sygic Truck app for…
user1047857
  • 133
  • 1
  • 11
0
votes
0 answers

Remove parent ObservableCollection in C#

I have 2 classes, Fleet and Car, a Fleet can have multiple Cars, both classes are ObservableCollections. I made a button which has to delete the selected Fleet in a ListBox, when I click the button: private void btRemoveFleet_Click(object…
sebas2201
  • 145
  • 3
  • 17
0
votes
0 answers

No downtime replacement of EC2 fleet

I need to bounce a fleet of 100 EC2 hosts and would like to bounce at a 20% increment. What are some automated options I can pursue? So far, I found this…
0
votes
1 answer

How to use private quay.io images with fleet and CoreOS

I've been trying to deploy containers with fleet on a CoreOS cluster. However, some of the docker images are privately stored on quay.io requiring a login. Now I could add a docker login as a precondition to every relevant unit file, but that…
max.ott
  • 569
  • 1
  • 6
  • 16
0
votes
1 answer

cannot start application in deis, how to debug?

I run deis scale cmd=1 -a my-application in my deis cluster But got below response Scaling processes... but first, coffee! Error: 503 SERVICE UNAVAILABLE detail: aborting, failed to create some containers I wonder how to debug what cause this…
chaintng
  • 1,325
  • 3
  • 14
  • 26
0
votes
1 answer

Is it possible to create a CoreOS cluster environment on Ubuntu machines?

I have been using CoreOS for a little while and like the environment I get when running etcd, fleet and flannel. I would like to use these services in a production environment to create a docker cluster. However using CoreOS machines is not an…
Alex Cohen
  • 5,596
  • 16
  • 54
  • 104
0
votes
1 answer

Drone slaves provided by CoreOs

I have a drone host and a CoreOS cluster with fleet. The drone now have only unix:///var/run/docker.sock in the nodes menu. As I understand, I could add other docker nodes defined by docker URLs and certificates. However once I have a CoreOS…
Árpád Magosányi
  • 1,394
  • 2
  • 19
  • 35
0
votes
3 answers

Cassandra fails to initialize with error "Cannot add table 'role_members' to non existing keyspace 'system_auth'"

I am running a Cassandra cluster in Docker containers using fleet for management. I am able to get the cluster up and running, but if I bring the units down with fleet and then back up again, the containers fail. The Cassandra logs has this entry on…
Kris Harper
  • 5,672
  • 8
  • 51
  • 96
0
votes
2 answers

Why is my systemd unit not reading env variables properly?

I am trying to run kubernetes on coreos. I am using fleet, setup-network-environment, and kube-register to register nodes. However, in my cloud-init file where I write my systemd unit files, the kubelet's unit file won't run this properly: …
Christian Grabowski
  • 2,782
  • 3
  • 32
  • 57