Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

invalid service ID when applying resources (cluster-roles) #1934

Closed
davidkarlsen opened this issue Apr 14, 2019 · 1 comment
Closed

invalid service ID when applying resources (cluster-roles) #1934

davidkarlsen opened this issue Apr 14, 2019 · 1 comment
Labels

Comments

@davidkarlsen
Copy link
Contributor

I get:

devops/flux-devops-6df4b747d7-b444g[flux]: ts=2019-04-14T14:19:20.675738823Z caller=loop.go:412 component=sync-loop err="executing HTTP request: 400 Bad Request parsing <cluster>:clusterrole/sealed-secrets-icp-admin-aggregate: invalid service ID\n"

when applying:

...
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
  name: sealed-secrets-icp-admin-aggregate
  labels:
    rbac.icp.com/aggregate-to-icp-admin: "true"
rules:
- apiGroups:
  - "bitnami.com"
  resources:
  - sealedsecret
  verbs:
  - create
  - delete
  - deletecollection
  - get
  - list
  - patch
  - update
  - watch
---
...

running weaveworks/flux:1.12.0

I can kubectl replace -f just fine

Seems related: #1282

@2opremio
Copy link
Contributor

2opremio commented Apr 14, 2019

@davidkarlsen The error is coming from Flux Cloud, due to oliviabarrick/fluxcloud#26

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants