File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ Error: INSTALLATION FAILED: failed post-install: timed out waiting for the condi
231231This issue may be because container images are large or the Internet connection is slow.
232232The issue has been reported in minikube [ github] ( https://github.com/kubernetes/minikube/issues/14789 ) .
233233The latest minikube still doesn't contain the patched component (cri-dockerd 0.2.6).
234- A workaround is to pull images manually (e.g. ` minikube ssh docker pull ciscoresearch/flame:latest ` ).
234+ A workaround is to pull images manually (e.g. ` minikube ssh docker pull ciscoresearch/flame:v0.2.2 ` ).
235235The command ` kubectl get pods -n flame ` gives a list of pods and their status.
236236The pods with ` ErrImagePull ` or ` ImagePullBackOff ` status are ones that might be affected by the issue.
237237Identifying the required image can be done by running a ` kubectl describe ` command
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ Error: INSTALLATION FAILED: failed post-install: timed out waiting for the condi
181181This issue may be because container images are large or the Internet connection is slow.
182182The issue has been reported in minikube [ github] ( https://github.com/kubernetes/minikube/issues/14789 ) .
183183The latest minikube still doesn't contain the patched component (cri-dockerd 0.2.6).
184- A workaround is to pull images manually (e.g. ` minikube ssh docker pull ciscoresearch/flame:latest ` ).
184+ A workaround is to pull images manually (e.g. ` minikube ssh docker pull ciscoresearch/flame:v0.2.2 ` ).
185185The command ` kubectl get pods -n flame ` gives a list of pods and their status.
186186The pods with ` ErrImagePull ` or ` ImagePullBackOff ` status are ones that might be affected by the issue.
187187Identifying the required image can be done by running a ` kubectl describe ` command
Original file line number Diff line number Diff line change 6464 - minio.flame.test
6565
6666imageName : ciscoresearch/flame
67- imageTag : latest
67+ imageTag : v0.2.2
6868workerImageName : ciscoresearch/flame
69- workerImageTag : latest
69+ workerImageTag : v0.2.2
7070
7171broker :
7272 - sort : mqtt
Original file line number Diff line number Diff line change 2222 policy : readwrite
2323
2424imageName : ciscoresearch/flame
25- imageTag : latest
25+ imageTag : v0.2.2
2626
2727frontDoorUrl :
2828 apiserver : apiserver.flame.test # apiserver url needs to be updated
You can’t perform that action at this time.
0 commit comments