-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Release 1.3 - batch 2 #28309
Release 1.3 - batch 2 #28309
Conversation
…gs-nodebootstrap Automatic merge from submit-queue Substitute federation_domain_map parameter with its value in node bootstrap scripts. This PR also removes the substitution code we added to the build scripts. **Release Note** ```release-note If you use one of the kube-dns replication controller manifest in `cluster/saltbase/salt/kube-dns`, i.e. `cluster/saltbase/salt/kube-dns/{skydns-rc.yaml.base,skydns-rc.yaml.in}`, either substitute one of `__PILLAR__FEDERATIONS__DOMAIN__MAP__` or `{{ pillar['federations_domain_map'] }}` with the corresponding federation name to domain name value or remove them if you do not support cluster federation at this time. If you plan to substitute the parameter with its value, here is an example for `{{ pillar['federations_domain_map'] }` pillar['federations_domain_map'] = "- --federations=myfederation=federation.test" where `myfederation` is the name of the federation and `federation.test` is the domain name registered for the federation. ``` cc @erictune @kubernetes/sig-cluster-federation @MikeSpreitzer @luxas [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]() (cherry picked from commit 3a6494e)
Automatic merge from submit-queue Create a PD volume when deploying the federation with federation-up. (cherry picked from commit 1d9b614)
Signed-off-by: Vishnu Kannan <vishnuk@google.com> Signed-off-by: Vishnu kannan <vishnuk@google.com>
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
This PR is not for the master branch but does not have the |
Labelling this PR as size/L |
GCE e2e build/test passed for commit 3b12872. |
#28258: Allow opting out of automatic cloud provider detection in kubelet. By default kubelet will auto-detect cloud providers
#28132: Substitute federation_domain_map parameter with its value in node bootstrap scripts.
#28261: Create a PD volume when deploying the federation with federation-up.
cc @eparis Doing our own version of your PR.