Releases: microsoft/Docker-Provider
Releases · microsoft/Docker-Provider
Docker-Provider 1.0.0-35
- More fixes for CJSON parsing errors
Docker-Provider 1.0.0-34
This release is for OMS container solution monitoring
Fixes :
- UTF encoding support for Container logs
- Truncate ENV variables size to 200k
- Handlers for json parsing for OMI Provider
CI feature production docker-provider 2.0.0-4 20180731 release
- This is preview-release for Azure AKS monitoring. This is not intended to be used for oms-solution.
Fixes :
- Changes for node lost scenario (roll-up pod & container statuses as Unknown)
- Discover unscheduled pods
- KubeNodeInventory - delimit multiple true node conditions for node status
- UTF Encoding support for container logs
- Container environment variable truncated to 200K
- Handle json parsing errors for OMI provider for docker
- Test mode enablement for ACS-engine testing
CI feature production docker-provider 2.0.0-2 20180508 release
This release is only for AKS monitoring in azure.
CI feature production docker-provider 2.0.0-1 20180420 release
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
*This release is for AKS.
Docker-Provider 1.0.0-33
Picking up container log from /var/lib/docker/containers/
Docker-Provider 1.0.0-32
Bug fixes:
- 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 - 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
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
- 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.