Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

heapster-grafana-amd64:v4.2.0 is not found #1669

Closed
datamaker opened this issue Jun 1, 2017 · 9 comments
Closed

heapster-grafana-amd64:v4.2.0 is not found #1669

datamaker opened this issue Jun 1, 2017 · 9 comments

Comments

@datamaker
Copy link

datamaker commented Jun 1, 2017

hello,

I want to grafana install in my kubernetes
There is v4.0.2 but not v4.2.0.

heapster/deploy/kube-config/influxdb/grafana.yaml

    spec:
      containers:
      - name: grafana
        image: gcr.io/google_containers/heapster-grafana-amd64:v4.2.0
        ports:
        - containerPort: 3000
          protocol: TCP
datamaker-MacBook-Pro:~ macbookpro$ docker pull gcr.io/google_containers/heapster-grafana-amd64:v4.2.0
Pulling repository gcr.io/google_containers/heapster-grafana-amd64
Tag v4.2.0 not found in repository gcr.io/google_containers/heapster-grafana-amd64
datamaker-MacBook-Pro:~ macbookpro$ docker pull gcr.io/google_containers/heapster-grafana-amd64:v4.0.2
v4.0.2: Pulling from google_containers/heapster-grafana-amd64
4b0bc1c4050b: Pull complete 
25cb5da25c3b: Pull complete 
d1882af57e94: Pull complete 
734595366ce3: Pull complete 
f945929e77af: Pull complete 
Digest: sha256:ab7927a702b41e4ffaf1e54fc9647db32a71ea971f441e75906ee83daa3c898d
Status: Downloaded newer image for gcr.io/google_containers/heapster-grafana-amd64:v4.0.2

and,
my terminal says - grafana-cli command not found.
How do I run grafana-cli plugins install in kubernetes?

$ kubectl exec -it grafana-ert4wr -- /bin/sh
$ grafana-cli plugins install grafana-worldmap-panel
 grafana-cli command not found.
@sfgroups-k8s
Copy link

image version is 4.0.2. update the yaml file and create the pod.

#1469 (comment)

@alvaroaleman
Copy link

Well, in that case the yamls in the repo should use 4.0.2 instead of referencing a non-existing tag.

@saschagrunert
Copy link

No, I guess the only thing is missing here is the image on google contianers.

@raghu999
Copy link

raghu999 commented Jun 6, 2017

Seeing same issue here

**[root@kubemaster-hob-01s influxdb]# docker pull gcr.io/google_containers/heapster-grafana-amd64:v4.2.0
Trying to pull repository gcr.io/google_containers/heapster-grafana-amd64 ...
Pulling repository gcr.io/google_containers/heapster-grafana-amd64
Tag v4.2.0 not found in repository gcr.io/google_containers/heapster-grafana-amd64
[root@kubemaster-hob-01s influxdb]# docker pull gcr.io/google_containers/heapster-grafana-amd64:v2.6.0-2
Trying to pull repository gcr.io/google_containers/heapster-grafana-amd64 ...
Pulling repository gcr.io/google_containers/heapster-grafana-amd64
Tag v2.6.0-2 not found in repository gcr.io/google_containers/heapster-grafana-amd64**

None of the grafana images are working

@piosz
Copy link
Contributor

piosz commented Jun 23, 2017

I've built gcr.io/google-containers/heapster-grafana-amd64:v4.2.0. Please check the new one.

@piosz piosz closed this as completed Jun 23, 2017
@allen12921
Copy link

Hi Piosz,

this gcr.io/google-containers/heapster-grafana-amd64:v4.2.0 can't start up
it's giving below error
kubectl logs -p monitoring-grafana-2108077385-z2178 --namespace=kube-system
Starting a utility program that will configure Grafana
Starting Grafana in foreground mode
Can't access the Grafana dashboard. Error: Get http://admin:admin@localhost:3000/api/org: dial tcp [::1]:3000: getsockopt: connection refused. Retrying after 5 seconds...
t=2017-06-28T01:21:22+0000 lvl=crit msg="Failed to parse /etc/grafana/grafana.ini, open /etc/grafana/grafana.ini: no such file or directory%!(EXTRA []interface {}=[])"

@saschagrunert
Copy link

Same here.

@taylorshaulis
Copy link

Same here. 4.2.0 generates /etc/grafana/grafana.ini error but 4.0.2 starts without issue

@piosz
Copy link
Contributor

piosz commented Jul 4, 2017

@allen12921 @saschagrunert @taylorshaulis thanks for reporting! Let's track this in #1709

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

9 participants