Matthieu MOREL
3e29e6e9d3
fix: enable error-nil and nil-compare rules from testifylint in module k8s.io/endpointslice
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-09-27 08:13:21 +02:00
Matthieu MOREL
08314967b9
fix: enable error-nil and nil-compare rules from testifylint in module k8s.io/cli-runtime
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-09-27 08:12:56 +02:00
Matthieu MOREL
ab9f9ac951
fix: enable error-nil and nil-compare rules from testifylint in module k8s.io/cri-client
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-09-27 08:12:20 +02:00
Matthieu MOREL
09274182e2
fix: enable error-nil and nil-compare rules from testifylint in module k8s.io/apiserver
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-09-27 08:11:56 +02:00
Matthieu MOREL
71ced25f44
fix: enable error-nil and nil-compare rules from testifylint in module k8s.io/client-go
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-09-27 08:11:00 +02:00
Matthieu MOREL
223ea3445c
fix: enable expected-actual rule from testifylint in module k8s.io/kubectl
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-09-27 08:07:22 +02:00
Matthieu MOREL
b1fb8ec375
fix: enable expected-actual rule from testifylint in module k8s.io/endpointslice
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-09-27 08:04:52 +02:00
Matthieu MOREL
8286a69034
fix: enable expected-actual rule from testifylint in module k8s.io/client-go
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-09-27 08:02:38 +02:00
Matthieu MOREL
fbd773ecb8
fix: enable expected-actual rule from testifylint in module k8s.io/apiserver
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-09-27 08:00:23 +02:00
Matthieu MOREL
f736cca0e5
fix: enable expected-actual rule from testifylint in module k8s.io/kubernetes
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-09-27 07:56:31 +02:00
Matthieu MOREL
0006a3cc37
fix: enable expected-actual rule from testifylint in module k8s.io/apimachinery
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-09-27 07:49:18 +02:00
Matthieu MOREL
45faf310a5
fix: enable expected-actual rule from testifylint in module k8s.io/kubelet
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-09-27 07:47:10 +02:00
Kubernetes Prow Robot
a8c955ab42
Merge pull request #127606 from thockin/skip_test_target_normalization
...
Skip Go target normalization in integration tests
2024-09-27 04:42:01 +01:00
Kubernetes Prow Robot
466a6c3407
Merge pull request #127672 from jpbetz/apiextensions-versioned-feature-gates
...
Migrate apiextensions-apiserver to versioned feature gates
2024-09-27 03:38:08 +01:00
Kubernetes Prow Robot
f84bbfe94f
Merge pull request #127488 from dims/remove-unnecessary-stuff-for-nvidia-gpus
...
Remove remants of broken stuff - nvidia/autoscaling
2024-09-27 03:38:01 +01:00
Kubernetes Prow Robot
960e3984b0
Merge pull request #127444 from dom4ha/fine-grained-qhints
...
Fine grain QueueHints for NodeAffinity plugin
2024-09-27 01:42:00 +01:00
Joe Betz
82415c3d9d
Update feature gate lists
2024-09-26 20:09:41 -04:00
Joe Betz
138106896e
Migrate apiextensions-apiserver to versioned feature gates
2024-09-26 20:09:01 -04:00
Matthieu MOREL
f777addb05
fix: use ErrorContains(t, err
instead of Contains(t, err.Error()
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-09-26 22:22:20 +02:00
Jeffrey Ying
ff13ffc6e0
Update cmd/kube-apiserver/app/testing/testserver.go
...
Co-authored-by: Joe Betz <jpbetz@google.com>
2024-09-26 15:29:33 -04:00
Jeffrey Ying
396d36596c
Update cmd/kube-apiserver/app/testing/testserver.go
...
Co-authored-by: Joe Betz <jpbetz@google.com>
2024-09-26 15:29:24 -04:00
Kubernetes Prow Robot
5ebd0da6cc
Merge pull request #127662 from macsko/make_scheduler_perf_sleepop_duration_parametrizable
...
Make sleepOp duration parametrizable in scheduler_perf
2024-09-26 20:10:01 +01:00
elmiko
d1d05d3eba
remove IsDeprecatedInternal from cloudprovider.plugins
...
The internal cloud controller loops are disabled at this point, this
function should not be used as it does not return accurate information.
In its place we check for the presence of the external cloud provider as
that is the only acceptable value.
2024-09-26 14:55:25 -04:00
Kubernetes Prow Robot
421436a94c
Merge pull request #127473 from dom4ha/fine-grain-qhints-fit
...
feature(scheduler): more fine-grained Node QHint for NodeResourceFit plugin
2024-09-26 18:34:02 +01:00
Abu Kashem
71d9307eae
apiserver: all bookkeeping must complete before apf handler returns
...
all bookkeeping must complete before the apf handler returns,
whether it panics or returns normally
2024-09-26 11:40:20 -04:00
Abu Kashem
0c8632de57
apiserver: fix apf watch test
...
the assert to verify that 'atomicReadOnlyExecuting' is zero
should be executed if the apf handler panics, all apf
bookkeeping must be completed before the handler returns
2024-09-26 11:40:20 -04:00
Kubernetes Prow Robot
c89205f7d6
Merge pull request #127647 from mmorel-35/testifylint/formatter@k8s.io/apiserver
...
fix: enable formatter rule from testifylint in module `k8s.io/apiserver`
2024-09-26 14:56:08 +01:00
Kubernetes Prow Robot
514de367df
Merge pull request #125502 from mas9612/fix-changelog-1.28
...
Fix pod-index label name for StatefulSet Pods
2024-09-26 14:56:01 +01:00
Maciej Skoczeń
837d917d91
Make sleepOp duration parametrizable in scheduler_perf
2024-09-26 13:07:22 +00:00
Kubernetes Prow Robot
4b33029691
Merge pull request #127646 from mmorel-35/testifylint/formatter@k8s.io/kubectl
...
fix: enable formatter rule from testifylint in module `k8s.io/kubectl`
2024-09-26 13:00:12 +01:00
Kubernetes Prow Robot
a83e295270
Merge pull request #127644 from kiashok/refactor-hcs-references
...
Add local reference to hcs structs in windows cri stats test
2024-09-26 13:00:03 +01:00
dom4ha
c7db4bb450
Fine grain QueueHints for nodeaffinity plugin.
...
Skip queue on unrelated change that keeps pod schedulable when QueueHints are enabled.
Split add from QHints disabled case
Remove case when QHints are disabled
Remove two GHint alternatives in unit tests
more fine-grained Node QHint for NodeResourceFit plugin
Return early when updated Node causes unmatch
Revert "more fine-grained Node QHint for NodeResourceFit plugin"
This reverts commit dfbceb60e0c1c4e47748c12722d9ed6dba1a8366.
Add integration test for requeue of a pod previously rejected by NodeAffinity plugin when a suitable Node is added
Add integratin test for a Node update operation that does not trigger requeue in NodeAffinity plugin
Remove innacurrate comment
Apply review comments
2024-09-26 10:21:08 +00:00
dom4ha
903b1f7e28
more fine-grained Node QHint for NodeResourceFit plugin
2024-09-26 09:51:36 +00:00
Kubernetes Prow Robot
996e674ea7
Merge pull request #127650 from SataQiu/fix-etcd-20240926
...
kubeadm: fix a bug where the RemoveMember function did not return the correct member list when the member to be removed did not exist
2024-09-26 09:40:00 +01:00
Kubernetes Prow Robot
81ebfb3d0c
Merge pull request #127012 from Chaunceyctx/new-send-bookmark
...
send bookmark right now after sending all items in watchCache store
2024-09-26 08:22:01 +01:00
Stephen Kitt
beb51e1759
make verify: run checks in all module hack directories
...
This ensures that all verification scripts are run throughout the
repository.
Signed-off-by: Stephen Kitt <skitt@redhat.com>
2024-09-26 08:46:04 +02:00
SataQiu
2dc0d2962a
kubeadm: fix a bug where the RemoveMember function did not return the correct member list when the member to be removed did not exist
2024-09-26 14:29:30 +08:00
Matthieu MOREL
3e558fe604
fix: enable formatter rule from testifylint in module k8s.io/kubectl
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-09-26 08:26:24 +02:00
Matthieu MOREL
58d5acd598
fix: enable formatter rule from testifylint in module k8s.io/apiserver
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-09-26 08:22:57 +02:00
Matthieu MOREL
b7248077a9
fix: enable formatter rule from testifylint in module k8s.io/kubernetes
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-09-26 08:19:54 +02:00
Chaunceyctx
7239202533
send bookmark right now after sending all items in watchCache store
2024-09-26 14:18:37 +08:00
Kubernetes Prow Robot
9770283c13
Merge pull request #127571 from AxeZhan/reviewer
...
nominate AxeZhan to sig-scheduling reviewers
2024-09-26 05:00:03 +01:00
Kubernetes Prow Robot
239802e4f7
Merge pull request #127574 from bouaouda-achraf/e2e-test-add-network-subnet-param
...
feat(test-e2e): support custom network and subnet on remote e2e mode
2024-09-26 03:50:08 +01:00
Kubernetes Prow Robot
a73a277715
Merge pull request #125678 from benluddy/cbor-nondeterministic-encode
...
KEP-4222: Support nondeterministic encode for the CBOR serializer.
2024-09-26 03:50:00 +01:00
Jefftree
dacc2e1f5d
Allow emulation version to be set in integration test
2024-09-25 22:01:15 -04:00
Kirtana Ashok
4a5513c19c
Add local reference to hcs structs in windows cri stats test
...
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
2024-09-25 18:56:03 -07:00
Kubernetes Prow Robot
b62d364195
Merge pull request #127200 from omerap12/version_fg_apiserver
...
chore: moving apiserver featuregates to versioned.
2024-09-26 02:19:28 +01:00
Kubernetes Prow Robot
45676184d4
Merge pull request #127560 from macsko/add_updateanyop_to_scheduler_perf
...
Add updateAnyOp to scheduler_perf
2024-09-26 00:47:28 +01:00
Stephen Kitt
71c77414d4
Fix the path to code-generator in example update-codegen.sh
...
It seems this was copied from the main apiextensions-apiserver hack
directory without adjusting.
Signed-off-by: Stephen Kitt <skitt@redhat.com>
2024-09-25 23:30:45 +02:00
Stephen Kitt
b5e294414a
codegen: ignore .gitignore when diffing examples
...
The examples directory has a .gitignore file to ignore go.work.sum;
this isn't reproduced by codegen and fails the diff.
Signed-off-by: Stephen Kitt <skitt@redhat.com>
2024-09-25 23:30:40 +02:00