Instructions about using static image does not work
See original GitHub issueOn 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.
./realease/kubernetes-manifests
should bekubernetes-manifests
- 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:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
FYI the instructions are added back as part of v0.1.0 release.
Awesome, thanks for the quick fix!