k8s-terraform-ansible-sample
k8s-terraform-ansible-sample copied to clipboard
Any plans to move to kubernetes 1.6.1 ?
Hi, Thanks for writing this repo. It is very useful. Sorry to open an issue since there is no other way to get in touch.
Are you having any plans to move this setup to latest versions of k8s(1.6.1 as of now) ? I'm planning to do an update by following Kelsey Hightower's guide in my spare time and will send a pull request if you like.
Cheers, Harshal.
Hi Marshall, This repo is intended to be an exercise, not a way of building a real Kubernetes cluster. So I have no plan for upgrading it, sorry. Lorenzo
@harshal-shah where you able to update it ? I keep trying to move to 1.9.6 and keep facing this issue:
fatal: [controller0]: FAILED! => {
"changed": true,
"cmd": "kubectl get componentstatuses",
"delta": "0:00:00.228130",
"end": "2018-08-28 22:24:59.439804",
"invocation": {
"module_args": {
"_raw_params": "kubectl get componentstatuses",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"warn": true
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2018-08-28 22:24:59.211674",
"stderr": "The connection to the server localhost:8080 was refused - did you specify the right host or port?",
"stderr_lines": [
"The connection to the server localhost:8080 was refused - did you specify the right host or port?"
],
"stdout": "",
"stdout_lines": []
}
In the TASK [controller : Verify Kubernetes status]
Any help is apprecieted @harshal-shah