Cannot deploy Airbyte to multiple namespaces #47265
Unanswered
Col (col)
asked this question in
Deployment
Replies: 2 comments
|
Hi! This discussion hasn't had activity in over a year. Is this still relevant to you? If so, please reply and we'll keep it open. If we don't hear back within 14 days, we'll close this as part of our housekeeping. You can always reopen or create a new discussion later. Thanks! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've like to have two deployments of Airbyte (you can think of these as prod and nonprod) within the same K8s cluster. This currently is not possible due to the
node-viewerClusterRole created by the Helm chart. As this is a cluster wide resource is conflicts when I try to deploy Airbyte to a second namespace.I believe this is an avoidable conflict but needs either:
.Values.serviceAccount.createClusterRoleif not (lookup "rbac.authorization.k8s.io/v1" "ClusterRole" "" "node-viewer")All reactions