- 29 Jan, 2019 2 commits
-
-
Thomas Runyon authored
-
Kubernetes Prow Robot authored
Fix typos
-
- 27 Jan, 2019 2 commits
-
-
Kubernetes Prow Robot authored
test/e2e/framework: fix external/internal typo err in GetNodeInternalIP
-
Kubernetes Prow Robot authored
kubeadm: fix a couple of problems related to initData/joinData
-
- 26 Jan, 2019 20 commits
-
-
Kubernetes Prow Robot authored
Move import-restrictions.yaml to staging/publishing
-
Eric Paris authored
-
Kubernetes Prow Robot authored
publishing: bump go version to 1.10.8 for release-1.12
-
Nikhita Raghunath authored
-
Dr. Stefan Schimanski authored
-
Lubomir I. Ivanov authored
Fix a couple of problems related to data used by the phases runners of `init` and `join`. 1) make `newInitData()` and `newJoinData()` return pointers. Methods of the data objects returned by these functions should be able to modify fields in the data objects - e.g. `func (d initData) Client()`. This allows us to store a state and not execute the same logic multiple times - e.g. obtaining a client. A side effect of this change is that the `new...` functions must return pointers, so that casting the data object in a phase, from `workflow.RunData` to a locally defined interface, works. 2) Make it possible to pass arguments from a parent command to a sub-phase with regards to data initialization.
-
Kubernetes Prow Robot authored
Never skip multi-node conformance tests (instead just fail).
-
yanghaichao12 authored
-
Kubernetes Prow Robot authored
Only attempt to register cloud nodes on update with the cloud taint
-
Thomas Runyon authored
-
Thomas Runyon authored
Conflicts: test/cmd/legacy-script.sh
-
Kubernetes Prow Robot authored
Avoid master ssh in eks
-
Kubernetes Prow Robot authored
Use apps/v1 APIs in integration, explicitly enable all resources for print/etcd/scale tests
-
Kubernetes Prow Robot authored
docs: stop tracking placeholder documentation
-
Kubernetes Prow Robot authored
Remove unnecessary nil check for cloud
-
Kubernetes Prow Robot authored
E2E test for node deleted in cloud provider
-
Kubernetes Prow Robot authored
Update to go1.11.5
-
Kubernetes Prow Robot authored
Update dedent to latest release
-
Kubernetes Prow Robot authored
Change proxy metrics to conform metrics guidelines
-
Kubernetes Prow Robot authored
fix typo
-
- 25 Jan, 2019 16 commits
-
-
Kubernetes Prow Robot authored
Clean up initializer-related comments, test data
-
Kubernetes Prow Robot authored
Add version logging to kube-scheduler
-
Kubernetes Prow Robot authored
Better documented exported functions and variables
-
Kubernetes Prow Robot authored
Fix etcd healthcheck for consensus failures
-
Kubernetes Prow Robot authored
Set omitempty on DataSource for snapshot on PVCs
-
Lubomir I. Ivanov authored
The placeholder documentation introduces a couple of problems: - it complicates the contributor-experience (forces the CI to run N times before the contributor finds out that they need to call an .sh script and include certain files from docs/) - it forces CLI related pull requests for tools like kubeadm and kubectl to require top level approval from docs/OWNERS as such PRs still need to touch the .generated_docs file Stop tracking the placeholder documentation by applying the following actions: - remove the utility set-placeholder-gen-docs() - make verify-generated-docs.sh only generate in a temporary folder and not match .generated_docs - mark generate-docs.sh as an alias for update-generated-docs.sh - remove all current placeholder files in docs folders admin, man, user-guide, yaml - ignore the above folders and .generated_docs in a .gitignore file
-
andrewsykim authored
-
Kubernetes Prow Robot authored
Add network stats for Windows containers
-
Kubernetes Prow Robot authored
Add metrics port to CoreDNS service
-
Joshua Horwitz authored
-
Jeff Grafton authored
-
Kubernetes Prow Robot authored
kubeadm: Fix auto CRI detection in kubeadm reset
-
Jordan Liggitt authored
-
Kubernetes Prow Robot authored
Adding trace to reflector initialization
-
Kubernetes Prow Robot authored
kubeadm: verify that present certificates contain at least the required SANs
-
maohongbin01 authored
-