Skip to content

Commit

Permalink
update slimeboot image to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MouceL authored and YonkaFang committed Mar 24, 2023
1 parent 5bdcc8c commit 4a4c1ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/init/deployment_slime-boot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
containers:
- name: slime-boot
# Replace this with the built image name
image: docker.io/slimeio/slime-boot:v0.6.0_linux_amd64
image: docker.io/slimeio/slime-boot:v0.7.0
imagePullPolicy: Always
env:
- name: WATCH_NAMESPACE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,14 @@ $ kubectl delete -f "https://raw.githubusercontent.com/slime-io/slime/v0.5.0/ins
卸载 lazyload

```sh
$ kubectl delete -f /tmp/lazyload-slimeboot.yaml
kubectl delete -f /tmp/lazyload-slimeboot.yaml
kubectl delete envoyfilter to-global-sidecar -n istio-system
```

卸载 servicefence

```
for i in $(kubectl get ns --no-headers |awk '{print $1}');do kubectl delete servicefence -n $i --all;done
```

卸载 slime-boot
Expand Down

0 comments on commit 4a4c1ae

Please sign in to comment.