Jari Kolehmainen
Jari Kolehmainen
https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/
Root cause for this bug is inside the Weave Network component that generates a mac address based on `/sys/class/dmi/id/product_uuid`. Upstream issue: https://github.com/weaveworks/weave/issues/2427 See also: #1539
This PR refactors MongoPubsub into common and backend specific classes. It also introduces a new backend that uses NATS (https://nats.io/) for improved performance & latency.
- `Volume` - `Stack`, `StackRevision`, `StackDeploy` - `GridServiceInstance` - `GridSecret` - `Certificate` - `AuditLog` These need also matching serializers.
It should be possible to disable constant log streams from nodes to master and fetch container logs only when asked.
Let `ServicePodWorker` to handle & report container health. `ContainerHealthCheckWorker` only responsibility is to check & report status.
We need to collect infrastructure service stats to master so that we can report them via api to users. Services that need reporting: - etcd - weave - ipam -...
Master should automatically create `tls-sni-01` authorization and request certificate to all stack certificates that don't yet exist in Kontena Vault. Currently it just complains that certificate does not yet exist...