Malte Poll
|
65903459a0
|
chore: fix unused parameter lint in new golangcilint version
|
2024-02-21 17:54:07 +01:00 |
|
Daniel Weiße
|
90f3336c8e
|
deps: remove go.mod files from submodules (#2769)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
|
2024-01-08 13:19:38 +01:00 |
|
3u13r
|
56ab3e9e04
|
Revert "operator: always delete terminated pending nodes (#2545)" (#2596)
This reverts commit 5267ad0f08 .
|
2023-11-13 20:25:34 +01:00 |
|
Daniel Weiße
|
5267ad0f08
|
operator: always delete terminated pending nodes (#2545)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
|
2023-11-02 10:39:13 +01:00 |
|
3u13r
|
e0285c122e
|
todo responsibilities and cleanup (#1837)
* chore: add TODO responsibilities
* chore: remove not needed TODOs
* chore: remove outdated migrations
* chore: remove resolved goleak exception
* chore: remove not needed cosign env
* config: add link to our Azure snp docs
|
2023-06-01 12:33:06 +02:00 |
|
renovate[bot]
|
2afddcb0f8
|
deps: update K8s dependencies (#1599)
* deps: update K8s dependencies
* deps: bump controller runtime
* chore: tidy
* bump helm and migrate controller runtime
* fix helm deprecation
---------
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
Co-authored-by: Leonard Cohnen <lc@edgeless.systems>
|
2023-05-24 18:57:45 +02:00 |
|
3u13r
|
964775c4c2
|
Add autoscaling and cluster upgrade support for AWS (#1758)
* aws: autoscaling and upgrades
* docs: update scaling and upgrades for AWS
* deps: pin vuln check against release
|
2023-05-19 13:57:31 +02:00 |
|
3u13r
|
67f8336b9d
|
operator: reliability and simplification (#968)
* operator: make tests more reliable
* operator: simplify RetryOnConflict statements
|
2023-01-13 16:49:41 +01:00 |
|
Leonard Cohnen
|
94694c6e06
|
operator: add v2 to package name
|
2023-01-05 14:52:09 +01:00 |
|
katexochen
|
ba6e41ed5c
|
Upgrade go module to v2
|
2022-09-22 09:10:19 +02:00 |
|
katexochen
|
e301f575df
|
Let operator manage autoscaling of node groups
|
2022-09-20 13:41:23 +02:00 |
|
katexochen
|
fb7ceb5586
|
Fix comment dot
|
2022-09-13 15:58:38 +02:00 |
|
Thomas Tendyck
|
bd63aa3c6b
|
add license headers
sed -i '1i/*\nCopyright (c) Edgeless Systems GmbH\n\nSPDX-License-Identifier: AGPL-3.0-only\n*/\n' `grep -rL --include='*.go' 'DO NOT EDIT'`
gofumpt -w .
|
2022-09-05 09:17:25 +02:00 |
|
Malte Poll
|
1df2a20a36
|
CI: build and upload node operator
|
2022-08-09 10:29:04 +02:00 |
|
Malte Poll
|
2860fe4eec
|
[node operator] RBAC: add missing permissions
Signed-off-by: Malte Poll <mp@edgeless.systems>
|
2022-08-09 10:29:04 +02:00 |
|
Malte Poll
|
b0d93b96dc
|
[node operator] PendingNode: check if node was deleted every 30 seconds after regular deadline expires
Signed-off-by: Malte Poll <mp@edgeless.systems>
|
2022-08-09 10:29:04 +02:00 |
|
Malte Poll
|
627b9e7ae8
|
[node operator] PendingNode controller impl
Signed-off-by: Malte Poll <mp@edgeless.systems>
|
2022-08-09 10:29:04 +02:00 |
|
Malte Poll
|
9c3f7fec39
|
[node operator] PendingNode API gen
Signed-off-by: Malte Poll <mp@edgeless.systems>
|
2022-08-09 10:29:04 +02:00 |
|