Commit 22af5cf
authored
chore: align cert-manager ready check with e2e tests (#953)
* chore: Align cert-manager ready check with e2e tests
Link: https://github.com/kubeflow/notebooks/blob/d76af839376385ee893ac666447a0ca1ed00e85d/workspaces/controller/test/utils/certmanager.go#L67-L73
Signed-off-by: Christian Heusel <christian@heusel.eu>
* chore: Remove usage of deprecated endpoint resource
When running the checks here the following warning was emitted:
Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
Fix this by migrating to the new `endpointslice` resource type.
Link: https://kubernetes.io/blog/2025/04/24/endpoints-deprecation/
Signed-off-by: Christian Heusel <christian@heusel.eu>
---------
Signed-off-by: Christian Heusel <christian@heusel.eu>1 parent c262971 commit 22af5cf
File tree
2 files changed
+14
-3
lines changed- developing/scripts
- workspaces/controller/test/utils
2 files changed
+14
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
27 | 38 | | |
28 | 39 | | |
29 | 40 | | |
30 | 41 | | |
31 | 42 | | |
32 | | - | |
| 43 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments