Skip to content

Commit

Permalink
Merge pull request kubernetes#16736 from dchen1107/docker
Browse files Browse the repository at this point in the history
Enable supervisord on all cloud providers and removed monit.
  • Loading branch information
brendandburns committed Nov 3, 2015
2 parents ca6fe97 + 9565618 commit a78b2e0
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 144 deletions.
9 changes: 0 additions & 9 deletions cluster/saltbase/salt/monit/docker

This file was deleted.

62 changes: 0 additions & 62 deletions cluster/saltbase/salt/monit/init.sls

This file was deleted.

5 changes: 0 additions & 5 deletions cluster/saltbase/salt/monit/kube-addons

This file was deleted.

11 changes: 0 additions & 11 deletions cluster/saltbase/salt/monit/kube-proxy

This file was deleted.

11 changes: 0 additions & 11 deletions cluster/saltbase/salt/monit/kubelet

This file was deleted.

38 changes: 0 additions & 38 deletions cluster/saltbase/salt/monit/monit_watcher.sh

This file was deleted.

8 changes: 0 additions & 8 deletions cluster/saltbase/salt/top.sls
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ base:
- kube-registry-proxy
{% endif %}
- logrotate
{% if grains['cloud'] is defined and grains.cloud == 'gce' %}
- supervisor
{% else %}
- monit
{% endif %}

'roles:kubernetes-master':
- match: grain
Expand All @@ -46,11 +42,7 @@ base:
- kube-apiserver
- kube-controller-manager
- kube-scheduler
{% if grains['cloud'] is defined and grains.cloud == 'gce' %}
- supervisor
{% else %}
- monit
{% endif %}
{% if grains['cloud'] is defined and not grains.cloud in [ 'aws', 'gce', 'vagrant' ] %}
- nginx
{% endif %}
Expand Down

0 comments on commit a78b2e0

Please sign in to comment.