Skip to content

Commit

Permalink
build: use the flame version for which the code was released for (#371)
Browse files Browse the repository at this point in the history
This is useful to avoid future issues in case we release new versions, but the local flame code/cluster is not upgraded to use the latest released code.
  • Loading branch information
openwithcode authored Mar 20, 2023
1 parent 225c86d commit f33ca78
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/03-b-amzn2-gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Error: INSTALLATION FAILED: failed post-install: timed out waiting for the condi
This issue may be because container images are large or the Internet connection is slow.
The issue has been reported in minikube [github](https://github.com/kubernetes/minikube/issues/14789).
The latest minikube still doesn't contain the patched component (cri-dockerd 0.2.6).
A workaround is to pull images manually (e.g. `minikube ssh docker pull ciscoresearch/flame:latest`).
A workaround is to pull images manually (e.g. `minikube ssh docker pull ciscoresearch/flame:v0.2.2`).
The command `kubectl get pods -n flame` gives a list of pods and their status.
The pods with `ErrImagePull` or `ImagePullBackOff` status are ones that might be affected by the issue.
Identifying the required image can be done by running a `kubectl describe` command
Expand Down
2 changes: 1 addition & 1 deletion docs/03-c-mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Error: INSTALLATION FAILED: failed post-install: timed out waiting for the condi
This issue may be because container images are large or the Internet connection is slow.
The issue has been reported in minikube [github](https://github.com/kubernetes/minikube/issues/14789).
The latest minikube still doesn't contain the patched component (cri-dockerd 0.2.6).
A workaround is to pull images manually (e.g. `minikube ssh docker pull ciscoresearch/flame:latest`).
A workaround is to pull images manually (e.g. `minikube ssh docker pull ciscoresearch/flame:v0.2.2`).
The command `kubectl get pods -n flame` gives a list of pods and their status.
The pods with `ErrImagePull` or `ImagePullBackOff` status are ones that might be affected by the issue.
Identifying the required image can be done by running a `kubectl describe` command
Expand Down
4 changes: 2 additions & 2 deletions fiab/helm-chart/control/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ minio:
- minio.flame.test

imageName: ciscoresearch/flame
imageTag: latest
imageTag: v0.2.2
workerImageName: ciscoresearch/flame
workerImageTag: latest
workerImageTag: v0.2.2

broker:
- sort: mqtt
Expand Down
2 changes: 1 addition & 1 deletion fiab/helm-chart/deployer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ minio:
policy: readwrite

imageName: ciscoresearch/flame
imageTag: latest
imageTag: v0.2.2

frontDoorUrl:
apiserver: apiserver.flame.test # apiserver url needs to be updated
Expand Down

0 comments on commit f33ca78

Please sign in to comment.