Enrico Candino and GitHub
fc6bcedc5f
fix for missing label update in creation, added tests ( #592 )
2025-12-16 11:34:50 +01:00
Hussein Galal and GitHub
0086d5aa4a
Attach creation of Pseudo PV to the PVC instead of the pods ( #577 )
...
* Change creation of pseudo PV to PVC instead of pods
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Ignore not found pvs when deleting the pvc
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* fixes
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Avoid returning when the PV already exists
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
---------
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
2025-12-15 17:27:30 +02:00
Enrico Candino and GitHub
c9bb1bcf46
Fixed CreatePod and UpdatePod in Virtual Kubelet for Downward API ( #573 )
...
* wip
* fix lint
* ephemerals container
* remove unused
* add retry
* volumes refactor
* added configmap and secret keyRef translation
* set debug logger to virtual kubelet logger
* added tests
* fix lint, removed unused func
* added test file locally
2025-12-10 13:47:34 +01:00
Enrico Candino and GitHub
6d5dd8564f
Bump Charts to 1.0.1 ( #588 )
chart-1.0.1
2025-12-09 12:33:21 +01:00
Enrico Candino and GitHub
93025d301b
Bump Charts to 1.0.1-rc2 ( #586 )
v1.0.1
chart-1.0.1-rc2
2025-12-03 11:44:49 +01:00
Enrico Candino and GitHub
e385ceb66f
Fixed missing Kubernetes host version when specified ( #585 )
...
* fix for missing host version
* added test
* fix test
* fix test
v1.0.1-rc2
2025-12-03 09:21:27 +01:00
Enrico Candino and GitHub
5c49c3d6b7
Fix create events rbac ( #575 )
...
* cleanup logs in kubelet provider
* added events create rbac to kubelet
* fix lint, moved fetch pod logic in separate func
2025-11-25 13:48:04 +01:00
Enrico Candino and GitHub
521ff17ef6
Added test for SubPathExpr ( #569 )
...
* small fixes
* added test for subpathexpr
* removed old comment
2025-11-21 16:28:59 +01:00
Enrico Candino and GitHub
5b4f31ef73
bump version to 1.0.1-rc1 in Chart.yaml ( #567 )
chart-1.0.1-rc1
2025-11-17 18:24:57 +01:00
Enrico Candino and GitHub
8856419e70
added check for failing tests ( #566 )
v1.0.1-rc1
2025-11-17 12:58:59 +01:00
Enrico Candino and GitHub
8760afd5bc
Added --namespace flag to k3kcli policy create ( #564 )
...
* added --namespace flag to policy create to actually bind the new policy to existing namespaces
* fix lint
* fix tests
* added overwrite flag
* updated cli docs
* fix tests 2
* moved double quotes to single quote
* fix test
2025-11-14 21:45:28 +01:00
Enrico Candino and GitHub
27730305c2
Added labels and annotations flags to cluster and policy create ( #565 )
...
* added labels and annotations flags to cluster create
* added labels and annotations flag to create policy command
2025-11-14 16:54:01 +01:00
Enrico Candino and GitHub
d0e50a580d
Added cluster details in cli during creation ( #562 )
...
* added cluster details in cli during cluster creation, silenced usage, removed static persistence type from help
* fix docs
2025-11-14 12:53:15 +01:00
Enrico Candino and GitHub
7dc4726bbd
Fixed panic during kubeconfig generate ( #554 )
...
* fix panic during kubeconfig generate
* moved check
2025-11-11 17:18:26 +01:00
Enrico Candino and GitHub
7144cf9e66
Moved CRDs to Helm templates folder ( #552 )
...
* moved CRDs of Cluster and VirtualClusterPolicy
Updated the generate script to output CRDs to the correct directory and include the keep resource policy annotation.
* fix crd directory in tests
2025-11-11 16:22:56 +01:00
Enrico Candino and GitHub
de0d2a0019
Add Job Summary reports to Conformance tests ( #553 )
...
* simplify shared conformance tests
* summary
* added failed test to summary
* space
* fix failed tests file
* removed sigs test
2025-11-11 13:01:23 +01:00
Enrico Candino and GitHub
a84c49f9b6
Update Go version and some deps ( #551 )
...
* bump to Go 1.24.10
* bump k8s libs to v0.31.13 and v1.31.13
* bump cli deps (cobra, viper, pflag)
2025-11-07 12:34:34 +01:00
Enrico Candino and GitHub
e79e6dbfc4
add upload permissions ( #550 )
2025-11-06 16:53:51 +01:00
Enrico Candino and GitHub
2b6441e54e
Added trivy vulns check ( #549 )
...
* image check
* added k3kcli
2025-11-06 12:46:15 +01:00
Enrico Candino and GitHub
49a8d2a0ba
Bump Charts to 1.0.0 ( #543 )
chart-1.0.0
2025-11-03 16:44:11 +01:00
Enrico Candino and GitHub
2e6de51dab
Improve tests resiliency ( #539 )
...
* fix missing namespaces cleanup
* fix conflict namespace
* fix PVC already created error, patch for existing volume, and check with hardcoded k3k name
* removed useless test
* fix for dump covdata from external pod
* keep namespaces flag
* fix for multi-node clusters
* fix for hanging pod in isolated namespace
v1.0.0
2025-10-31 21:51:37 +01:00
Enrico Candino and GitHub
90aecbbb42
Bump Charts to 1.0.0-rc3 ( #542 )
chart-1.0.0-rc3
2025-10-31 17:01:03 +01:00
Enrico Candino and GitHub
af9e1d6ca7
Cleanup orphaned resources after Cluster deletion ( #540 )
...
* adding controller reference for garbage collection, delete API lease
* added test
* fix lint
v1.0.0-rc3
2025-10-31 15:25:38 +01:00
Enrico Candino and GitHub
ae380fa8e9
bump chart to 1.0.0-rc2 ( #535 )
chart-1.0.0-rc2
2025-10-28 16:28:45 +01:00
Enrico Candino and GitHub
c34cf9ce94
added virtual mode conformance tests ( #534 )
v1.0.0-rc2
2025-10-28 13:47:31 +01:00
Enrico Candino and GitHub
bf70e0d171
Updated Cluster and VirtualClusterPolicy spec for sync and loadbalancer ( #528 )
...
* add default false for ingress and priorityClass, cleanup tests and added new tests
* fix typo for loadBalancer
* fix test aligning VirtualClusterPolicy SyncConfig
* set required enabled field, revert pointer on optional SyncConfig
* update samples
2025-10-24 17:02:26 +02:00
Enrico Candino and GitHub
cebf6594c4
switch to text log as default ( #529 )
2025-10-24 13:42:41 +02:00
Enrico Candino and GitHub
075d72df5d
Cleanup of customCAs spec ( #527 )
...
* cleanup spec from customCAs when omitted
* add enabled default for customCAs
2025-10-23 22:11:44 +02:00
Enrico Candino and GitHub
ee7eac89ce
Enhance logging and update Helm installation parameters for better debugging and cluster management ( #519 )
2025-10-22 14:55:47 +02:00
Enrico Candino and GitHub
514fdf6b86
Fix for flaky test ( #523 )
...
* fix for flaky test
* fix lint
* check ContainersReady condition
2025-10-21 18:19:36 +02:00
Hussein Galal and GitHub
730e4e1c79
Fix pseudo PV deletion ( #511 )
...
* Fix pseudo PV deletion
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Fix pseudo PV deletion
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* fix
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
---------
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
2025-10-18 00:56:50 +02:00
Hussein Galal and GitHub
a3076af38f
Increase timeout and add timeout option ( #514 )
...
* Increase timeout and add timeout option
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Increase timeout and add timeout option
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
---------
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
2025-10-17 16:51:40 +03:00
Hussein Galal and GitHub
89dc352bea
Scale up/down tests for virtual and shared mode ( #508 )
...
* Scale up/down tests for virtual and shared mode
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* defer cleanup and more fixes
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* add labels to e2e tests and divide the workload
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* add labels to e2e tests and divide the workload
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* add validate job to e2e test
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* fix label filters for e2e tests
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* fix makefile
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* use constants for e2e tests labels
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* fix typo
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* fix labels
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
---------
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
2025-10-15 17:01:14 +03:00
Enrico Candino and GitHub
7644406eeb
Fix for flaky test ( #509 )
...
* fix for flaky test and fix for PVC creation
* fix lint
2025-10-15 11:31:45 +02:00
Enrico Candino and GitHub
2206632dcc
bump charts ( #507 )
chart-1.0.0-rc1
2025-10-14 15:19:00 +02:00
Enrico Candino and GitHub
8ffdc9bafd
renaming webhook ( #506 )
v1.0.0-rc1
2025-10-13 17:25:17 +02:00
Enrico Candino and GitHub
594c2571c3
promoted v1alpha1 resources to v1beta1 ( #505 )
2025-10-13 17:24:56 +02:00
Hussein Galal and GitHub
12971f55a6
Add k8s version upgrade test ( #503 )
...
* Add k8s version upgrade test
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* lint
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* remove unused functions
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
---------
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
2025-10-13 17:14:25 +03:00
Enrico Candino and GitHub
99f750525f
Fix extraEnv and other Helm values ( #500 )
...
* fix for extraEnv
* moved env var to flags
* changed resources as object
* renamed replicaCount to replicas
* cleanup spaces
* moved some values and spacing
* renamed some flags
2025-10-13 12:50:07 +02:00
Hussein Galal and GitHub
a0fd472841
Use K3S host cluster for E2E tests ( #492 )
...
* Add kubeconfig to e2e_tests
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* add E2E_KUBECONFIG env variable
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* fix yaml permissions for kubeconfig
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Fix image name and use ttl.sh
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* add uuidgen result to a file
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* add hostIP
* Add k3s version to e2e test
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* remove comment
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* remove virtual mode tests
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* fix failed test
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Fixes
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* fixes
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* fixes
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Fixes
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Add KUBECONFIG env variable to the make install
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* add k3kcli to github_path
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Use docker installation for testing the cli
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Fixes
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* fixes
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* typo
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* fix test cli
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* lint
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* fixes
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* typo
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
---------
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
2025-10-08 15:39:35 +03:00
Enrico Candino and GitHub
7387fc1b23
Fix Service reconciliation error loop ( #497 )
...
* fix service reconciliation error by adding checks for virtual service annotations
* renamed var
2025-10-08 14:03:50 +02:00
Enrico Candino and GitHub
9f265c73d9
Fix for HA server deletion ( #493 )
...
* wip
* wip
* wip
* removed todo
2025-10-08 13:23:15 +02:00
Enrico Candino and GitHub
00ef6d582c
Add log-format, and cleanup ( #494 )
...
* using logr.Logger
* testing levels
* adding log format
* fix lint
* removed tests
* final cleanup
2025-10-08 13:19:57 +02:00
Enrico Candino and GitHub
5c95ca3dfa
Fix for pod eviction in host cluster ( #484 )
...
* update statefulset controller
* fix for single pod
* adding pod controller
* added test
* removed comment
* merged service controller
* revert statefulset
* added test
* added common owner filter
2025-10-03 16:22:54 +02:00
jpgouin and GitHub
6523b8339b
change the default storage request size request to 2Gi ( #490 )
...
* change the default storage request size request to 2Gi
2025-10-03 09:04:13 +02:00
Hussein Galal and GitHub
80037e815f
Adding upgrade path tests ( #481 )
...
* Adding upgrade path tests
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* wsl
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* fixes
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* fixes
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Remove update label
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
---------
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
2025-10-02 14:53:08 +03:00
Enrico Candino and GitHub
7585611792
Rename PodController to StatefulSetController ( #482 )
...
* renamed pod.go
* update statefulset controller
* fix for single pod
* added test, revert finalizer
* wip ha deletion
* revert logic
* remove focus
2025-10-01 17:06:24 +02:00
Hussein Galal and GitHub
0bd681ab60
Lb service status sync ( #451 )
...
* Sync service LB status back to virtual service
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Sync service LB status back to virtual service
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* wsl
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
---------
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
2025-10-01 13:25:31 +03:00
Hussein Galal and GitHub
4fe36b3d0c
Bump Chart to v0.3.5 ( #485 )
...
* Bump Chart to v0.3.5
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
* Bump Chart to v0.3.5
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
---------
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com >
chart-0.3.5
2025-09-30 15:26:59 +03:00
Enrico Candino and GitHub
01589bb359
splitting tests ( #461 )
v0.3.5
2025-09-23 12:07:49 +02:00