Agent Update
Note
-
EKS Fargate is to be supported later.
-
The latest version of the WhaTap Kubernetes agent can be checked in hub.docker.com.
If an agent update is required, execute the following command:
-
Master Agent
kubectl set image -n whatap-monitoring deployment/whatap-master-agent whatap-master-agent=whatap/kube_mon:{agent_version}
-
Node Agent
kubectl set image -n whatap-monitoring daemonset/whatap-node-agent whatap-node-agent=whatap/kube_mon:{agent_version}
-
Agent application updates upon installation based on the Helm chart
# Upgrade release
helm upgrade whatap-kube-agent whatap/kube -f values.yaml