Skip to content
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

[Federation] Remove FEDERATIONS_DOMAIN_MAP references #43137

Merged

Conversation

shashidharatd
Copy link

@shashidharatd shashidharatd commented Mar 15, 2017

Remove all references to FEDERATIONS_DOMAIN_MAP as this method is no longer is used and is replaced by adding federation domain map to kube-dns configmap.

cc @madhusudancs @kubernetes/sig-federation-pr-reviews

Release note:

[Federation] Mechanism of adding `federation domain maps` to kube-dns deployment via `--federations` flag is superseded by adding/updating `federations` key in `kube-system/kube-dns` configmap. If user is using kubefed tool to join cluster federation, adding federation domain maps to kube-dns is already taken care by `kubefed join` and does not need further action.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Mar 15, 2017
@shashidharatd shashidharatd changed the title Remove FEDERATIONS_DOMAIN_MAP references [Federation] Remove FEDERATIONS_DOMAIN_MAP references Mar 15, 2017
@k8s-github-robot k8s-github-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. release-note-label-needed labels Mar 15, 2017
@k8s-reviewable
Copy link

This change is Reviewable

@piosz piosz assigned madhusudancs and bowei and unassigned piosz Mar 15, 2017
@madhusudancs
Copy link
Contributor

Reviewed 15 of 15 files at r1.
Review status: all files reviewed at latest revision, 1 unresolved discussion, some commit checks failed.


cluster/common.sh, line 873 at r1 (raw file):

EOF
  fi
  if [ -n "${FEDERATIONS_DOMAIN_MAP:-}" ]; then

Removes the if without removing the corresponding fi.


Comments from Reviewable

@madhusudancs
Copy link
Contributor

Thanks for removing this.

@shashidharatd
Copy link
Author

Review status: 14 of 15 files reviewed at latest revision, 1 unresolved discussion.


cluster/common.sh, line 873 at r1 (raw file):

Previously, madhusudancs (Madhusudan.C.S) wrote…

Removes the if without removing the corresponding fi.

missed it :) thanks madhu, fixed it now


Comments from Reviewable

@madhusudancs madhusudancs added this to the v1.7 milestone Mar 15, 2017
@madhusudancs
Copy link
Contributor

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 15, 2017
@k8s-github-robot k8s-github-robot added the do-not-merge DEPRECATED. Indicates that a PR should not merge. Label can only be manually applied/removed. label Mar 15, 2017
@madhusudancs
Copy link
Contributor

@shashidharatd this is a user facing change. You might need a release note.

@mikedanese
Copy link
Member

/approve

@shashidharatd
Copy link
Author

Release note:

[Federation] Mechanism of adding `federation domain maps` to kube-dns deployment via `--federations` flag is superseded by adding/updating `federations` key in `kube-system/kube-dns` configmap. If user is using kubefed tool to join cluster federation, adding federation domain maps to kube-dns is already taken care by `kubefed join` and does not need further action.

@madhusudancs
Copy link
Contributor

@shashidharatd I thought that the bot read the release notes only from the PR description. Do you know for sure that the bot can read the release notes from other comments as well?

@k8s-github-robot k8s-github-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. and removed release-note-label-needed labels Mar 17, 2017
@shashidharatd
Copy link
Author

@madhusudancs, i thought it might read it, but it didn't :) added now in PR description. is the release notes explanation good enough?

@madhusudancs
Copy link
Contributor

@shashidharatd yeah the note looks good.

Thanks for moving it to the PR description.

@shashidharatd
Copy link
Author

Thanks @madhusudancs, can you please remove do-not-merge label?
Also request an lgtm from @jbeda

@madhusudancs madhusudancs removed the do-not-merge DEPRECATED. Indicates that a PR should not merge. Label can only be manually applied/removed. label Mar 17, 2017
@mikedanese
Copy link
Member

/approve

@shashidharatd
Copy link
Author

@jbeda, request an approve label for "hack" related changes.

@shashidharatd
Copy link
Author

@jbeda seems busy, @fejta can you please approve this for hack

@shashidharatd
Copy link
Author

@k8s-bot non-cri e2e test this

1 similar comment
@shashidharatd
Copy link
Author

@k8s-bot non-cri e2e test this

@fejta
Copy link
Contributor

fejta commented Apr 6, 2017

/lgtm

Sorry for the delay.

Please /assign @fejta whenever you want my attention. I depend on the PR dashboard to tell me when/where my attention is needed.

@k8s-github-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: fejta, madhusudancs, mikedanese, shashidharatd

Needs approval from an approver in each of these OWNERS Files:

You can indicate your approval by writing /approve in a comment
You can cancel your approval by writing /approve cancel in a comment

@k8s-github-robot k8s-github-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 6, 2017
@k8s-github-robot
Copy link

@k8s-bot test this [submit-queue is verifying that this PR is safe to merge]

@k8s-github-robot
Copy link

Automatic merge from submit-queue

@k8s-github-robot k8s-github-robot merged commit b41e415 into kubernetes:master Apr 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants