- 05 Apr, 2019 8 commits
-
-
Ke Wu authored
Empty array expansion causes "unbound variable" error in bash 4.2 and bash 4.3.
-
Kubernetes Prow Robot authored
Automated cherry pick of #76109: Removed cleanup for non-current kube-proxy modes in
-
Vallery Lancey authored
-
Vallery Lancey authored
This reverts commit 29ba1b03.
-
Vallery Lancey authored
This reverts commit 4f1bb2bd.
-
Vallery Lancey authored
-
Vallery Lancey authored
-
Vallery Lancey authored
-
- 04 Apr, 2019 11 commits
-
-
Kubernetes Prow Robot authored
kubeadm : fix-kubeadm-upgrade-12-13-14
-
Kubernetes Prow Robot authored
Automated cherry pick of #75887: Explicitly flush headers when proxying
-
Kubernetes Prow Robot authored
Automated cherry pick of #75781: kube-aggregator: bump openapi aggregation log level
-
Kubernetes Prow Robot authored
Automated cherry pick of #75480: Update Cluster Autscaler version to 1.14.0
-
Kubernetes Prow Robot authored
Automated cherry pick of #76039: Finish saving test results on failure
-
Kubernetes Prow Robot authored
Automated cherry pick of #75855: Disable GCE agent address management on Windows nodes.
-
Kubernetes Prow Robot authored
Automated cherry pick of #75900: kubeadm: fix "upgrade plan" not working without k8s version
-
Kubernetes Prow Robot authored
Automated cherry pick of #75847: fix-external-etcd
-
Kubernetes Prow Robot authored
Automated cherry pick of #75269: gce: configure: validate SA has storage scope
-
Kubernetes Prow Robot authored
Automated cherry pick of #74919: Fix Windows to read VM UUIDs from serial numbers
-
Kubernetes Prow Robot authored
Automated cherry pick of #75283 upstream release 1.14
-
- 03 Apr, 2019 1 commit
-
-
John Schnake authored
The conformance image should be saving its results regardless of the results of the tests. However, with errexit set, when ginkgo gets test failures it exits 1 which prevents saving the results for Sonobuoy to pick up. Fixes: #76036
-
- 02 Apr, 2019 3 commits
-
-
fabriziopandini authored
-
Jordan Liggitt authored
-
Haowei Cai authored
-
- 29 Mar, 2019 3 commits
-
-
Peter Hornyack authored
With this metadata key set, "GCEWindowsAgent: GCE address manager status: disabled" will appear in the VM's serial port output during boot. Tested: PROJECT=${CLOUDSDK_CORE_PROJECT} KUBE_GCE_ENABLE_IP_ALIASES=true NUM_WINDOWS_NODES=2 NUM_NODES=2 KUBERNETES_NODE_PLATFORM=windows go run ./hack/e2e.go -- --up cluster/gce/windows/smoke-test.sh cat > iis.yaml <<EOF apiVersion: v1 kind: Pod metadata: name: iis labels: app: iis spec: containers: - image: mcr.microsoft.com/windows/servercore/iis imagePullPolicy: IfNotPresent name: iis-server ports: - containerPort: 80 protocol: TCP nodeSelector: beta.kubernetes.io/os: windows tolerations: - effect: NoSchedule key: node.kubernetes.io/os operator: Equal value: windows1809 EOF kubectl create -f iis.yaml kubectl expose pod iis --type=LoadBalancer --name=iis kubectl get services curl http://<service external IP address> -
Lubomir I. Ivanov authored
If the k8s version argument passed to "upgrade plan" is missing the logic should perform the following actions: - fetch a "stable" version from the internet. - if that fails, fallback to the local client version. Currentely the logic fails because the cfg.KubernetesVersion is defaulted to the version of the existing cluster, which then causes an early exit without any ugprade suggestions. See app/cmd/upgrade/common.go::enforceRequirements(): configutil.FetchInitConfigurationFromCluster(..) Fix that by passing the explicit user value that can also be "". This will then make the "offline getter" treat it as an explicit desired upgrade target. In the future it might be best to invert this logic: - if no user k8s version argument is passed - default to the kubeadm version. - if labels are passed (e.g. "stable"), fetch a version from the internet.
-
fabriziopandini authored
-
- 28 Mar, 2019 1 commit
-
-
Javier Pérez Hernández authored
If the VM SA doesn't have storage scope associated, don't use the token in the curl request or the request will fail with 403.
-
- 27 Mar, 2019 1 commit
-
-
Kubernetes Prow Robot authored
Bump go-openapi/jsonpointer and go-openapi/jsonreference versions
-
- 26 Mar, 2019 3 commits
-
-
Ben Moss authored
Certain versions of vSphere do not have the same value for product_uuid and product_serial. This mimics the change in #59519. Fixes #74888
-
Łukasz Osipiuk authored
No changes since 1.14.0-beta.2 Changelog: https://github.com/kubernetes/autoscaler/releases/tag/cluster-autoscaler-1.14.0
-
Laurent Bernaille authored
-
- 25 Mar, 2019 5 commits
-
-
Kubernetes Prow Robot authored
1.14 release notes fixes for 1.14 branch
-
Jeffrey Sica authored
-
Anago GCB authored
-
Anago GCB authored
-
Jorge Alarcon Ochoa authored
xref: #75653 Signed-off-by:Jorge Alarcon Ochoa <alarcj137@gmail.com>
-
- 21 Mar, 2019 1 commit
-
-
Kubernetes Prow Robot authored
Automated cherry pick of #75529: bump required minimum go version to 1.12.1 (strings pkg compatibility)
-
- 20 Mar, 2019 2 commits
-
-
Han Kang authored
-
Kubernetes Prow Robot authored
Automated cherry pick of #75487: Restore machine readability to the print-join-command output
-
- 19 Mar, 2019 1 commit
-
-
Marques Johansson authored
The output of `kubeadm token create --print-join-command` should be usable by batch scripts. This issue was pointed out in: https://github.com/kubernetes/kubeadm/issues/1454
-