Cluster information:
Kubernetes version: 1.16
Cloud being used: AWS
Installation method: AWS EKS
Host OS: Amazon Linux 2 (AL2_x86_64)
Query:
Hey Guys!
I have a Jenkins Deployment running on AWS EKS.
In the architecture (which can be viewed here), the Jenkins Master is running from an Image in Docker Hub, but also has a pv for storing configuration.
I want to understand how I can update the container image stored in my docker hub, to include the config from the pv, using kubectl?
Thanks in advance!