question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Instructions about using static image does not work

See original GitHub issue

On the README.md it mentions about using static image.

Option 3: Using Static Images 💡 Recommended for test-driving the application on an existing cluster.

Prerequisite: a running Kubernetes cluster.

Clone this repository.

Deploy the application: kubectl apply -f ./release/kubernetes-manifests

Run kubectl get pods to see pods are in a healthy and ready state.

Find the IP address of your application, then visit the application on your browser to confirm installation.

kubectl get service frontend-external

However, this will not work.

  1. ./realease/kubernetes-manifests should be kubernetes-manifests
  2. The image in the yaml files are as “cartservice” without referencing the full docker registry url. Digging commit history a bit, it seems to adapt to skaffold. However the instructions does not work for static image then.

As a first-comer, I do think being able to use a public image to deploy in my cluster is very helpful.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
ahmetbcommented, Feb 20, 2019

FYI the instructions are added back as part of v0.1.0 release.

1reaction
incflycommented, Feb 20, 2019

Awesome, thanks for the quick fix!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Django: Static Image won't load - Stack Overflow
Django: Static Image won't load · 1 · Maybe He needs "rendre_to_response" · try to close the path to STATIC_URL = '/static/' and...
Read more >
StaticImages - WeBWorK_wiki
Here it's easy: we just use the image macro in the text section of the problem to include the image. The images to...
Read more >
Images Are Not Static Content | CSS-Tricks
Short answer is that images are not static files… Most image CDNs treat an image as dynamic content by optimizing the image in...
Read more >
Image Assist Static for Single Platform Version 11.0 User's Guide
What is a Static image? A Static image is a single Windows image file that is generated by Image Assist. This image is...
Read more >
Static and print maps | Help - Mapbox docs
You can request a static map from the Mapbox Static Images API by providing a few parameters, including center coordinates, zoom level, rotation,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found