Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2775 commits
Select commit Hold shift + click to select a range
38071e7
Correct rebase issues
huffmanca Nov 12, 2020
b2dc35d
Merge pull request #96129 from bobbypage/graceful-node-shutdown
k8s-ci-robot Nov 12, 2020
8d22679
Merge pull request #95256 from Git-Jiro/remove_generator_from_service
k8s-ci-robot Nov 13, 2020
9a85031
Merge pull request #96027 from lizhuqi/fluentd-config-update
k8s-ci-robot Nov 13, 2020
927d342
Merge pull request #96294 from jingxu97/nov/windows-gcepd
k8s-ci-robot Nov 13, 2020
ae95984
Merge pull request #96426 from damemi/print-scheduler-config
k8s-ci-robot Nov 13, 2020
765d949
Merge pull request #96440 from robscott/endpointslice-pre-ga
k8s-ci-robot Nov 13, 2020
94b1788
Merge pull request #96454 from Sh4d1/revert_92312
k8s-ci-robot Nov 13, 2020
1a4e1f6
Merge pull request #96528 from andrewsykim/service-topology-gate
k8s-ci-robot Nov 13, 2020
912f5ec
Merge pull request #96530 from MikeSpreitzer/fix96459
k8s-ci-robot Nov 13, 2020
36d5db9
Fix cacheWatcher leak when time jump to the future and jump back
chenyw1990 Nov 5, 2020
ee9ace1
add storage version garbage collector
roycaihw Nov 13, 2020
5112a51
make storage version manager wait for lease creation
roycaihw Nov 13, 2020
59b1350
unblock resources that the storage version manager depends on
roycaihw Nov 13, 2020
b78effe
GC integration test
roycaihw Nov 13, 2020
f675dac
generated
roycaihw Nov 13, 2020
1d5a8f8
fixup! add storage version garbage collector
roycaihw Nov 13, 2020
f9f6959
fixup! unblock resources that the storage version manager depends on
roycaihw Nov 13, 2020
198b2fd
Merge pull request #95739 from huffmanca/relax-csi-fsgroup-validation
k8s-ci-robot Nov 13, 2020
4c860f4
Update 1.18 changelog with changes from v1.18.11
puerco Nov 13, 2020
cd21a12
Merge pull request #94866 from smarterclayton/scheduling_metrics
k8s-ci-robot Nov 13, 2020
da75c26
Merge pull request #95978 from roycaihw/storage-version/gc
k8s-ci-robot Nov 13, 2020
0e0cc1e
Merge pull request #95839 from egernst/pod-usage
k8s-ci-robot Nov 13, 2020
7b26cff
update golang.org/x/net and golang.org/x/sys
Nov 13, 2020
1f4d852
Add service.spec.AllocateLoadBalancerNodePorts
Nov 4, 2020
8fca0f9
Update generated files
Nov 13, 2020
84d15ca
Merge pull request #93765 from jeremyje/restartsd
k8s-ci-robot Nov 13, 2020
5e6aed4
Fixes sigfault in case of empty TopologyInfo
Nov 13, 2020
1625ff5
Merge pull request #96544 from puerco/fix-1.18.12-release-notes
k8s-ci-robot Nov 13, 2020
2e7dd8d
Update the route table tag in the route reconcile loop
nilo19 Nov 13, 2020
1c2f5c3
Merge pull request #96545 from nilo19/bug/fix-route-tag
k8s-ci-robot Nov 13, 2020
3b2746c
Merge pull request #95614 from wilsonehusin/golint-client-go-transport
k8s-ci-robot Nov 13, 2020
3a6b436
remove wrong test for SCTP connectivity
Nov 11, 2020
19cf272
add more e2e sctp tests
Nov 11, 2020
25a0409
Match pod resource metrics to pod not container
hasheddan Nov 13, 2020
85cd7c5
Merge pull request #96549 from caesarxuchao/net-sys-dep-update
k8s-ci-robot Nov 13, 2020
f98d384
Merge pull request #92744 from Nordix/disable-nodeport
k8s-ci-robot Nov 13, 2020
8ee10ce
configure the ReadIdleTimeout and PingTimeout of the h2 transport
Oct 29, 2020
56c104a
Relax matching on pod_memory_working_set_bytes metrics
hasheddan Nov 13, 2020
ec734ac
Merge pull request #96525 from deads2k/beta-stop-serving-2
k8s-ci-robot Nov 13, 2020
8af7405
vendor: cadvisor v0.38.4
bobbypage Nov 13, 2020
3af0ab4
Test CRUD operations on RuntimeClasses API
SergeyKanzhelev Nov 13, 2020
0081e0e
Merge pull request #96570 from hasheddan/pod-metrics-e2e
k8s-ci-robot Nov 13, 2020
bf270d1
Fix test name in e2e resource metrics api test
hasheddan Nov 13, 2020
c970a46
Mixed protocol support for Services with type=LoadBalancer (#94028)
Nov 13, 2020
41533ec
Merge pull request #96425 from bobbypage/vendor-cadvisor-v0.38
k8s-ci-robot Nov 13, 2020
849be44
APF: graduate API and types to beta
yue9944882 Nov 4, 2020
bb32d51
flowcontrol bootstrap: make exempt PL last
Nov 13, 2020
794a3ec
APF matching: fallback to catch-all if nothing matches
Nov 13, 2020
642b114
flowcontrol bootstrap: give catch-all PL more concurrency share
Nov 13, 2020
c1967fe
Merge pull request #96523 from ii/deployment-lc-watch-timeout
k8s-ci-robot Nov 14, 2020
8cce122
Update kube-openapi
apelisse Nov 10, 2020
07a4027
Re-generate with defaults
apelisse Nov 11, 2020
de4abee
Strip defaults in new places
apelisse Nov 11, 2020
d3e641e
Add default for protocol and test that it works
apelisse Nov 11, 2020
89ac376
Remove StripDefaults from BuildSwagger
apelisse Nov 12, 2020
50e7aa4
Integrate defaults marker and remove ContainerPort defaulter
Jefftree Nov 14, 2020
0913f8a
Merge pull request #96551 from SergeyKanzhelev/runtimeclassconformance
k8s-ci-robot Nov 14, 2020
36f5714
Merge pull request #96527 from adtac/apfbeta
k8s-ci-robot Nov 14, 2020
afb2342
Merge pull request #96266 from chenyw1990/fixcachewacherleak
k8s-ci-robot Nov 14, 2020
05d1b94
Merge pull request #96317 from Jefftree/test-ssa
k8s-ci-robot Nov 14, 2020
e4bd128
Fixes fake client test generation
Nov 14, 2020
b96d8c0
Merge pull request #96516 from andrewsykim/sig-network-api-reviewer
k8s-ci-robot Nov 14, 2020
d20e324
Merge pull request #96574 from hasheddan/cleanup-resource-tests
k8s-ci-robot Nov 14, 2020
83f869e
plumb context with request deadline
tkashem Oct 30, 2020
ba7b1f7
Add a unit test testing the HTTP/2 health check help the REST client
Oct 30, 2020
15648f1
allow configuring ReadIdelTimeout and PingTimeout via env var
Oct 30, 2020
25d1b23
CHANGELOG: add a hyperlink to issue 86282
chymy Nov 16, 2020
59ac565
Merge pull request #96061 from tkashem/context-wiring
k8s-ci-robot Nov 16, 2020
742436c
Reduce volume name length for vsphere
gnufied Nov 12, 2020
44b9de3
Merge pull request #96460 from aojea/badtestsctp
k8s-ci-robot Nov 16, 2020
147a120
Merge pull request #82222 from Huang-Wei/0-informer-sync-period
k8s-ci-robot Nov 16, 2020
bcd3db0
APF e2e tests: move common code into helper functions
Nov 16, 2020
760573f
APF e2e tests: use snake_case label
Nov 16, 2020
5da4cf0
convert the runtimeclass API tests to conformance
SergeyKanzhelev Nov 16, 2020
ad043f2
e2e dualstack test fixes
Nov 16, 2020
a59189e
kubelet: dockershim should return grpc status with DeadlineExceeded code
andrewsykim Nov 16, 2020
027867b
Update topology tests for windows
jingxu97 Nov 17, 2020
7acd8b5
Add a deprecation note to k/k/cluster/log-dump directory
tosi3k Nov 16, 2020
0c97340
Merge pull request #96453 from aojea/fixportconflict
k8s-ci-robot Nov 17, 2020
d5b7ef8
correct e2e test predicates conflict hostport
Sep 3, 2020
f5a82f7
e2e/node: increase timeouts seconds to 5 for liveness probe restart test
andrewsykim Nov 16, 2020
5967475
e2e SCTP test not depend on kubenet
Nov 17, 2020
09bdf76
Plumb event recorder to garbage collector controller
liggitt Nov 12, 2020
14f7f32
Add GC integration race test
liggitt Feb 3, 2020
445f20d
Switch GC absentOwnerCache to full reference
liggitt Jun 27, 2020
30eb668
Avoid marking virtual nodes as observed when they haven't been
liggitt Jun 27, 2020
cb7b9ed
Refactor identityFromEvent
liggitt Jul 8, 2020
cae56be
Replace virtual node with observed node if identity differs
liggitt Jun 27, 2020
78317ed
Short-circuit attemptToDelete loop for virtual nodes that are removed…
liggitt Oct 8, 2020
ac8d419
Enqueue dependents for deletion when their ownerReference does not ma…
liggitt Jul 2, 2020
b8d7ecf
Make node removal conditional in processGraphChanges
liggitt Jul 8, 2020
b655f22
Handle virtual delete events when children don't agree on owner coord…
liggitt Jul 8, 2020
221e4aa
Queue non-matching children for deletion when a virtual node is marke…
liggitt Nov 3, 2020
603a0b0
Log cluster-scoped owners referencing namespaced owners, avoid retryi…
liggitt Nov 12, 2020
e491c3b
Add GC unit tests
liggitt Oct 9, 2020
079a4ea
Mark some storage tests as LinuxOnly
jingxu97 Nov 17, 2020
6dddea5
Merge pull request #96613 from tosi3k/deprecate-log-dump
k8s-ci-robot Nov 17, 2020
e827708
APF e2e tests: rename request drown-out priority client names
Nov 17, 2020
e1ab99e
Merge pull request #92743 from liggitt/gc
k8s-ci-robot Nov 17, 2020
19b15b2
Merge pull request #96526 from celestehorgan/use-k8s-more
k8s-ci-robot Nov 17, 2020
114f998
Merge pull request #96322 from zshihang/conformance
k8s-ci-robot Nov 17, 2020
3af376d
Merge pull request #96626 from jingxu97/nov/topology
k8s-ci-robot Nov 17, 2020
afeac92
Merge pull request #95981 from caesarxuchao/http2-healthcheck
k8s-ci-robot Nov 17, 2020
6715318
Merge pull request #96644 from jingxu97/nov/tests
k8s-ci-robot Nov 17, 2020
160c33a
Merge pull request #96533 from gnufied/reduce-vsphere-volume-name
k8s-ci-robot Nov 18, 2020
89b52c7
CHANGELOG: Update directory for v1.20.0-beta.2 release
Nov 18, 2020
bd2f96d
Merge pull request #96640 from aojea/kubenetsctp
k8s-ci-robot Nov 18, 2020
36d1239
Merge pull request #95906 from harche/iptables_fix
k8s-ci-robot Nov 18, 2020
b464e51
CHANGELOG: Update error link in 1.20
Nov 18, 2020
b3fc888
Merge pull request #96586 from Doude/for/upstream/master/96585
k8s-ci-robot Nov 18, 2020
1df1f88
Merge pull request #96619 from SergeyKanzhelev/runtimeAPIConf
k8s-ci-robot Nov 18, 2020
0090e27
use default value when the specified timeout is 0s
tkashem Nov 18, 2020
2e6cb78
add e2e tests for request timeout
tkashem Nov 18, 2020
16fc690
APF e2e tests: add request drown-out fairness test
Nov 17, 2020
7fc57a2
gce: move iptables rule to mangle
mikedanese Nov 18, 2020
b381baa
Merge pull request #96681 from tkashem/request-timout-e2e
k8s-ci-robot Nov 18, 2020
2a568c9
Add linuxonly on one multivolume test
jingxu97 Nov 18, 2020
ffc54ed
apiserver dedups owner references and adds warning
roycaihw Nov 18, 2020
1c49b44
Merge pull request #96646 from adtac/apfe2e-2
k8s-ci-robot Nov 18, 2020
8bcf34a
unit and integration tests
roycaihw Nov 18, 2020
40a6557
generated
roycaihw Nov 18, 2020
379ed66
Merge pull request #96484 from aojea/e2etest
k8s-ci-robot Nov 18, 2020
e64ebe0
Merge pull request #96690 from jingxu97/nov/testwindows
k8s-ci-robot Nov 19, 2020
7a6afe7
make sure managedFields are written
roycaihw Nov 19, 2020
37b0004
Fix TestStartingResourceVersion flakiness
wojtek-t Nov 18, 2020
b525f9e
kube-aggregator: fix apiservice availability gauge
dgrisonnet Nov 10, 2020
0d38026
fix: resize Azure disk issue when it's in attached state
andyzhangx Nov 19, 2020
18099e1
Merge pull request #96495 from andrewsykim/dockershim-exec-context
k8s-ci-robot Nov 19, 2020
c84df5d
Deflake ThrottledLogger test
liggitt Nov 19, 2020
1ea29ce
Merge pull request #96487 from ii/promote-lifecycle-test-deployment
k8s-ci-robot Nov 19, 2020
d0398c3
Merge pull request #96185 from roycaihw/dedup-owner-references
k8s-ci-robot Nov 19, 2020
63d2bf7
Revert "add e2e tests for request timeout"
liggitt Nov 19, 2020
3e21057
Revert "use default value when the specified timeout is 0s"
liggitt Nov 19, 2020
afd92b3
Revert "plumb context with request deadline"
liggitt Nov 19, 2020
f35df2f
Merge pull request #96727 from liggitt/revert-timeout
k8s-ci-robot Nov 20, 2020
264a533
Merge pull request #96686 from mikedanese/ipt
k8s-ci-robot Nov 20, 2020
06b0179
Merge pull request #96662 from wojtek-t/fix_starting_rv_test
k8s-ci-robot Nov 20, 2020
7d72ddc
Merge pull request #96705 from andyzhangx/resize-fix
k8s-ci-robot Nov 20, 2020
25edb8b
Revert "check volume directories instead of mounts for cleanupOrphane…
msau42 Nov 20, 2020
8f2dd3a
Bump node-problem-detector to v0.8.5
tosi3k Nov 19, 2020
2ea6828
Merge pull request #96720 from liggitt/throttled-logger
k8s-ci-robot Nov 20, 2020
8095565
Merge pull request #96627 from aojea/hostport
k8s-ci-robot Nov 20, 2020
8c7cd8a
Merge pull request #96553 from AlexeyPerevalov/FixesKubeletCrashEmpty…
k8s-ci-robot Nov 21, 2020
ece591f
Merge pull request #96758 from msau42/revert-84206-refactor/remove-mo…
k8s-ci-robot Nov 21, 2020
b2ecd1b
Merge pull request #96716 from tosi3k/bump-npd-to-v0.8.5
k8s-ci-robot Nov 21, 2020
42c00bc
fix bug: concurrent map writes error
lianghao208 Nov 21, 2020
ee31c93
ap&f e2e: eliminates client-side rate-limiting
yue9944882 Nov 23, 2020
4d28391
Fix double counting of IP addresses
hvenev-vmware Oct 26, 2020
ee58127
cidrset: Add test for double counting
hvenev-vmware Nov 16, 2020
c8c81be
range_allocator: Test (lack of) double counting
hvenev-vmware Nov 16, 2020
812f13f
matches specific usernames instead of "*"
yue9944882 Nov 23, 2020
7566c9b
Merge pull request #96665 from qingsenLi/201118-link
k8s-ci-robot Nov 23, 2020
7335824
Merge pull request #96777 from lianghao208/patch-1
k8s-ci-robot Nov 23, 2020
248c116
Merge pull request #96417 from hvenev-vmware/fix-ipam
k8s-ci-robot Nov 23, 2020
5c88880
Restore beta os/arch labels on initial node registration
liggitt Nov 23, 2020
540e41c
Merge pull request #96810 from liggitt/os-arch-affinity
k8s-ci-robot Nov 23, 2020
8b2f5be
Merge pull request #96485 from ii/promote-lifecycle-test-pod-podstatus
k8s-ci-robot Nov 23, 2020
eeb31f1
[go1.15] build: Update to k/repo-infra@v0.1.3 (supports go1.15.5)
justaugustus Oct 21, 2020
1c89ce1
[go1.15] hack/tools: Update to k/repo-infra@v0.1.3 (supports go1.15.5)
justaugustus Oct 21, 2020
2407a70
[go1.15] Update to go1.15.5
justaugustus Oct 21, 2020
3598cca
[go1.15] staging/publishing: Set default go version to go1.15.5
justaugustus Oct 21, 2020
a19cc9a
[go1.15] Use go-runner:buster-v2.2.2 image (built on go1.15.5)
justaugustus Nov 24, 2020
ad2bf99
Merge pull request #95776 from justaugustus/go115
k8s-ci-robot Nov 24, 2020
a0e6133
service.spec.AllocateLoadBalancerNodePorts followup
Nov 17, 2020
ae1e452
fix: change disk client API version for Azure Stack
songjiaxun Nov 24, 2020
4a46efb
vendor: update cAdvisor to v0.38.5
bobbypage Nov 24, 2020
c652ffb
Merge pull request #96636 from Nordix/disable-nodeport-2
k8s-ci-robot Nov 24, 2020
c678434
Merge pull request #96831 from bobbypage/vendor-cadvisor-v0_38_5
k8s-ci-robot Nov 24, 2020
c1f36fa
Merge pull request #96829 from songjiaxun/azuredisk_api_version
k8s-ci-robot Nov 25, 2020
47ea73b
Update ingress conformance test for finalizers
spencerhance Nov 20, 2020
b0c52fd
addressing review comments and supports parallel run
yue9944882 Nov 24, 2020
5ed4b76
Merge pull request #96421 from dgrisonnet/fix-apiservice-availability
k8s-ci-robot Nov 26, 2020
4525f3f
coredns dep.Severity is newdefault, not newDefault
pacoxu Nov 27, 2020
e3de622
Merge pull request #96598 from chymy/k8s-snap2
k8s-ci-robot Nov 28, 2020
e306323
Merge pull request #96742 from spencerhance/ingress-conformance-test
k8s-ci-robot Nov 30, 2020
e0c587b
Merge pull request #96798 from yue9944882/flaky/apnf-e2e-drown-test
k8s-ci-robot Nov 30, 2020
98bc258
Merge pull request #96907 from pacoxu/patch-1
k8s-ci-robot Dec 1, 2020
3321f00
Release commit for Kubernetes v1.20.0-rc.0
Dec 1, 2020
d1e54b9
APF e2e: disable drown-out tests temporarily
Dec 4, 2020
af46c47
Merge pull request #97075 from adtac/apfe2e-5
k8s-ci-robot Dec 4, 2020
e41d6f5
Merge remote-tracking branch 'openshift/master' into rebase-v1.20.0-b…
tnozicka Dec 9, 2020
02d9f93
UPSTREAM: 93510: Allow test images to be in a single mirror
smarterclayton Jul 21, 2020
b4864e1
UPSTREAM: 74956: apiserver: switch authorization to use protobuf client
mfojtik Oct 29, 2020
496e4e8
UPSTREAM: 84466: gce: ensureInternalInstanceGroups: reuse instance-gr…
abhinavdahiya Oct 29, 2020
6d8b3a2
UPSTREAM: 93286: wait for apiservices on startup
deads2k Oct 29, 2020
35151f1
UPSTREAM: <carry>: filter out CustomResourceQuota paths from OpenAPI
sttts Oct 29, 2020
a6af8a8
UPSTREAM: <carry>: patch aggregator to allow delegating resources
mfojtik Oct 29, 2020
6774f14
UPSTREAM: <carry>: remove apiservice from sync in CRD registration wh…
mfojtik Oct 29, 2020
02de30f
UPSTREAM: <carry>: hardcoded restmapper with a few entries to reboots…
deads2k Oct 29, 2020
20cb00b
UPSTREAM: <carry>: kubelet: Expose a simple journald shim on the kube…
smarterclayton Oct 29, 2020
fda953a
UPSTREAM: <carry>: kube-controller-manager: add service serving cert …
deads2k Oct 29, 2020
8d6e264
UPSTREAM: <carry>: kube-controller-manager: allow running bare kube-c…
deads2k Oct 29, 2020
900aeb9
UPSTREAM: <carry>: kube-controller-manager: exclude some origin resou…
deads2k Oct 29, 2020
4447c78
UPSTREAM: <carry>: kube-apiserver: add our immortal namespaces direct…
deads2k Oct 29, 2020
23ed278
UPSTREAM: <carry>: kube-apiserver: allow injection of kube-apiserver …
deads2k Oct 29, 2020
3bc89a2
UPSTREAM: <carry>: kube-apiserver: priorize some CRD groups over others
deads2k Oct 29, 2020
b140145
UPSTREAM: <carry>: Always test PDB's during service upgrade test
smarterclayton Oct 29, 2020
553ca94
UPSTREAM: <carry>: kube-apiserver: allow rewiring
deads2k Oct 29, 2020
9f8bab6
UPSTREAM: <carry>: openshift-kube-apiserver: add kube-apiserver patches
deads2k Oct 29, 2020
2767d00
UPSTREAM: <carry>: simplify the authorizer patch to allow the flags t…
deads2k Oct 29, 2020
0fbc6b9
UPSTREAM: <carry>: kube-apiserver: wire through isTerminating into ha…
sttts Oct 29, 2020
4e52e9c
UPSTREAM: <carry>: create termination events
sttts Oct 29, 2020
f271c47
UPSTREAM: <carry>: bootstrap-rbac-policy: move over .well-known rules
sttts Oct 29, 2020
e335c73
UPSTREAM: <carry>: Read availability zone name from metadata
Fedosin Oct 29, 2020
1771727
UPSTREAM: <carry>: warn only about unknown feature gates
sttts Oct 29, 2020
65c1e37
UPSTREAM: <carry>: CHECK(workload) disable kubectl client-side valida…
p0lyn0mial Oct 29, 2020
c4535f7
UPSTREAM: <carry>: disable AES24, not supported by FIPS
rphillips Oct 29, 2020
6f41e6a
UPSTREAM: <carry>: add crdvalidation for apiserver.spec.tlsSecurityPr…
stlaz Oct 29, 2020
91d1494
UPSTREAM: <carry>: bump nodes ready timeout
rphillips Oct 29, 2020
c5e5106
UPSTREAM: <carry>: adapt to the new flag 'structure'
deads2k Oct 29, 2020
3ef7fdb
UPSTREAM: <carry>: Remove excessive e2e logging
p0lyn0mial Oct 29, 2020
93e630d
UPSTREAM: <carry>: conditionally fill the UserAgent from the currentl…
p0lyn0mial Oct 29, 2020
bb98cba
UPSTREAM: <carry>: Extend default unit test timeout to 180s
marun Oct 29, 2020
4b12e56
UPSTREAM: 89885: allow to read openstack cloud provider config from a…
Fedosin Oct 29, 2020
fd2a70d
UPSTREAM: 90452: refactor/improve CRD publishing e2e tests in an HA s…
p0lyn0mial Oct 29, 2020
16197a9
UPSTREAM: <carry>: Enable nested generation of k8s.io/kubernetes bindata
marun May 13, 2020
c5afa35
UPSTREAM: <carry>: Bug 1852056: change etcd health check timeout to 10s
tkashem Oct 29, 2020
f61dd36
UPSTREAM: <carry>: eliminate unnecessary closure in openshift configu…
deads2k Oct 29, 2020
aba4517
UPSTREAM: <carry>: Add OpenShift tooling, images, configs and docs
marun Oct 29, 2020
f613062
UPSTREAM: <carry>: use new access token inactivity timeout field.
vareti Oct 29, 2020
7dc150a
UPSTREAM: <carry>: noderestrictions: add node-role.kubernetes.io/* to…
sttts Oct 29, 2020
f54fda6
UPSTREAM: <carry>: oauth-authn: support sha256 prefixed tokens
sttts Oct 29, 2020
98b01c1
UPSTREAM: <carry>: openshift-kube-apiserver: Add custom resource vali…
abhat Oct 29, 2020
2b3f50c
UPSTREAM: <carry>: add readyz check for openshift apiserver availability
deads2k Oct 29, 2020
403ed5d
UPSTREAM: <drop>: don't use dynamic tokens for KCM
deads2k Oct 29, 2020
07b1af3
UPSTREAM: <carry>: Skip unit tests incompatible with openshift ci
marun Oct 29, 2020
51ed752
UPSTREAM: <carry>: Stop ignoring test/e2e/generated/bindata.go
marun Sep 10, 2020
5cd2855
UPSTREAM: <carry>: Release lock on KCM and KS termination
tnozicka Oct 29, 2020
95cc6db
UPSTREAM: 94986: drop managed fields from audit entries
tkashem Oct 29, 2020
46603bc
UPSTREAM: <carry>: stop overriding flags that are explicitly set
deads2k Nov 5, 2020
f5b2562
UPSTREAM: 96120: kubelet: Expose a simple Get-WinEvent shim on the ku…
LorbusChris Nov 2, 2020
1339223
UPSTREAM: 96571: Use the busybox shim image constant
smarterclayton Nov 13, 2020
23a53aa
UPSTREAM: <carry>: fix termination event(s) validation failures
vareti Sep 8, 2020
db1e47c
UPSTREAM: <carry>: Fix networking-related test exclusions
danwinship Oct 1, 2020
2da0469
UPSTREAM: <carry>: wait for oauth-apiserver accessibility
deads2k Oct 12, 2020
2a7ce81
UPSTREAM: <carry>: (squash) remove servicecatalog e2e that was droppe…
tnozicka Nov 20, 2020
68981c2
UPSTREAM: <carry>: (squash) kube-controller-manager: allow running ba…
tnozicka Nov 20, 2020
09033fa
USPTREAM: <carry>: (squash) Update hyperkube version to current kube
tnozicka Nov 20, 2020
1fc471c
UPSTREAM: <carry>: (squash) Fix annotation rules
tnozicka Nov 20, 2020
abb92e1
UPSTREAM: <carry>: Skip "subPath should be able to unmount" NFS test
Nov 13, 2020
adfe9fe
UPSTREAM: <drop>: pin and bump
tnozicka Nov 20, 2020
283fccf
UPSTREAM: <carry>: Add OpenShift OWNERS
marun Nov 23, 2020
956522f
UPSTREAM: <drop>: Update generated
tnozicka Nov 23, 2020
84c2ced
UPSTREAM: <carry>: (squash) Fix image refs
tnozicka Nov 26, 2020
8299788
UPSTREAM: <carry>: (squash) Retry upstream flakes
tnozicka Dec 10, 2020
c066d3e
UPSTREAM: <carry>: (squash) Update test exclussions for 1.20.0
tnozicka Dec 10, 2020
39c8076
UPSTREAM: <carry>: (squash) Update generated annotations
tnozicka Dec 10, 2020
eb44b1d
UPSTREAM: 97235: Use non privileged ports
tnozicka Dec 11, 2020
c5b26b7
UPSTREAM: <carry>: kube-apiserver: switch flowcontrol storage to alpha
sttts Dec 13, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/flaking-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ labels: kind/flake
**Anything else we need to know**:
- links to go.k8s.io/triage appreciated
- links to specific failures in spyglass appreciated

<!-- Please see the deflaking doc (https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/flaky-tests.md) for more guidance! -->
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/support.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Support Request
about: Support request or question relating to Kubernetes
labels: triage/support
labels: kind/support

---

Expand All @@ -10,7 +10,8 @@ STOP -- PLEASE READ!

GitHub is not the right place for support requests.

If you're looking for help, check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/).
If you're looking for help, check the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/)
or our [Discussion Forums](https://discuss.kubernetes.io).

You can also post your question on the [Kubernetes Slack](http://slack.k8s.io/) or the [Discuss Kubernetes](https://discuss.kubernetes.io/) forum.

Expand Down
16 changes: 0 additions & 16 deletions .github/OWNERS

This file was deleted.

3,134 changes: 3,134 additions & 0 deletions CHANGELOG/CHANGELOG-1.10.md

Large diffs are not rendered by default.

2,576 changes: 2,576 additions & 0 deletions CHANGELOG/CHANGELOG-1.11.md

Large diffs are not rendered by default.

2,342 changes: 2,342 additions & 0 deletions CHANGELOG/CHANGELOG-1.12.md

Large diffs are not rendered by default.

2,224 changes: 2,224 additions & 0 deletions CHANGELOG/CHANGELOG-1.13.md

Large diffs are not rendered by default.

2,225 changes: 2,225 additions & 0 deletions CHANGELOG/CHANGELOG-1.14.md

Large diffs are not rendered by default.

2,224 changes: 2,224 additions & 0 deletions CHANGELOG/CHANGELOG-1.15.md

Large diffs are not rendered by default.

3,029 changes: 3,029 additions & 0 deletions CHANGELOG/CHANGELOG-1.16.md

Large diffs are not rendered by default.

2,900 changes: 2,900 additions & 0 deletions CHANGELOG/CHANGELOG-1.17.md

Large diffs are not rendered by default.

2,640 changes: 2,640 additions & 0 deletions CHANGELOG/CHANGELOG-1.18.md

Large diffs are not rendered by default.

Loading