- 27 Jul, 2017 2 commits
-
-
Mike Danese authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Tune Cinder approvers I don't want to be single approver for cinder PRs, @anguslees is OpenStack maintainer and should be able to help with Cinder. Any other volunteers from @kubernetes/sig-storage-pr-reviews or @k8s-sig-openstack-pr-reviews? Note: @justinsb **is** still reviewer, he was just listed twice. ```release-note NONE ```
-
- 26 Jul, 2017 32 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add OWNERS file for Calico add-on **What this PR does / why we need it**: Adds @caseydavenport and @fasaxc as owners to the Calico add-on. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # No related issue. **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
-
Casey Davenport authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 48360, 48469, 49576, 49516, 49558) Update maintainers for Juju charm layers **What this PR does / why we need it**: Update maintainers of harm layers to reflect ... reality **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: **Special notes for your reviewer**: **Release note**: ```NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 48360, 48469, 49576, 49516, 49558) Let garbage collector send orphaning patches in parallel Garbage collector sends orphaning patches in parallel now.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 48360, 48469, 49576, 49516, 49558) apimachinery: fix meta/v1alpha1.Table deepcopy
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 48360, 48469, 49576, 49516, 49558) Rev Calico's Typha daemon to v0.2.3 in add-on deployment. **What this PR does / why we need it**: This PR revs the version of Calico's Typha daemon used in the calico-policy-controller add-on to the latest bug-fix release, which incorporates a [critical bug fix](https://github.com/projectcalico/typha/issues/28). **Which issue this PR fixes** fixes #49473 **Release note**: ```release-note Rev version of Calico's Typha daemon used in add-on to v0.2.3 to pull in bug-fixes. ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Set snat to false **What this PR does / why we need it**: - the [version](https://github.com/containernetworking/plugins/commit/e8bea554c5ec9a433d4353c03f7f31b068185c1c) of the portmap plugin included with calico CNI version `v1.9.1` doesn't have `noSnat` config option, it has `snat` which is not specified (which is the case without this PR), [will be set to true by default](https://github.com/containernetworking/plugins/tree/master/plugins/meta/portmap#usage) , so we need to explicitly set it to `false` CC @caseydavenport
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 47357, 49514, 49271, 49572, 49476) enhance kubectl run error message Before this change: $ kubectl run nginx error: Invalid image name "": invalid reference format After this change: $ kubectl run nginx error: --image is required **Release note**: ``` NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 47357, 49514, 49271, 49572, 49476) Updates etcd-client to 3.1.10 I have no idea why azure sdk update became transitive but godeps we're restored before update Fixes: https://github.com/kubernetes/kubernetes/issues/49386 xref: https://github.com/kubernetes/kubernetes/pull/49393 ``` NONE ``` /cc @kubernetes/sig-scalability-pr-reviews @kubernetes/sig-api-machinery-misc @hongchaodeng @wojtek-t
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 47357, 49514, 49271, 49572, 49476) set default adminid for rbd deleter if unset **What this PR does / why we need it**: **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #49225 **Special notes for your reviewer**: /cc @BastiPaeltz @sjenning **Release note**: ```release-note set default adminid for rbd deleter if unset ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 47357, 49514, 49271, 49572, 49476) Move client cert bootstrap code into pkg/kubelet/... Keeps it better encapsulated. @deads2k
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 47357, 49514, 49271, 49572, 49476) Using only the exit code to decide when to fall back on logs We expect the exit code to be non-zero if the the container process was OOM killed. Remove the check that uses the "Reason" field.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Warn if aws has no cluster id provided **What this PR does / why we need it**: we info log a message when no cluster id is provided that should be a warning given its impact. fixes https://github.com/kubernetes/kubernetes/issues/49568 **Release note**: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix same registered ownerName in prometheus TokensController and ServiceAccountsController use same name to register metric ownerName in prometheus. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # #49635 **Release note**: ```release-note NONE ```
-
FengyunPan authored
TokensController and ServiceAccountsController use same name to register metric ownerName in prometheus.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 46358, 49408) Clean up generated doc timestamps Running `hack/update-all.sh` leaves these changes in tree...
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 46358, 49408) [Federation] Updates to enable hpa controllers test in integration and e2e Enables the apis on api server in both scenario. Additional logic to enable and run the crud portion of objects in integration, for controllers which implement additional logic in reconcile. **Special notes for your reviewer**: This on top of an existing PR https://github.com/kubernetes/kubernetes/pull/45497. The last 2 commits are reviewable here @kubernetes/sig-federation-pr-reviews cc @marun @perotinus **Release note**: ```NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 46913, 48910, 48858, 47160) federation: Stop using and remove federation internalclientset **What this PR does / why we need it**: This probably a left over job. We should not be using the internal clientset and instead be using versioned ones as described in #29934 **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: ```release-note NONE ``` /assign @nikhiljindal /cc @kubernetes/sig-federation-misc
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 46913, 48910, 48858, 47160) Add e2e test for readOnlyRootFilesystem containers **What this PR does / why we need it**: This PR adds node e2e test for readOnlyRootFilesystem containers. **Which issue this PR fixes** Part of #44118. **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 46913, 48910, 48858, 47160) move sig-node related e2e tests to node subdir I need help making sure I picked the right ones and/or didn't miss anything. Potential additions include: `logging_soak.go`, `ssh.go`, `kubelet_perf.go`. /cc @dchen1107 @vishh @tallclair @yujuhong @Random-Liu @abgworrall @dashpole @yguo0905
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 46913, 48910, 48858, 47160) Fix "make help" info **What this PR does / why we need it**: fixes some incorrect help info **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #46911 **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 43443, 46193, 49071, 47252) custom-resources: add initializer test
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 43443, 46193, 49071, 47252) Add v1beta2.DaemonSet Depends on https://github.com/kubernetes/kubernetes/pull/48746 Partly implements https://github.com/kubernetes/kubernetes/issues/49135 ```release-note Adding type apps/v1beta2.DaemonSet ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 43443, 46193, 49071, 47252) Run the update-staging-godeps script inside a docker container **What this PR does / why we need it**: This PR moves the update-staging-godeps script to run inside a docker container. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #45757 **Special notes for your reviewer**: **Release note**: ```release-note NONE ``` /assign @ixdy @sttts
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 43443, 46193, 49071, 47252) [Federation][Kubefed] Support reference document autogeneration for kubefed This PR is needed to address the documentation issue https://github.com/kubernetes/kubernetes.github.io/issues/2888 Apart from the code auto generation have updated some descriptions for consistency. **Special notes for your reviewer**: @kubernetes/sig-federation-misc cc @madhusudancs @csbell **Release note**: ```NONE ```
-
Cao Shufeng authored
Before this change: # kubectl run nginx error: Invalid image name "": invalid reference format After this change: # kubectl run nginx error: --image is required
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 49259, 49350) Add envelope encryption transformer Essential to implement envelope encryption, using a KEK-DEK based encryption scheme which uses an external root of trust (cloudkms, hardware etc). * Caches known DEKs. * Creates a new DEK for each write (most common and recommended way of implementing envelope encryption). * Relies on an implementation of `envelope.Service` which actually implements the encryption and decryption using the external root of trust. Essential for #48522 @smarterclayton @jcbsmpsn @cheftako @lavalamp @php-coder @destijl @cjcullen This PR is generic, and independent of any cloudprovider / cloud / KMS code. For more context: #48574
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 49259, 49350) update json-patch to fix nil value issue when creating mergepatch **What this PR does / why we need it**: When [creating a patch for merge](https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/annotate.go#L255), nil value will be considered as different value. This has been fixed and merged in [evanphx/json-patch #45](https://github.com/evanphx/json-patch/pull/45). **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #49044 **Special notes for your reviewer**: /cc @MikeSpreitzer @mengqiy **Release note**: ```release-note Fix nil value issue when creating json patch for merge ```
-
shashidharatd authored
-
shashidharatd authored
-
shashidharatd authored
-
shashidharatd authored
-
- 25 Jul, 2017 6 commits
-
-
Michael Taufen authored
-
Clayton Coleman authored
Makes it more clearly associated with the existing code and simplifies cmd/kubelet/app.
-
Clayton Coleman authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 45040, 48960) Do not generate warning event on dns search deduplication In the case that the node is able to use the cluster DNS, `cluster.local` will already be in the node search domains in `/etc/resolv.conf`. The kubelet then parses `/etc/resolv.conf` on the node and combines it with $namespace.svc.$clusterDomain, svc.$clusterDomain, and $clusterDomain to create the pod DNS search domains. clusterDomain is `cluster.local` by default. This causes the code to generate a Warning event visible to the user for _every_ pod: ``` Warning DNSSearchForming Found and omitted duplicated dns domain in host search line: 'cluster.local' during merging with cluster dns domains ``` This is really overkill. IMHO, this should be done in the background with no user level notification or logging at all. xref https://bugzilla.redhat.com/show_bug.cgi?id=1471198 @derekwaynecarr @eparis @vefimova
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 45040, 48960) Add ceph-common to hyperkube image **What this PR does / why we need it**: Adds the ceph-common package to the hyperkube image
-
Timothy St. Clair authored
-