fluxcd / flux

Successor: https://github.com/fluxcd/flux2
https://fluxcd.io
Apache License 2.0
6.9k stars 1.08k forks source link

kubeservice logs loads of failures #285

Closed paulbellamy closed 7 years ago

paulbellamy commented 7 years ago

When automating default/authfe. default/users works fine, so there is something about authfe. Seems to have worked ok, though...

Logs below:

ts=2016-12-08T14:13:50Z caller=releaser.go:351 instanceID=2 description="Release latest images to default/authfe"
ts=2016-12-08T14:13:50Z caller=releaser.go:351 instanceID=2 description="Service default/authfe image quay.io/weaveworks/logging:master-6c541b4 is already the latest one; skipping."
ts=2016-12-08T14:13:50Z caller=releaser.go:351 instanceID=2 description="Clone the config repo."
Cloning into '/tmp/flux-gitclone307041432/repo'...
Warning: Permanently added 'github.com,192.30.253.113' (RSA) to the list of known hosts.
ts=2016-12-08T14:13:51Z caller=releaser.go:351 instanceID=2 description="Update 1 images(s) in the resource definition file for default/authfe: authfe (quay.io/weaveworks/authfe:master-d04ca57 -> quay.io/weaveworks/authfe:master-ac75c5d)."
Args: [/usr/local/bin/kubeservice ./billing-api-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/billing
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/billing/billing-api-dep.yaml -> billing/billing-api
Args: [/usr/local/bin/kubeservice ./billing-api-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/billing

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./billing-ui-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/billing
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/billing/billing-ui-dep.yaml -> billing/billing-ui
Args: [/usr/local/bin/kubeservice ./billing-ui-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/billing

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./billing-usage-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/billing
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/billing/billing-usage-dep.yaml -> billing/billing-usage
Args: [/usr/local/bin/kubeservice ./billing-usage-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/billing

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./quay-secret.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/billing

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./simpledb-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/billing
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/billing/simpledb-dep.yaml -> billing/simpledb
Args: [/usr/local/bin/kubeservice ./simpledb-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/billing

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./billing-ns.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./consul-config.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/cortex

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./consul-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/cortex
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/cortex/consul-dep.yaml -> cortex/consul
Args: [/usr/local/bin/kubeservice ./consul-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/cortex

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./dev-grafana-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/cortex
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/cortex/dev-grafana-dep.yaml -> cortex/dev-grafana
Args: [/usr/local/bin/kubeservice ./dev-grafana-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/cortex

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./distributor-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/cortex
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/cortex/distributor-dep.yaml -> cortex/distributor
Args: [/usr/local/bin/kubeservice ./distributor-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/cortex

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./ingester-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/cortex
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/cortex/ingester-dep.yaml -> cortex/ingester
Args: [/usr/local/bin/kubeservice ./ingester-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/cortex

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./memcached-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/cortex
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/cortex/memcached-dep.yaml -> cortex/memcached
Args: [/usr/local/bin/kubeservice ./memcached-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/cortex

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./prod-grafana-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/cortex
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/cortex/prod-grafana-dep.yaml -> cortex/prod-grafana
Args: [/usr/local/bin/kubeservice ./prod-grafana-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/cortex

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./quay-secret.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/cortex

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./ruler-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/cortex
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/cortex/ruler-dep.yaml -> cortex/ruler
Args: [/usr/local/bin/kubeservice ./ruler-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/cortex

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./cortex-ns.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./authfe-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/default
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/default/authfe-dep.yaml -> default/authfe
Args: [/usr/local/bin/kubeservice ./authfe-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/default

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./bigquery-secret.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/default

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./configs-db-exporter-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/default
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/default/configs-db-exporter-dep.yaml -> default/configs-db-exporter
Args: [/usr/local/bin/kubeservice ./configs-db-exporter-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/default

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./configs-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/default
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/default/configs-dep.yaml -> default/configs
Args: [/usr/local/bin/kubeservice ./configs-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/default

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./frontend-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/default
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/default/frontend-dep.yaml -> default/frontend
Args: [/usr/local/bin/kubeservice ./frontend-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/default

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./proxy-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/default
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/default/proxy-dep.yaml -> 
Args: [/usr/local/bin/kubeservice ./quay-secret.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/default

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./tls-secret.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/default

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./ui-server-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/default
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/default/ui-server-dep.yaml -> default/ui-server
Args: [/usr/local/bin/kubeservice ./ui-server-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/default

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./users-db-exporter-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/default
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/default/users-db-exporter-dep.yaml -> default/users-db-exporter
Args: [/usr/local/bin/kubeservice ./users-db-exporter-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/default

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./users-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/default
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/default/users-dep.yaml -> default/users
Args: [/usr/local/bin/kubeservice ./users-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/default

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./api-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/deploy
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/deploy/api-dep.yaml -> deploy/api
Args: [/usr/local/bin/kubeservice ./api-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/deploy

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./deploy-db-exporter-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/deploy
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/deploy/deploy-db-exporter-dep.yaml -> deploy/deploy-db-exporter
Args: [/usr/local/bin/kubeservice ./deploy-db-exporter-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/deploy

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./quay-secret.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/deploy

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./scheduler-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/deploy
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/deploy/scheduler-dep.yaml -> deploy/scheduler
Args: [/usr/local/bin/kubeservice ./scheduler-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/deploy

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./worker-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/deploy
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/deploy/worker-dep.yaml -> deploy/worker
Args: [/usr/local/bin/kubeservice ./worker-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/deploy

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./deploy-ns.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./demo-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/extra
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/extra/demo-dep.yaml -> extra/demo
Args: [/usr/local/bin/kubeservice ./demo-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/extra

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./launch-generator-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/extra
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/extra/launch-generator-dep.yaml -> extra/launch-generator
Args: [/usr/local/bin/kubeservice ./launch-generator-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/extra

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./pr-assigner-config.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/extra

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./pr-assigner-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/extra
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/extra/pr-assigner-dep.yaml -> extra/pr-assigner
Args: [/usr/local/bin/kubeservice ./pr-assigner-secret.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/extra

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./pr-assigner-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/extra

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./quay-secret.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/extra

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./extra-ns.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./fluxd-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/fluxy
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/fluxy/fluxd-dep.yaml -> fluxy/fluxd
Args: [/usr/local/bin/kubeservice ./fluxd-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/fluxy

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./fluxsvc-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/fluxy
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/fluxy/fluxsvc-dep.yaml -> fluxy/fluxsvc
Args: [/usr/local/bin/kubeservice ./fluxsvc-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/fluxy

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./fluxy-ns.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./kube-dns-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/kube-system
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/kube-system/kube-dns-dep.yaml -> kube-system/kube-dns
Args: [/usr/local/bin/kubeservice ./kube-dns-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/kube-system

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./kubernetes-dashboard-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/kube-system
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/kube-system/kubernetes-dashboard-dep.yaml -> kube-system/kubernetes-dashboard
Args: [/usr/local/bin/kubeservice ./kubernetes-dashboard-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/kube-system

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./scope-app-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/kube-system
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/kube-system/scope-app-dep.yaml -> kube-system/scope
Args: [/usr/local/bin/kubeservice ./scope-probe-ds.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/kube-system

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./scope-probe-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/kube-system

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./scope-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/kube-system

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./alertmanager-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring/alertmanager-dep.yaml -> monitoring/alertmanager
Args: [/usr/local/bin/kubeservice ./alertmanager-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./ansiblediff-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring/ansiblediff-dep.yaml -> monitoring/ansiblediff
Args: [/usr/local/bin/kubeservice ./ansiblediff-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./compare-images-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring/compare-images-dep.yaml -> monitoring/compare-images
Args: [/usr/local/bin/kubeservice ./compare-images-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./dev-retrieval-config.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./dev-retrieval-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring/dev-retrieval-dep.yaml -> monitoring/dev-retrieval
Args: [/usr/local/bin/kubeservice ./dev-retrieval-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./fluentd-loggly-config.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./fluentd-loggly-ds.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./grafana-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring/grafana-dep.yaml -> monitoring/grafana
Args: [/usr/local/bin/kubeservice ./grafana-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./kube-api-exporter-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring/kube-api-exporter-dep.yaml -> monitoring/kube-api-exporter
Args: [/usr/local/bin/kubeservice ./kube-api-exporter-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./kubediff-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring/kubediff-dep.yaml -> monitoring/kubediff
Args: [/usr/local/bin/kubeservice ./kubediff-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./metrics-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring/metrics-dep.yaml -> 
Args: [/usr/local/bin/kubeservice ./prod-retrieval-config.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./prod-retrieval-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring/prod-retrieval-dep.yaml -> monitoring/prod-retrieval
Args: [/usr/local/bin/kubeservice ./prod-retrieval-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./prom-node-exporter-ds.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./prometheus-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring/prometheus-dep.yaml -> monitoring/prometheus
Args: [/usr/local/bin/kubeservice ./prometheus-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./quay-secret.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./terradiff-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring/terradiff-dep.yaml -> monitoring/terradiff
Args: [/usr/local/bin/kubeservice ./terradiff-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/monitoring

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./monitoring-ns.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./collection-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/scope
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/scope/collection-dep.yaml -> scope/collection
Args: [/usr/local/bin/kubeservice ./collection-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/scope

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./consul-config.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/scope

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./consul-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/scope
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/scope/consul-dep.yaml -> scope/consul
Args: [/usr/local/bin/kubeservice ./consul-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/scope

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./control-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/scope
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/scope/control-dep.yaml -> scope/control
Args: [/usr/local/bin/kubeservice ./control-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/scope

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./memcached-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/scope
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/scope/memcached-dep.yaml -> scope/memcached
Args: [/usr/local/bin/kubeservice ./memcached-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/scope

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./nats-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/scope
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/scope/nats-dep.yaml -> scope/nats
Args: [/usr/local/bin/kubeservice ./nats-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/scope

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./pipe-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/scope
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/scope/pipe-dep.yaml -> scope/pipe
Args: [/usr/local/bin/kubeservice ./pipe-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/scope

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./query-dep.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/scope
kubeservice SUCCESS: /tmp/flux-gitclone307041432/repo/k8s/dev/scope/query-dep.yaml -> scope/query
Args: [/usr/local/bin/kubeservice ./query-svc.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev/scope

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
Args: [/usr/local/bin/kubeservice ./scope-ns.yaml]
Dir: /tmp/flux-gitclone307041432/repo/k8s/dev

Traceback (most recent call last):
  File "/usr/local/bin/kubeservice", line 93, in <module>
    for service in service_for_file(args[0]):
  File "/usr/local/bin/kubeservice", line 63, in service_for_file
    raise Kubeimage("Not a ReplicationController or Deployment")
__main__.Kubeimage: Not a ReplicationController or Deployment

kubeservice FAILED: exit status 1
ts=2016-12-08T14:14:03Z caller=releaser.go:351 instanceID=2 description="Commit and push the config repo."
[master 7c3bc28] Release latest images to default/authfe
 1 file changed, 1 insertion(+), 1 deletion(-)
Warning: Permanently added 'github.com,192.30.253.113' (RSA) to the list of known hosts.
To git@github.com:weaveworks/service-conf
   d3fa344..7c3bc28  master -> master
ts=2016-12-08T14:14:05Z caller=releaser.go:351 instanceID=2 description="Regrade 1 service(s): default/authfe."
paulbellamy commented 7 years ago

Update: Seems intermittent. I've also seen it on default/configs once. Maybe it is to do with the order it reads the files?

squaremo commented 7 years ago

Maybe it is to do with the order it reads the files?

It looks at every file, every time, so far as I know.

Marking as duplicate of #254.