Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for flannelConfig.md #68

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 25, 2015

  1. Make sure that flannel starts at boot

    Add dependencies to the flanneld service configuration for systemd, so
    that systemd will make sure the network is up and etcd is running before
    it goes to start flannel.
    nalind committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    a70f548 View commit details
    Browse the repository at this point in the history
  2. Use rhel-tools instead of fedora:20 for testing

    Fedora 20's about to hit EOL, and later versions of the fedora images
    don't appear to include iputils.  Switch to using rhel-tools instead,
    since it's already the big bag of troubleshooting tools.
    nalind committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    c7b0a45 View commit details
    Browse the repository at this point in the history
  3. Whitespace fixup

    In the captured output of the 'ip a' command, include leading whitespace
    in the sample output to more closely match the expected output.
    nalind committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    50ebdb6 View commit details
    Browse the repository at this point in the history
  4. Add a note to also set ETCD_ADVERTISE_CLIENT_URLS

    As of etcd 2.0.11, etcd requires ETCD_ADVERTISE_CLIENT_URLS to be set if
    ETCD_LISTEN_CLIENT_URLS is set, and will fail to start with an error if
    it is not set.
    nalind committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    4da8164 View commit details
    Browse the repository at this point in the history