Why has my Environment IP not updated after I changed it?
If you have updated your Portainer Agent environment's IP address, you may not see the update apply correctly in your Portainer Server instance. To resolve this, restart your Portainer Server container.
Assuming you have followed our install instructions, you can do this from the command line:
On Docker Standalone:
docker restart portainerOn Docker Swarm:
docker service update --force portainer_portainerOn Kubernetes:
kubectl -n portainer rollout restart deployment.apps/portainerPreviousWhy can't my agents communicate with Portainer on Swarm?NextWhy is my Portainer Edge Agent using a large amount of memory?
Was this helpful?