Sean Sullivan
e397b04ca1
Update go.mod, go.sum, and BUILD dependencies
2019-06-25 12:04:06 -07:00
Sean Sullivan
7aa214d2c3
Move pkg/kubectl/util/hash to staging
2019-06-25 12:02:26 -07:00
Kubernetes Prow Robot
c3f208a07e
Merge pull request #79189 from seans3/move-kubectl-util-deployment
...
Move pkg/kubectl/util/deployment to staging
2019-06-25 11:43:58 -07:00
Kubernetes Prow Robot
1215aa73d2
Merge pull request #79176 from verb/debug-iterate-containers
...
Add helpers for iterating containers in a pod
2019-06-25 09:32:52 -07:00
Kubernetes Prow Robot
9273ce7711
Merge pull request #79219 from alvaroaleman/sample-controller-klog-init
...
Sample controller: Init flags
2019-06-25 02:30:35 -07:00
Kubernetes Prow Robot
5267a3dc73
Merge pull request #79346 from ncdc/fix-max-port
...
Fix insecure max bind port value to 65535 for scheduler & apiserver
2019-06-24 22:20:34 -07:00
Kubernetes Prow Robot
6f0f62b2c4
Merge pull request #77211 from dixudx/bootstrap_token_refactor
...
Bootstrap token refactor
2019-06-24 13:36:36 -07:00
Sean Sullivan
6f120f9660
Updated publishing dependencies rules
2019-06-24 12:42:54 -07:00
Sean Sullivan
2c536a2c33
Updates to dependencies including go.mod, go.sum, and BUILD files
2019-06-24 12:36:33 -07:00
Sean Sullivan
c3f6418b59
Moved pkg/kubectl/util/deployment to staging
2019-06-24 12:32:13 -07:00
Andy Goldstein
9bba2c93ec
Fix max port value to 65535
...
Signed-off-by: Andy Goldstein <goldsteina@vmware.com >
2019-06-24 15:13:27 -04:00
Sally O'Malley
fbc5c5df1c
Updated publishing dependencies rules, import-restrictions
2019-06-24 08:17:47 -04:00
Sally O'Malley
d6af3f2653
Update go.mod, go.sum, and BUILD file dependencies
2019-06-24 08:17:47 -04:00
Sally O'Malley
4c58308b4e
Move pkg/kubectl/util/podutils to staging
2019-06-24 08:17:47 -04:00
Nikhita Raghunath
ab3cdd57b7
publishing: use deps in replace directive in rules
...
The list of dependencies for a repo right now is equal to the list of deps
mentioned in the require directive in the repo's go.mod file.
This means that we loose all transitive deps mentioned in the replace
directive in go.mod files.
So instead use all deps mentioned in the replace directive, and prune
any extra dependencies.
Also add a test for this in verify-publishing-bot.py
2019-06-24 14:01:20 +05:30
Jordan Liggitt
b1fd883617
Drop unused dependencies
2019-06-23 18:55:29 -07:00
Jordan Liggitt
14cd8c365c
gopkg.in/natefinch/lumberjack.v2 v2.0.0
2019-06-23 18:55:29 -07:00
Jordan Liggitt
855048b1b3
github.com/hashicorp/hcl v1.0.0
2019-06-23 18:55:27 -07:00
Jordan Liggitt
63e5ad08aa
github.com/gorilla/websocket v1.4.0
2019-06-23 18:54:03 -07:00
Jordan Liggitt
29853a1976
github.com/google/uuid v1.1.1
2019-06-23 18:54:03 -07:00
Jordan Liggitt
7a667f87ba
github.com/BurntSushi/toml v0.3.1
2019-06-23 18:54:02 -07:00
Kubernetes Prow Robot
bf55a99eb8
Merge pull request #69263 from brooksgarrett/issue63959
...
Respect Allocation IDs
2019-06-23 00:15:54 -07:00
Kubernetes Prow Robot
fa9fd6522a
Merge pull request #79181 from tedyu/close-audit-ch
...
Close auditStopCh if SecureServing encounters error
2019-06-22 22:55:55 -07:00
Brooks Garrett
7767535426
Respect Allocation IDs
2019-06-22 21:27:20 -04:00
Kubernetes Prow Robot
6bba811f5e
Merge pull request #78798 from distortedsignal/default-use-mod
...
Force using Go Modules in README.md
2019-06-22 16:26:12 -07:00
Kubernetes Prow Robot
eee3e976d8
Merge pull request #78294 from vllry/kp-remove-resource-container
...
Remove deprecated flag --resource-container from kube-proxy
2019-06-22 00:38:12 -07:00
Nikhita Raghunath
d8b2a7800d
publishing: fix rules for kubectl
2019-06-22 10:02:21 +05:30
Lee Verberne
ee821e2a04
Create helpers for iterating containers in a pod
2019-06-21 08:32:04 +00:00
Mike Dame
084f7f35ac
hack/update-vendor.sh
2019-06-20 20:37:38 -04:00
Mike Dame
5f3818230d
Move pkg/util/printers to staging and update refs
2019-06-20 20:35:38 -04:00
Peter Swica
123fa89f21
Moved pkg/kubectl/util/term, pkg/kubectl/util/templates, pkg/kubectl/util/interrupt, and pkg/kubectl/util/interrupt to staging
2019-06-20 15:50:16 -04:00
Alvaro Aleman
5f610cea1f
Sample controller: Init flags
...
Without this, the flags to make klog log to stdout are not even shown.
Figuring out the `InitFlags()` is not very intuitive for ppl new to the
project, which is the target audience of the sample-controller.
2019-06-20 13:18:45 +02:00
Di Xu
de8c6deaf3
compiled in a package level var
2019-06-20 17:06:26 +08:00
Di Xu
22664c2a47
allow importing k8s.io/klog
2019-06-20 17:06:26 +08:00
Di Xu
5056161d4d
auto-generated
2019-06-20 17:06:26 +08:00
Di Xu
af9ae4c11a
refactor bootstrap token utils
2019-06-20 15:43:44 +08:00
Kubernetes Prow Robot
00e13dbc12
Merge pull request #78187 from dims/update-vendored-dependencies-to-released-versions-2
...
Update vendored dependencies to released version
2019-06-19 23:46:48 -07:00
Ted Yu
9e01846815
Close auditStopCh if SecureServing encounters error
2019-06-19 12:01:59 -07:00
Davanum Srinivas
d9de27d029
updating github.com/spf13/cast to v1.3.0
2019-06-19 06:38:33 -04:00
Davanum Srinivas
1c7bfba916
updating gopkg.in/yaml.v2 to v2.2.2
2019-06-19 06:38:33 -04:00
Davanum Srinivas
7858719b4c
updating gopkg.in/square/go-jose.v2 to v2.2.2
2019-06-19 06:38:33 -04:00
Davanum Srinivas
21fc7d283d
updating github.com/stretchr/testify to v1.3.0
2019-06-19 06:38:32 -04:00
Davanum Srinivas
ed2b80fe0f
updating github.com/spf13/viper to v1.3.2
2019-06-19 06:38:32 -04:00
Davanum Srinivas
99d5aa759e
updating github.com/spf13/pflag to v1.0.3
2019-06-19 06:38:32 -04:00
Davanum Srinivas
1b401bdab7
updating github.com/spf13/cobra to v0.0.4
2019-06-19 06:38:32 -04:00
Eric Ernst
5e09568c8e
pod-overhead: autogenerated code updates
...
Signed-off-by: Eric Ernst <eric.ernst@intel.com >
2019-06-18 08:05:35 -07:00
Eric Ernst
bcb046a443
pod-overhead: add Overhead to RuntimeClass
...
Co-authored-by: Tim Allclair <tallclair@google.com >
Signed-off-by: Eric Ernst <eric.ernst@intel.com >
2019-06-18 08:05:35 -07:00
Eric Ernst
558477455c
pod-overhead: add Overhead to PodSpec
...
Signed-off-by: Eric Ernst <eric.ernst@intel.com >
2019-06-18 08:05:35 -07:00
Han Kang
54dcf5c9c4
add readyz endpoint for kube-apiserver readiness checks
...
add startup sequence duration and readyz endpoint
add rbac bootstrapping policy for readyz
add integration test around grace period and readyz
rename startup sequence duration flag
copy health checks to fields
rename health-check installed boolean, refactor clock injection logic
cleanup clock injection code
remove todo about poststarthook url registration from healthz
2019-06-17 11:16:13 -07:00
Kubernetes Prow Robot
35e8a70b53
Merge pull request #79095 from ss104301/t-qini-controller_unit_test
...
Add unit tests for azure_controller_common.go and azure_controller_standard.go
2019-06-17 11:06:02 -07:00