Comment 2 for bug 1786307

Revision history for this message
Michal Rostecki (mrostecki) wrote :

The addess in kubeconfig differs from the one which `curl` command tries to access:

apiVersion: v1
clusters:
- cluster:
    server: http://192.168.122.225:8080
  name: devstack-cluster
contexts:
- context:
    cluster: devstack-cluster
    user: ""
  name: devstack
current-context: devstack
kind: Config
preferences: {}
users: []