GitBook: [#24] Image update notes re private registries, procedure fix for Kube upgrade via UI

This commit is contained in:
James Carppe
2022-06-29 01:42:50 +00:00
committed by gitbook-bot
parent b0f3aa48c5
commit fc554bbefe
4 changed files with 23 additions and 3 deletions

View File

@@ -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

View File

@@ -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 %}

View File

@@ -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 %}

View File

@@ -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 %}