-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pkg/asset/cluster: tectonicClusterID or kubernetes.io/cluster/<name> deletion #535
pkg/asset/cluster: tectonicClusterID or kubernetes.io/cluster/<name> deletion #535
Conversation
Generated with: $ rm -rf "$(go env GOPATH)/pkg/dep/sources" # to avoid errors like "Unable to update checked out version: fatal: reference is not a tree" # possibly [1] $ dep ensure -update using: $ dep version dep: version : v0.5.0 build date : git hash : 22125cf go version : go1.10.3 go compiler : gc platform : linux/amd64 features : ImportDuringSolve=false I haven't reviewed all of these changes, but I want this to pull in openshift/hive@b1cad987 (contrib/pkg/awstagdeprovision: Allow for OR filters, 2018-10-18, openshift/hive#47). [1]: golang/dep#928 (comment)
f69e3fd
to
1412168
Compare
…deletion We're having trouble getting our resources tagged consistently, with elastic IPs, NAT gateways, etc. missing kubernetes.io/cluster/<name> [1]. Meanwhile, the ingress operator will be creating elastic load balancers that lack tectonicClusterID [2]. This change deletes everything we can find with either tag while we sort out something cleaner. [1]: openshift#458 (comment) [2]: openshift#458 (comment)
1412168
to
6e1b19a
Compare
The router failed to come up, but here are the cleanup logs from the last e2e-aws run: $ oc project ci-op-4ir2nrcd
$ oc logs --timestamps -f e2e-aws -c teardown | tee /tmp/teardown.log which generated |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, wking 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 |
We're having trouble getting our resources tagged consistently, with [elastic IPs, NAT gateways, etc. missing
kubernetes.io/cluster/<name> ][1]. Meanwhile, [the ingress operator will be creating elastic load balancers that lack
tectonicClusterID`2. This change deletes everything we can find with either tag while we sort out something cleaner.