-
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
Remove cluster-api cluster object dependency #1449
Remove cluster-api cluster object dependency #1449
Conversation
/retest |
50550a9
to
88901fa
Compare
The cluster object was necessary for the machine controllers to function. This dep is being removed and there's no reason for this object to exist at the moment
second PR went through here https://origin-release.svc.ci.openshift.org/releasestream/4.0.0-0.alpha/release/4.0.0-0.alpha-2019-03-22-231511 |
ping @abhinavdahiya @wking |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
it looks like you might have to re-roll https://github.com/openshift/installer/blob/88901fa7fbeec8e42a918cc69d989af0b52f7c64/pkg/asset/manifests/network.go#L128 to remove dep on |
^^ this function seems to be not used at all. maybe just drop this. it was being consumed 88901fa#diff-a25ec653fe393c89c4ccac5a1edfe38fL42 /lgtm cancel |
88901fa
to
c734361
Compare
back to green @abhinavdahiya |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, enxebre, 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 |
Catching up with c734361 (Remove cluster-api object as this is not needed anymore, 2019-03-22, openshift#1449), 1408d8a (*: use kube-etcd-cert-signer release image, 2019-03-27, openshift#1477), and possibly others. Generated with: $ openshift-install graph | dot -Tsvg >docs/design/resource_dep.svg using: $ dot -V dot - graphviz version 2.30.1 (20170916.1124)
Fix https://jira.coreos.com/browse/CLOUD-357
The cluster object was necessary for the machine controllers to function. This dep is being removed and there's no reason for this object to exist at the moment
Needs:
openshift/cluster-kube-apiserver-operator#351
openshift/cluster-kube-controller-manager-operator#196
This won't go green until the changes in these two PRs make it to the payload