k8s-terraform-ansible-sample icon indicating copy to clipboard operation
k8s-terraform-ansible-sample copied to clipboard

Any plans to move to kubernetes 1.6.1 ?

Open harshal-shah opened this issue 7 years ago • 2 comments

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.

harshal-shah avatar May 06 '17 11:05 harshal-shah

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

nicusX avatar May 06 '17 19:05 nicusX

@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

FernandoFicoseco-natgeo avatar Aug 28 '18 22:08 FernandoFicoseco-natgeo