- 11 Apr, 2017 1 commit
-
-
mbohlool authored
-
- 05 Apr, 2017 32 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 44097, 42772, 43880, 44031, 44066) [Federation] Improve e2e test setup This PR improves federation e2e test setup: - reuses e2e framework setup (``NewDefaultFramework``) instead of duplicating it - ensures ``FederationAfterEach`` is called if an error occurs in ``FederationBeforeEach`` (as per the [example](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/framework/framework.go#L161) of the e2e framework) - skips creation of a test namespace in the hosting cluster (not used for a federation e2e test) cc: @kubernetes/sig-federation-pr-reviews @kubernetes/sig-testing-pr-reviews
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 44097, 42772, 43880, 44031, 44066) kubeadm: Wait for node before updating labels and taints **What this PR does / why we need it**: Adds again (removed in #43881) waiting for at last single node appearance during kubeadm attempt to update master role labels and taints. **Which issue this PR fixes**: fixes kubernetes/kubeadm#221 **Release note**: ```NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 44097, 42772, 43880, 44031, 44066) Refactor Strategic Merge Patch Refactor Strategic Merge Patch ```release-note None ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 44097, 42772, 43880, 44031, 44066) fix some typo fix some typo **Release note**: ```NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix container hostPid settings **What this PR does / why we need it**: HostPid is not set correctly for containers. **Which issue this PR fixes** Fixes #44041. **Special notes for your reviewer**: Should be cherry-picked into v1.6 branch. **Release note**: ```release-note Fix container hostPid settings. ``` cc @yujuhong @derekwaynecarr @unclejack @kubernetes/sig-node-pr-reviews
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue fix satisfy typo
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue fix misspell "underlying" in request.go
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue fix across typo fix across typo NONE
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue serviceaccount admission: return correct tokens Fix a bug in serviceaccount admission introduced when we switched everything to use shared informers. That change accidentally reused the list of secrets instead of creating a new one, resulting in all secrets in the namespace being returned as possible service account tokens, instead of limiting it only to the actual service account tokens, as it did before the shared informer conversion. This also adds a unit test to ensure there is no future regression here. This will need to be cherry-picked to 1.6. **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 # **Special notes for your reviewer**: **Release note**: ```release-note Fixed an issue mounting the wrong secret into pods as a service account token ``` cc @smarterclayton @liggitt @sttts @derekwaynecarr @calebamiles @ethernetdan @eparis
-
Piotr Skamruk authored
fixes kubernetes/kubeadm#221
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue make kubeadm default to stable-1.6
-
ymqytw authored
-
Andy Goldstein authored
Fix a bug in serviceaccount admission introduced when we switched everything to use shared informers. That change accidentally reused the list of secrets instead of creating a new one, resulting in all secrets in the namespace being returned as possible service account tokens, instead of limiting it only to the actual service account tokens, as it did before the shared informer conversion. This also adds a unit test to ensure there is no future regression here.
-
Mike Danese authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue relocate FC multipath readme to examples from pkg/volume Signed-off-by:rootfs <hchen@redhat.com> **What this PR does / why we need it**: `pkg/volume/README.md` is not a good place for Fiber Channel specific doc. Move the block into FC README. **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**: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Cluster-Autoscaler e2e to catch unnecessary scale-ups This e2e catches the bug in 0.5.0 CA with reasonable probability. ```release-note ```
-
Pengfei Ni authored
-
Pengfei Ni authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Use shared informers for proxy endpoints and service configs Use shared informers instead of creating local controllers/reflectors for the proxy's endpoints and service configs. This allows downstream integrators to pass in preexisting shared informers to save on memory & cpu usage. This also enables the cache mutation detector for kube-proxy for those presubmit jobs that already turn it on. Follow-up to #43295 cc @wojtek-t Will race with #43937 for conflicting changes
😄 cc @thockin cc @smarterclayton @sttts @liggitt @deads2k @derekwaynecarr @eparis @kubernetes/rh-cluster-infra -
Maciej Pytel authored
This fails (with large probability, as issue is not 100% deterministic) on 0.5.0, catching the bug in this version.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Remove toleration from fluentd-elasticsearch Fix https://github.com/kubernetes/kubernetes/issues/43795 Address comments from https://github.com/kubernetes/kubernetes/issues/42983 Fluentd-es doesn't work on master anyway, because it has no access to k8s services
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue e2e for cluster-autoscaler unhealthy cluster handling Add e2e test for cluster-autoscaler handling of unhealthy cluster. ~~This only passes reliably with https://github.com/kubernetes/contrib/pull/2488 and should not be merged before it.~~ (included in current CA image) **Release note**: ```release-note ```
-
Mik Vyatskov authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Update some event types **Release note**: ```release-note NONE ```
-
NickrenREN authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue add a reason code to syncProxyRules part of async prep
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Rename functions for congruence part of async cleanup
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Skip e2e test for Mac. fixes #36792
-
Maru Newby authored
- reuse default framework setup rather than duplicating - skip namespace creation for each test in hosting cluster - ensure FederationAfterEach is called if BeforeEach fails
-
Maru Newby authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 42288, 44055) save allServices in prep for async iptables @wojtek-t
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 42288, 44055) Fixed inaccurate comments for Secret and ConfigMap **What this PR does / why we need it**: Updates the comments for ConfigMap and Secret in types.go to correspond to the regex used in validation.go **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # Fixes #42203 **Special notes for your reviewer**: **Release note**: ```release-note None ```
-
- 04 Apr, 2017 7 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 44008, 41929) vSphere Cloud Provider: Fstype in storage class This PR does following, 1. Adds fstype support in storage class for vSphere Cloud Provider. 2. Modify examples to include fstype in storage class. 3. Adds fstype support in storage class for Photon Controller Cloud Provider (@luomiao) Internally reviewed [here](https://github.com/vmware/kubernetes/pull/88). cc @pdhamdhere @tusharnt @kerneltime @BaluDontu @divyenpatel @luomiao
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 44008, 41929) Bump rules_go to latest **What this PR does / why we need it**: updates the Bazel go_rules dependency which provides several important bugfixes and feature enhancements. It's still using go1.7.5, so all tests should still pass. **Release note**: ```release-note NONE ``` /assign @mikedanese @spxtr
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 44047, 43514, 44037, 43467) Juju: Enable GPU mode if GPU hardware detected **What this PR does / why we need it**: Automatically configures kubernetes-worker node to utilize GPU hardware when such hardware is detected. layer-nvidia-cuda does the hardware detection, installs CUDA and Nvidia drivers, and sets a state that the k8s-worker can react to. When gpu is available, worker updates config and restarts kubelet to enable gpu mode. Worker then notifies master that it's in gpu mode via the kube-control relation. When master sees that a worker is in gpu mode, it updates to privileged mode and restarts kube-apiserver. The kube-control interface has subsumed the kube-dns interface functionality. An 'allow-privileged' config option has been added to both worker and master charms. The gpu enablement respects the value of this option; i.e., we can't enable gpu mode if the operator has set allow-privileged="false". **Special notes for your reviewer**: Quickest test setup is as follows: ```bash # Bootstrap. If your aws account doesn't have a default vpc, you'll need to # specify one at bootstrap time so that juju can provision a p2.xlarge. # Otherwise you can leave out the --config "vpc-id=vpc-xxxxxxxx" bit. juju bootstrap --config "vpc-id=vpc-xxxxxxxx" --constraints "cores=4 mem=16G root-disk=64G" aws/us-east-1 k8s # Deploy the bundle containing master and worker charms built from # https://github.com/tvansteenburgh/kubernetes/tree/gpu-support/cluster/juju/layers juju deploy cs:~tvansteenburgh/bundle/kubernetes-gpu-support-3 # Setup kubectl locally mkdir -p ~/.kube juju scp kubernetes-master/0:config ~/.kube/config juju scp kubernetes-master/0:kubectl ./kubectl # Download a gpu-dependent job spec wget -O /tmp/nvidia-smi.yaml https://raw.githubusercontent.com/madeden/blogposts/master/k8s-gpu-cloud/src/nvidia-smi.yaml # Create the job kubectl create -f /tmp/nvidia-smi.yaml # You should see a new nvidia-smi-xxxxx pod created kubectl get pods # Wait a bit for the job to run, then view logs; you should see the # nvidia-smi table output kubectl logs $(kubectl get pods -l name=nvidia-smi -o=name -a) ``` kube-control interface: https://github.com/juju-solutions/interface-kube-control nvidia-cuda layer: https://github.com/juju-solutions/layer-nvidia-cuda (Both are registered on http://interfaces.juju.solutions/) **Release note**: ```release-note Juju: Enable GPU mode if GPU hardware detected ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 44047, 43514, 44037, 43467) Update boltdb dependency to fix golang 1.7 intermittent failures We have a old boltdb/bolt, etcd has moved to newer boltdb, so we should do the same. Specifically this change needs to be in our tree: https://github.com/boltdb/bolt/commit/92410e067395f10c8c93fad62c3e6c4b7aca82f0 as this fixes intermittent issues we see in our CI runs. So in this PR, we vendor the v1.3.0 version of boltdb/bolt. Fixes #43973
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 44047, 43514, 44037, 43467) unit test for kubectl config use-context **What this PR does / why we need it**: unit test for kubectl config use-context **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**: think you **Release note**: ```release-note ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 44047, 43514, 44037, 43467) Check the error before parsing the apiversion This fixes #44027
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue get-kube-local.sh checks pods with option "--namespace=kube-system" **What this PR does / why we need it**: Local cluster creation using get-kube-local.sh is never finished. The get-kube-local.sh monitors running_count of pods such as etcd, master and kube-proxy, but these pods are created under the namespace kube-system. Therefore kubectl can't find these pods then cluster creation isn't completed. The get-kube-local.sh should monitor created pods with option "--namespace=kube-system". **Which issue this PR fixes** : fixes #42517 **Release note**: ``` `NONE` ```
-