force update k8s

pull/172/head
Sam Dulam 2021-06-29 07:40:48 +12:00
parent 5db454f119
commit 92e0764ab9
2 changed files with 15 additions and 2 deletions

View File

@ -74,7 +74,20 @@ kubectl apply -n portainer -f https://raw.githubusercontent.com/portainer/k8s/ma
> ##### Agent Only
> kubectl apply -n portainer -f https://raw.githubusercontent.com/portainer/k8s/master/deploy/manifests/agent/portainer-agent-k8s-lb.yaml
Now you can go to portainer url and login. You should notice that the bottom left corner looks different than it did before. There is no more update nag and the version is no longer shown next to the Portainer logo.
Now you can go to portainer url and login. You should notice the new version number at the bottom left of Portainer UI.
!!! Tip "Force Update"
If portainer does not update after running the above commands, force the download of latest image by running the following:
```shell
kubectl -n portainer rollout restart deployment.apps/portainer
```
or for Agent Only
```shell
kubectl -n portainer rollout restart deployment.apps/portainer-agent
```
## :material-note-text: Notes
[Contribute to these docs](https://github.com/portainer/portainer-docs/blob/master/contributing.md){target=_blank}

View File

@ -323,7 +323,7 @@ theme:
custom_dir: overrides
palette:
primary: light-blue
repo_name: portainer/portainer
repo_name: portainer/portainer-docs
repo_url: https://github.com/portainer/portainer-docs
markdown_extensions:
- attr_list