Skip to content

Releases: microsoft/Docker-Provider

CI feature production docker-provider 2.0.0-1 20180420 release

20 Apr 20:49
Compare
Choose a tag to compare

This release is primarily for kubernetes monitoring in azure.

v1 release for Kubernetes monitoring

CI feature production docker-provider 2.0.0-3 20180607 release

07 Jun 22:26
Compare
Choose a tag to compare

*This release is for AKS.

Docker-Provider 1.0.0-33

27 Apr 18:18
Compare
Choose a tag to compare

Picking up container log from /var/lib/docker/containers/

Docker-Provider 1.0.0-32

26 Mar 18:16
Compare
Choose a tag to compare

Bug fixes:

  1. Instead of assuming that container log path is /var/lib/docker/containers/{ContainerID}/{ContainerID}-json.log we do a docker inspect on the container to get the log path
    Refer [PR] (#80) for further details
  2. Decide orchestrator type = Kubernetes based on the existence of environment variable KUBERNETES_SERVICE_HOST instead of the format of the hostname
    Refer PR for further details

Docker-Provider 1.0.0-31

30 Jan 21:21
Compare
Choose a tag to compare

Fixes to the installer to address the following things

  • Use var/opt/microsoft/docker-cimprov/log/kubernetes_client_log.txt instead of /var/opt/microsoft/omsagent/log/kubernetes_client_log.txt. This accounts for a race condition where the omsagent is installed but /var/opt/microsoft/log directory isnt created yet because of which sometimes there are errors while loading KubernetesApiClient.rb . It doesnt have any impact towards functionality , however it shows up as an error in the omsagent log.
  • Clean up properly when run with --remove or --purge
  • Set log levels to debug for KubeLogs to decrease log verbosity
  • Setup sudo permissions for containerlogtailfilereader which is used for tailing docker container log files

Docker-Provider 1.0.0-30

23 Jan 17:48
Compare
Choose a tag to compare
  • Fixed exception handling in kube api
  • Dedup kube events based on event id and count instead of just event id
  • Change in container log collection mechanism. Pick it up from the /var/lib/docker/containers//*.log instead of the docker rest api
  • Separate buffers for each data type to improve performance and avoid deadlocks in cases where the collection of one datatype is somehow stuck. This ensures that datatype upload is independent of one another.

OMI Docker-Provider 1.0.0-28

22 Sep 22:13
Compare
Choose a tag to compare

Fix:
-Use the agent node to talk to kubernetes api instead of master.

OMI Docker-Provider 1.0.0-27

21 Aug 20:15
Compare
Choose a tag to compare

-Kubernetes cluster awareness with at-a-glance hierarchy inventory from Kubernetes cluster to pods
-New Kubernetes events
-Capture custom pod labels and provides custom complex search filters
-Provides container process information
-Container Node Inventory including storage, network, orchestration type, and Docker version