From fc554bbefec86a5f2df3f362eb98841f14a9fbf6 Mon Sep 17 00:00:00 2001 From: James Carppe Date: Wed, 29 Jun 2022 01:42:50 +0000 Subject: [PATCH] GitBook: [#24] Image update notes re private registries, procedure fix for Kube upgrade via UI --- start/upgrade/kubernetes.md | 8 +++++--- user/docker/containers/README.md | 6 ++++++ user/docker/services/README.md | 6 ++++++ user/docker/stacks/README.md | 6 ++++++ 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/start/upgrade/kubernetes.md b/start/upgrade/kubernetes.md index 53ddb840..ad00eaf7 100644 --- a/start/upgrade/kubernetes.md +++ b/start/upgrade/kubernetes.md @@ -115,11 +115,13 @@ If you have set a custom `AGENT_SECRET` on your Portainer Server instance you mu {% endtab %} {% endtabs %} -Log into Portainer and connect to the Kubernetes environment where Portainer is installed. From the menu select **Applications** then select **Advanced Deployment**. Select the `portainer` namespace then select **Web Editor**: +Log into Portainer and connect to the Kubernetes environment where Portainer is installed. From the menu select **Applications** then select **Create from manifest**. Toggle **Use namespace(s) specified from manifest** to on, then enter `portainer` in the **Name** field. -![](../../.gitbook/assets/upgrade-k8s-1.gif) +{% hint style="warning" %} +If you used a different name for your Portainer deployment, use that instead. +{% endhint %} -Paste the contents of the YAML file then click **Deploy**. Portainer will process the manifest and should return you to the login page once the upgrade is complete. +From the **Build method** selection choose **Web Editor** and ensure **Kubernetes** is selected as the **Deploy type**. Paste the contents of the YAML file then click **Deploy**. Portainer will process the manifest and should return you to the login page once the upgrade is complete. ### Option 2: Via the command line diff --git a/user/docker/containers/README.md b/user/docker/containers/README.md index 18b0d33e..050eda0d 100644 --- a/user/docker/containers/README.md +++ b/user/docker/containers/README.md @@ -4,6 +4,12 @@ Put simply, a container is a runnable instance of an image. Containers do not ho ![](../../../.gitbook/assets/2.14-containers-splash.png) +The circle next to the image name indicates whether the local image is up to date, with a green circle indicating it is up to date and a red circle indicating that there is a newer version of the image available. A grey circle indicates Portainer was unable to determine whether there is an update available for the image. + +{% hint style="info" %} +Image update notifications are currently not supported for private registries and private DockerHub accounts. This is due to be fixed in our next version. +{% endhint %} + {% content-ref url="add.md" %} [add.md](add.md) {% endcontent-ref %} diff --git a/user/docker/services/README.md b/user/docker/services/README.md index 5fd3d525..eb06cb9d 100644 --- a/user/docker/services/README.md +++ b/user/docker/services/README.md @@ -8,6 +8,12 @@ A service consists of an image definition and container configuration as well as ![](../../../.gitbook/assets/2.14-services-splash.png) +The circle next to the image name indicates whether the local image is up to date, with a green circle indicating it is up to date and a red circle indicating that there is a newer version of the image available. A grey circle indicates Portainer was unable to determine whether there is an update available for the image. + +{% hint style="info" %} +Image update notifications are currently not supported for private registries and private DockerHub accounts. This is due to be fixed in our next version. +{% endhint %} + {% content-ref url="add.md" %} [add.md](add.md) {% endcontent-ref %} diff --git a/user/docker/stacks/README.md b/user/docker/stacks/README.md index 3f80a21d..ddf05763 100644 --- a/user/docker/stacks/README.md +++ b/user/docker/stacks/README.md @@ -4,6 +4,12 @@ A stack is a collection of services, usually related to one application or usage ![](../../../.gitbook/assets/2.14-stacks-splash.png) +The **Images up to date** column indicates whether the local images in the stack are up to date, with a green circle indicating they are up to date and a red circle indicating that there is a newer version of an image available. A grey circle indicates Portainer was unable to determine whether there is an update available for the images. + +{% hint style="info" %} +Image update notifications are currently not supported for private registries and private DockerHub accounts. This is due to be fixed in our next version. +{% endhint %} + {% content-ref url="add.md" %} [add.md](add.md) {% endcontent-ref %}