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

demo/k8s: prepare.sh issues #33

Open
mpduarte opened this issue Mar 7, 2016 · 5 comments
Open

demo/k8s: prepare.sh issues #33

mpduarte opened this issue Mar 7, 2016 · 5 comments

Comments

@mpduarte
Copy link
Contributor

mpduarte commented Mar 7, 2016

  • msg: Aborting, target uses selinux but python bindings (libselinux-python) aren't installed! recieved on all hosts
    Appears libselinux-python is a requirement for the script, manually installing package on hosts for now.
  • failed: [1-k8master] => {"changed": true, "cmd": "ifconfig "enp4s0f0" "10.199.1.226"/24", "delta": "0:00:00.003001", "end": "2016-03-07 13:59:01.543374", "rc": 127, "start": "2016-03-07 13:59:01.540373", "warnings": []}
    stderr: /bin/sh: ifconfig: command not found
    net-tools isn't a default install anymore with 7, red hat is moving on. Installed manually, to bypass issue for now.
  • Running through the prepare script, I lost connection to installer host on SSH
    it appears the network service needs to be restarted, before connection can be restored
  • Multiple runs of prepare.sh yielded duplicate host entries in hosts file. Suggest a way to clean up hosts file after a failed run.
@jainvipin
Copy link

ping @jojimt

@jojimt
Copy link
Contributor

jojimt commented Mar 8, 2016

The scripts currently assume that the kube master is named k8master. If it's possible for you to retain that naming, that will get you going. Meanwhile, I will update the scripts to make this configurable.

@mpduarte
Copy link
Contributor Author

mpduarte commented Mar 8, 2016

I removed the final ping check to keep moving forward.

@mpduarte
Copy link
Contributor Author

mpduarte commented Mar 8, 2016

Updated issue list to reflect updated understanding of what's going on. Thanks @jojimt for all the help so far!

jojimt pushed a commit to jojimt/demo that referenced this issue Apr 19, 2016
@gaurav-dalvi
Copy link
Contributor

@jojimt Can we close this issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants