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

Automated cherry pick of #72761 upstream release 1.11 #72833

Conversation

tallclair
Copy link
Member

Automated cherry pick of #72761 upstream release 1.11

What type of PR is this?
/kind bug

What this PR does / why we need it:
kube-proxy's PodSecurityPolicy binding was accidentally created in the default namespace rather than kube-system

Does this PR introduce a user-facing change?:

Fix kube-proxy PodSecurityPolicy binding on GCE & GKE. This was only an issue when running kube-proxy as a DaemonSet, with PodSecurityPolicy enabled.

/sig gce
/priority important-soon

grayluck and others added 30 commits September 4, 2018 17:51
Change the addonmanager mode to be from reconcile to EnsureExists.
…d-cherry-pick-of-#67504-upstream-release-1.11

Automatic merge from submit-queue.

Revert "Automated cherry pick of kubernetes#67504: Decrease CPU requests of mas…

This may break users that run workload on master node, because control plane is going to get two times less resources.
…ck-of-#68380-upstream-release-1.11

Automatic merge from submit-queue.

Automated cherry pick of kubernetes#68380: Remove feature tag from ScheudulerPreemption tests

Cherry pick of kubernetes#68380 on release-1.11.

kubernetes#68380: Remove feature tag from ScheudulerPreemption tests

```release-note
NONE
```
Fix PersistentVolumes-local symlink upgrade tests
…ces in kube-addon-manager. - Update kubectl to v1.10.7.
…k-of-#67825-upstream-release-1.11

Automated cherry pick of kubernetes#67825: Fix VMWare VM freezing bug by reverting kubernetes#51066
…k-of-#67520-upstream-release-1.11

Automated cherry pick of kubernetes#67520: Wait for Available in PV protection test
…k-of-#66064-upstream-release-1.11-1536134932

Automated cherry pick of kubernetes#66064 upstream release 1.11 1536134932
Signed-off-by: Da K. Ma <klaus1982.cn@gmail.com>
Signed-off-by: Da K. Ma <klaus1982.cn@gmail.com>
Update e2e error message check to handle both 1.11 and 1.12 errors
The IP address and security group rules may be nil when the resources
are updating or deleting. Hence nil pointer deference may be happened
then.
…of-#66082-kubernetes#64954-kubernetes#68494-upstream-release-1.11

Automated cherry pick of kubernetes#66082: move feature gate checks inside IsCriticalPod kubernetes#64954: Added unschedulable and network-unavailable toleration. kubernetes#68494: Added default tolerations for new pods.
…ick-of-#68581-upstream-release-1.11

Automated cherry pick of kubernetes#68581: Fixed GCE PD tests to wait for pod deletion after usage, and
And avoid calling Setup if they don't exist
…-of-#67916-upstream-release-1.11

Automated cherry pick of kubernetes#67916: Bump ip-masq-agent to v2.1.1
@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Jan 11, 2019
@k8s-ci-robot
Copy link
Contributor

@tallclair: PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. area/apiserver area/kubeadm area/kubectl area/kubelet kind/api-change Categorizes issue or PR as related to adding, removing, or otherwise changing an API sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. sig/apps Categorizes an issue or PR as relevant to SIG Apps. sig/auth Categorizes an issue or PR as relevant to SIG Auth. sig/cli Categorizes an issue or PR as relevant to SIG CLI. sig/cloud-provider Categorizes an issue or PR as relevant to SIG Cloud Provider. sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. sig/gcp sig/instrumentation Categorizes an issue or PR as relevant to SIG Instrumentation. sig/network Categorizes an issue or PR as relevant to SIG Network. sig/node Categorizes an issue or PR as relevant to SIG Node. sig/release Categorizes an issue or PR as relevant to SIG Release. sig/scheduling Categorizes an issue or PR as relevant to SIG Scheduling. and removed needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Jan 11, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: tallclair
To fully approve this pull request, please assign additional approvers.
We suggest the following additional approver: lavalamp

If they are not already assigned, you can assign the PR to them by writing /assign @lavalamp in a comment when ready.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tallclair
Copy link
Member Author

oops!

@k8s-ci-robot
Copy link
Contributor

@tallclair: The following tests failed, say /retest to rerun them all:

Test name Commit Details Rerun command
pull-kubernetes-bazel-build 8a277bf link /test pull-kubernetes-bazel-build
pull-kubernetes-bazel-test 8a277bf link /test pull-kubernetes-bazel-test
pull-kubernetes-godeps 8a277bf link /test pull-kubernetes-godeps
pull-kubernetes-cross 8a277bf link /test pull-kubernetes-cross
pull-kubernetes-e2e-gce 8a277bf link /test pull-kubernetes-e2e-gce
pull-kubernetes-verify 8a277bf link /test pull-kubernetes-verify
pull-kubernetes-integration 8a277bf link /test pull-kubernetes-integration
pull-kubernetes-local-e2e-containerized 8a277bf link /test pull-kubernetes-local-e2e-containerized
pull-kubernetes-local-e2e 8a277bf link /test pull-kubernetes-local-e2e
pull-kubernetes-e2e-gce-device-plugin-gpu 8a277bf link /test pull-kubernetes-e2e-gce-device-plugin-gpu
pull-kubernetes-node-e2e 8a277bf link /test pull-kubernetes-node-e2e
pull-kubernetes-typecheck 8a277bf link /test pull-kubernetes-typecheck
pull-kubernetes-e2e-gce-100-performance 8a277bf link /test pull-kubernetes-e2e-gce-100-performance
pull-kubernetes-e2e-kops-aws 8a277bf link /test pull-kubernetes-e2e-kops-aws
pull-kubernetes-kubemark-e2e-gce-big 8a277bf link /test pull-kubernetes-kubemark-e2e-gce-big

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/apiserver area/kubeadm area/kubectl area/kubelet kind/api-change Categorizes issue or PR as related to adding, removing, or otherwise changing an API kind/bug Categorizes issue or PR as related to a bug. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. sig/apps Categorizes an issue or PR as relevant to SIG Apps. sig/auth Categorizes an issue or PR as relevant to SIG Auth. sig/cli Categorizes an issue or PR as relevant to SIG CLI. sig/cloud-provider Categorizes an issue or PR as relevant to SIG Cloud Provider. sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. sig/instrumentation Categorizes an issue or PR as relevant to SIG Instrumentation. sig/network Categorizes an issue or PR as relevant to SIG Network. sig/node Categorizes an issue or PR as relevant to SIG Node. sig/release Categorizes an issue or PR as relevant to SIG Release. sig/scheduling Categorizes an issue or PR as relevant to SIG Scheduling. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet