-
Notifications
You must be signed in to change notification settings - Fork 74
Remove static GCP broker data plane yamls #1170
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liu-cong The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold should merge after #1132 is merged |
This PR removes the cc @nachocano as you are looking at the release yamls |
Are you planning on cherry-picking this and other broker stuff to 0.15? |
When we merge it into cloudrun-eventing we'll have to remove the entries pointing at the config/broker directories from hack/tools.go (the version in cloudrun-eventing) and the copy_yaml command for it from hack/update-deps.sh (the version in cloudrun-eventing) |
It just occurred to me - would it be useful to keep these yamls somewhere for easier testing? |
For consistency I would say no since we don't keep yamls for other dynamically created resources. Is there any specific use case you have in mind? |
@liu-cong I was thinking the case where I want to create a broker data plane manually. But never mind, once we move to brokercell the existing yamls won't work anyway. |
/lgtm |
Yeah I can see sometimes you want to manually deploy the yamls for troubleshooting for example. We could create a |
/unhold |
/retest |
/hold Line 38 in 848d632
|
Indeed it will. And this explains the test failures :) Also removed the yaml from e2e tests. Let's see if the tests will pass. |
/lgtm |
/unhold |
Fixes #867
Proposed Changes
Release Note
Docs