So I have installed the dashboard 

2 YAML files - Dashboard-controller and Dashboard-services.

Get pods tells me its running 
kubernetes-dashboard-v1.1.0-beta3-k14tw             1/1       Running   0   
       5h

Describe looks fine 
Name: kubernetes-dashboard-v1.1.0-beta3-k14tw
Namespace: kube-system
Node: ip-hiddenip.ec2.internal/10.0.0.203
Start Time: Tue, 21 Jun 2016 13:42:02 +0000
Labels: k8s-app=kubernetes-dashboard
kubernetes.io/cluster-service=true
version=v1.1.0-beta3
Status: Running
IP: 10.2.31.6
Controllers: ReplicationController/kubernetes-dashboard-v1.1.0-beta3
Containers:
  kubernetes-dashboard:
    Container ID: 
docker://f6e5c2293bdd217e9490f3dcbb68c62f6d9ec6e5c35f2c171ae65a5e718ea44a
    Image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.1.0-beta3
    Image ID: 
docker://sha256:9d82b4f075278a313796d1333aa4c245f9be21d260b1cc900c64565f3c0b9c0f
    Port: 9090/TCP
    QoS Tier:
      cpu: Guaranteed
      memory: Guaranteed
    Limits:
      cpu: 100m
      memory: 50Mi
    Requests:
      cpu: 100m
      memory: 50Mi
    State: Running
      Started: Tue, 21 Jun 2016 13:42:06 +0000
    Ready: True
    Restart Count: 0
    Liveness: http-get http://:9090/ delay=30s timeout=30s period=10s 
#success=1 #failure=3
    Environment Variables: <none>
Conditions:
  Type Status
  Ready True
Volumes:
  default-token-iyahg:
    Type: Secret (a volume populated by a Secret)
    SecretName: default-token-iyahg
No events.

Getting logs seems fine
logs kubernetes-dashboard-v1.1.0-beta3-k14tw --namespace=kube-system
Starting HTTP server on port 9090
Creating API server client for https://hiddenIP:443
Successful initial request to the apiserver, version: v1.2.4+coreos.1
Creating in-cluster Heapster client

API server is up
Name: kube-apiserver-ip-hiddenip.ec2.internal
Namespace: kube-system
Node: hiddenip.ec2.internal/10.0.0.50
Start Time: Mon, 20 Jun 2016 12:29:31 +0000
Labels: <none>
Status: Running
IP: hiddenip
Controllers: <none>
Containers:

▽
  kube-apiserver:

▽
    Container ID: 
docker://9ce17cfe8c59393c6911caeac4a25e48294cf4c13f55337a0114f9b950fb9267
    Image: quay.io/coreos/hyperkube:v1.2.4_coreos.1
    Image ID: 
docker://sha256:2cac344d3116165bd808b965faae6cd9d46e840b9d70b40d8e679235aa9a6507
    Ports: 443/TCP, 8080/TCP
    Command:
      /hyperkube
      apiserver
      --bind-address=0.0.0.0
      --etcd-servers=http://localhost:2379
      --allow-privileged=true
      --service-cluster-ip-range=hidden/24
      --secure-port=443
      --advertise-address=hidden
      
--admission-control=NamespaceLifecycle,LimitRanger,ServiceAccount,ResourceQuota
      --tls-cert-file=/etc/kubernetes/ssl/apiserver.pem
      --tls-private-key-file=/etc/kubernetes/ssl/apiserver-key.pem
      --client-ca-file=/etc/kubernetes/ssl/ca.pem
      --service-account-key-file=/etc/kubernetes/ssl/apiserver-key.pem
      
--runtime-config=extensions/v1beta1/deployments=true,extensions/v1beta1/daemonsets=true,extensions/v1beta1=true,extensions/v1beta1/thirdpartyresources=true
      --cloud-provider=aws
    QoS Tier:
      cpu: BestEffort
      memory: BestEffort
    State: Running
      Started: Mon, 20 Jun 2016 12:29:47 +0000
    Ready: True
    Restart Count: 0
    Environment Variables: <none>
Conditions:
  Type Status
  Ready True
Volumes:
  ssl-certs-kubernetes:
    Type: HostPath (bare host directory volume)
    Path: /etc/kubernetes/ssl
  ssl-certs-host:
    Type: HostPath (bare host directory volume)
    Path: /usr/share/ca-certificates
No events.


When I hit the API server in a browser with /UI nothing happens, page won't 
display.

Any tips?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Containers at Google" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-containers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to