All Projects → jolson88 → CoreOS-GettingStarted

jolson88 / CoreOS-GettingStarted

Licence: MIT License
Sample Application for Pluralsight course on "Getting Started with CoreOS"

Programming Languages

ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language
shell
77523 projects
Nginx
273 projects

CoreOS-GettingStarted

Sample Application and Module demos for Pluralsight course on "Getting Started with CoreOS"

The base configuration of each module leverages the great work at https://github.com/coreos/coreos-vagrant for running CoreOS locally via Vagrant.

Common Issues

Cluster doesn't start correct / is reported as unhealthy

Depending on how you have configured your local environment, you may run into an issue where the cluster doesn't start correctly.

If etcdctl cluster-health returns the following error:

cluster may be unhealthy: failed to list members
Error:  client: etcd cluster is unavailable or misconfigured
error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused
error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused

You can resolve this problem by running vagrant reload --provision to restart the VMs and force loading the latest configuration changes in your user-data file.

systemctl appears hung when restarting a unit

When running sudo systemctl restart hello.service, it can appear that the command has hung. However, this command can take several minutes to complete on some virtual machines (depending on host specs, CoreOS version, etc.).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].