Aaron U'Ren
6903c6cb0e
Remove deprecation of kube-router
2023-11-18 15:36:56 -06:00
Aaron U'Ren
36ad005876
Update kube-router to v1.6.0
2023-11-18 15:32:43 -06:00
Kubernetes Prow Robot
0b99ade7a4
Merge pull request #16020 from justinsb/otlp
...
Experimental support for tracing
2023-11-18 16:27:24 +01:00
justinsb
364b3a7096
Added release note about OpenTelemetry
...
In particular, highlighting that it is not "phone home" telemetry.
2023-11-18 09:25:09 -05:00
justinsb
824e4d4c6c
otlp traceserver can now read from VFS
...
This lets us easily show the results from prow jobs, captured as artifacts.
2023-11-18 09:12:19 -05:00
justinsb
e0622ba3a2
Support writing traces to a directory, wire it up in kubetest2
...
If given a directory, we can construct a reasonable name based on the
executable name, pid and timestamp. Then this is relatively easy to
wire up from kubetest2, if we have an artifacts directory.
2023-11-18 09:12:19 -05:00
justinsb
3269f07905
Added basic opentelemetry docs
...
Co-authored-by: Peter Rifel <rifelpet@users.noreply.github.com>
2023-11-18 09:12:19 -05:00
justinsb
2bb2d11c56
protobuf autogen
2023-11-18 09:12:19 -05:00
justinsb
831352fbe7
otel tools: basic trace server for jaeger
...
This allows us to explore a trace file in jaeger.
2023-11-18 09:12:19 -05:00
justinsb
e0a79e1bd1
Generated code / vendoring
2023-11-18 09:12:19 -05:00
justinsb
d8c449a4f8
Basic OpenTelemetry support
...
We initially support capturing to a file (in our own format, as it
doesn't appear a suitable format exists). This means we don't need a
server to capture the traces, and can start capturing through prow
without a lot of infrastructure changes.
Co-authored-by: Peter Rifel <rifelpet@users.noreply.github.com>
2023-11-18 09:12:19 -05:00
Kubernetes Prow Robot
702afd8038
Merge pull request #16108 from kubernetes/dependencies/update-1700201201
...
Update dependencies
2023-11-17 16:10:45 +01:00
github-actions
003d1fc965
Update dependencies
2023-11-17 06:06:41 +00:00
Kubernetes Prow Robot
f3b3766cd0
Merge pull request #16107 from hakman/calico-3.26.4
...
Update Calico to v3.26.4
2023-11-17 04:48:47 +01:00
Ciprian Hacman
2a0c7620ea
hack/update-expected.sh
2023-11-17 04:39:43 +02:00
Ciprian Hacman
1cb21aeebe
Update Calico to v3.26.4
2023-11-17 04:30:40 +02:00
Kubernetes Prow Robot
bf1189e212
Merge pull request #16102 from rifelpet/down-full
...
Don't get cluster --full when attempting leak cleanup
2023-11-14 12:14:37 +01:00
Peter Rifel
b7befc1cb5
Don't get cluster --full when attempting leak cleanup
...
If a job's --down was interrupted, the state store can be in an inconsistent state.
This can cause `kops get cluster --full` to fail if certain additional objects are missing, yet `kops get cluster` would succeed.
We omit `--full` to ensure `kops get cluster` succeeds and leak cleanup is reattempted.
2023-11-13 21:19:49 -06:00
yehielnetapp
30813fe3e2
moddify doc
2023-11-12 15:32:17 +02:00
yehielnetapp
1ba1914bf1
after make gomod
2023-11-12 14:49:00 +02:00
yehielnetapp
af19ad5664
add feature base
2023-11-12 14:19:37 +02:00
yehielnetapp
00fc4e78e8
add Label Resource Tag Specification Volumes
2023-11-12 14:19:15 +02:00
yehielnetapp
1e6ec01eb3
update github.com/spotinst/spotinst-sdk-go@v1.171.0
2023-11-12 14:17:56 +02:00
Kubernetes Prow Robot
cef906f1a6
Merge pull request #16097 from kubernetes/dependabot/github_actions/actions/dependency-review-action-3.1.2
...
Bump actions/dependency-review-action from 3.1.0 to 3.1.2
2023-11-12 08:48:33 +01:00
dependabot[bot]
da78ae77ac
Bump actions/dependency-review-action from 3.1.0 to 3.1.2
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](6c5ccdad46...fde92acd08 )
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-12 06:52:53 +00:00
Ciprian Hacman
8916d1e547
Release 1.29.0-alpha.2 ( #16095 )
2023-11-11 13:29:12 +01:00
Kubernetes Prow Robot
289b3cb421
Merge pull request #16091 from marcvorwerk/marcvorwerk-patch-designate-typo
...
Fix Designate naming typo
2023-11-10 22:26:30 +01:00
Marc Vorwerk
354e149c0c
Fix Designate naming typo
2023-11-10 20:14:42 +01:00
Kubernetes Prow Robot
d869c41122
Merge pull request #16089 from kubernetes/dependencies/update-1699596386
...
Update dependencies
2023-11-10 08:32:48 +01:00
github-actions
9f9a297b78
Update dependencies
2023-11-10 06:06:26 +00:00
Kubernetes Prow Robot
5589c83552
Merge pull request #16037 from justinsb/thread_context_through_some_aws_tasks
...
Thread context through some slower AWS tasks
2023-11-10 00:26:21 +01:00
justinsb
49dfdabb79
cloudmock: Add context functions to mock
2023-11-09 08:17:10 -05:00
Ciprian Hacman
65c24a9f3d
Add missing mock functions
2023-11-09 08:17:10 -05:00
justinsb
f79d2da6f6
Thread context through some slower AWS tasks
...
There are still too many context.TODOs here for this to join all the
way up, but we should be able to better understand the slowest tasks.
2023-11-09 08:17:10 -05:00
Kubernetes Prow Robot
61178e4383
Merge pull request #16085 from hakman/go-1.21.4
...
Update Go to v1.21.4
2023-11-09 08:32:30 +01:00
Ciprian Hacman
1653cf74dc
Update Go to v1.21.4
2023-11-09 07:18:46 +02:00
Kubernetes Prow Robot
e28a0c7b7d
Merge pull request #16081 from sl1pm4t/fix-panic
...
fix: concurrent map write panic
2023-11-08 18:05:20 +01:00
Kubernetes Prow Robot
49d62b771a
Merge pull request #16083 from rifelpet/awsvpc-2204
...
Document incompatability with Amazon VPC CNI and 22.04
2023-11-08 04:42:45 +01:00
Peter Rifel
fec3f3b0be
Document incompatability with Amazon VPC CNI and 22.04
2023-11-07 20:33:03 -06:00
Matt Morrison
2be9f93d55
Add RLock() RUnlock() around map reads
2023-11-07 09:59:28 -06:00
Matt Morrison
dde44c37d8
fix: concurrent map write panic
2023-11-07 09:15:35 -06:00
Kubernetes Prow Robot
f44ee89763
Merge pull request #16073 from justinsb/dump_route_table
...
toolbox dump: include AWS route table objects
2023-11-06 15:40:27 +01:00
justinsb
cffd473eb0
dump: include AWS route table objects
2023-11-06 07:50:35 -05:00
Kubernetes Prow Robot
867f51dc0a
Merge pull request #16077 from kubernetes/dependencies/update-1699104191
...
Update dependencies
2023-11-04 15:31:44 +01:00
github-actions
9ba2a5ba65
Update dependencies
2023-11-04 13:23:11 +00:00
Kubernetes Prow Robot
e865bdee8e
Merge pull request #16076 from hakman/fix-govet
...
Fix vet errors
2023-11-04 12:30:37 +01:00
Ciprian Hacman
3597bddeaf
Fix vet error
2023-11-04 05:57:08 +02:00
Kubernetes Prow Robot
86f808f970
Merge pull request #16070 from justinsb/actually_dump_the_objects
...
dump: actually dump the gateway objects
2023-10-29 14:34:20 +01:00
justinsb
a6b963b127
dump: actually dump the gateway objects
...
I had forgotten to populate the object itself, so it was not appearing
in the raw dump.
2023-10-29 08:13:43 -04:00
Kubernetes Prow Robot
511f94ba30
Merge pull request #16069 from justinsb/dump_egress_only_internet_gateway
...
dump: include the various gateways on AWS
2023-10-29 08:26:59 +01:00