Skip to content

Issue with k8s.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-interactive/ #8801

@NicTanghe

Description

@NicTanghe

This is a...

  • Feature Request
  • [*] Bug Report

Problem:
I was following the instructions not on the page itself but on my home enviroment using the kvm2 drivers.

WHen i get to the point i need to run this

curl http://localhost:8001/api/v1/namespaces/default/pods/$POD_NAME/proxy/

i get the following error

[drunkenpanda@Diablo ~]$ curl http://localhost:8001/api/v1/namespaces/default/pods/$POD_NAME/proxy/
Error: 'dial tcp 172.17.0.4:8080: getsockopt: connection refused'
Trying to reach: 'http://172.17.0.4:8080/

before this all the commands ran without issues including this one

[drunkenpanda@Diablo ~]$ curl http://localhost:8001/version
{
"major": "1",
"minor": "10",
"gitVersion": "v1.10.0",
"gitCommit": "fc32d2f3698e36b93322a3465f63a14e9f0eaead",
"gitTreeState": "clean",
"buildDate": "2018-03-26T16:44:10Z",
"goVersion": "go1.9.3",
"compiler": "gc",
"platform": "linux/amd64"
}[

Proposed Solution:

Page to Update:
https://kubernetes.io/...

"major": "1",
"minor": "10",
"gitVersion": "v1.10.0",
"gitCommit": "fc32d2f3698e36b93322a3465f63a14e9f0eaead",
"gitTreeState": "clean",
"buildDate": "2018-03-26T16:44:10Z",
"goVersion": "go1.9.3",
"compiler": "gc",
"platform": "linux/amd64"

host system is manjora i3 17.10

Metadata

Metadata

Assignees

No one assigned

    Labels

    lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions