mirror of
https://github.com/portainer/portainer-docs.git
synced 2026-03-27 12:58:32 +07:00
GitBook: [#24] Image update notes re private registries, procedure fix for Kube upgrade via UI
This commit is contained in:
committed by
gitbook-bot
parent
b0f3aa48c5
commit
fc554bbefe
@@ -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. 
|
||||
|
||||

|
||||
{% 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
|
||||
|
||||
|
||||
@@ -4,6 +4,12 @@ Put simply, a container is a runnable instance of an image. Containers do not ho
|
||||
|
||||

|
||||
|
||||
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 %}
|
||||
|
||||
@@ -8,6 +8,12 @@ A service consists of an image definition and container configuration as well as
|
||||
|
||||

|
||||
|
||||
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 %}
|
||||
|
||||
@@ -4,6 +4,12 @@ A stack is a collection of services, usually related to one application or usage
|
||||
|
||||

|
||||
|
||||
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 %}
|
||||
|
||||
Reference in New Issue
Block a user