Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description <!-- * Prefix: the title with the component name being changed. Add a short and self describing sentence to ease the review * Please add a few lines providing context and describing the change * Please self comment changes whenever applicable to help with the review process * Please keep the checklist as part of the PR. Tick what applies to this change. --> - Upgrade the Kubernetes SDK - Fix a small breaking change (introduced by kubernetes/cloud-provider@1339cd2#diff-c835d4fe6575e4473e744075d1cc7b38b0daf51663053e78f0f159b8ff1e28d1) - Update new repositories for Kubernetes upstream packages (kubeadm setup) ## Checklist (For exoscale contributors) * [x] Changelog updated (under *Unreleased* block) * [x] Testing ## Testing ```sks INFO[run]: Running test type 'sks' =================================================================== test session starts ==================================================================== platform linux -- Python 3.10.7, pytest-7.4.0, pluggy-1.2.0 rootdir: /home/phil/git/github.com/exoscale/exoscale-cloud-controller-manager/test configfile: pytest.ini collected 69 items / 1 deselected / 68 selected tests_0_environment/test_001_environment.py ..... [ 7%] tests_1_control_plane/test_101_control_plane.py . [ 8%] tests_1_control_plane/test_102_control_plane_files.py ...... [ 17%] tests_1_control_plane/test_103_control_plane_start.py .. [ 20%] tests_2_nodes/test_201_nodes.py . [ 22%] tests_2_nodes/test_202_nodes_files.py s. [ 25%] tests_3_ccm/test_300_init.py . [ 26%] tests_3_ccm/test_301_k8s_state.py .. [ 29%] tests_3_ccm/test_302_ccm_start.py ..... [ 36%] tests_3_ccm/test_303_ccm_node_csr_validation.py . [ 38%] tests_3_ccm/test_304_ccm_node_csr_invalid.py ss [ 41%] tests_3_ccm/test_305_ccm_nodes.py x [ 42%] tests_3_ccm/test_306_ccm_api_credentials_update.py .. [ 45%] tests_3_ccm/test_307_k8s_nodes.py x.x [ 50%] tests_4_nlb/test_400_init.py .. [ 52%] tests_4_nlb/test_401_nlb_hello_external.py ..... [ 60%] tests_4_nlb/test_402_nlb_ingress_nginx.py ....... [ 70%] tests_4_nlb/test_403_nlb_hello_ingress.py .. [ 73%] tests_5_nodes_pool_resize/test_500_init.py .. [ 76%] tests_5_nodes_pool_resize/test_501_k8s_state.py ... [ 80%] tests_5_nodes_pool_resize/test_502_ccm_nodes_deletion.py s [ 82%] tests_5_nodes_pool_resize/test_503_ccm_nodes_csr_validation.py . [ 83%] tests_5_nodes_pool_resize/test_504_k8s_nodes.py . [ 85%] tests_5_nodes_pool_resize/test_505_nlb_hello.py .. [ 88%] tests_5_nodes_pool_resize/test_501_k8s_state.py ... [ 92%] tests_5_nodes_pool_resize/test_502_ccm_nodes_deletion.py X [ 94%] tests_5_nodes_pool_resize/test_503_ccm_nodes_csr_validation.py s [ 95%] tests_5_nodes_pool_resize/test_504_k8s_nodes.py . [ 97%] tests_5_nodes_pool_resize/test_505_nlb_hello.py .. [100%] ====================================== 59 passed, 5 skipped, 1 deselected, 3 xfailed, 1 xpassed in 991.31s (0:16:31) ======================================= ``` ```kubeadm INFO[run]: Running test type 'kubeadm' =================================================================== test session starts ==================================================================== platform linux -- Python 3.10.7, pytest-7.4.0, pluggy-1.2.0 rootdir: /home/phil/git/github.com/exoscale/exoscale-cloud-controller-manager/test configfile: pytest.ini collected 69 items / 1 deselected / 68 selected tests_0_environment/test_001_environment.py ..... [ 7%] tests_1_control_plane/test_101_control_plane.py . [ 8%] tests_1_control_plane/test_102_control_plane_files.py ...... [ 17%] tests_1_control_plane/test_103_control_plane_start.py .. [ 20%] tests_2_nodes/test_201_nodes.py . [ 22%] tests_2_nodes/test_202_nodes_files.py .. [ 25%] tests_3_ccm/test_300_init.py . [ 26%] tests_3_ccm/test_301_k8s_state.py .. [ 29%] tests_3_ccm/test_302_ccm_start.py ..... [ 36%] tests_3_ccm/test_303_ccm_node_csr_validation.py . [ 38%] tests_3_ccm/test_304_ccm_node_csr_invalid.py .. [ 41%] tests_3_ccm/test_305_ccm_nodes.py . [ 42%] tests_3_ccm/test_306_ccm_api_credentials_update.py .. [ 45%] tests_3_ccm/test_307_k8s_nodes.py ... [ 50%] tests_4_nlb/test_400_init.py .. [ 52%] tests_4_nlb/test_401_nlb_hello_external.py ..... [ 60%] tests_4_nlb/test_402_nlb_ingress_nginx.py ....... [ 70%] tests_4_nlb/test_403_nlb_hello_ingress.py .. [ 73%] tests_5_nodes_pool_resize/test_500_init.py .. [ 76%] tests_5_nodes_pool_resize/test_501_k8s_state.py ... [ 80%] tests_5_nodes_pool_resize/test_502_ccm_nodes_deletion.py s [ 82%] tests_5_nodes_pool_resize/test_503_ccm_nodes_csr_validation.py . [ 83%] tests_5_nodes_pool_resize/test_504_k8s_nodes.py . [ 85%] tests_5_nodes_pool_resize/test_505_nlb_hello.py .. [ 88%] tests_5_nodes_pool_resize/test_501_k8s_state.py ... [ 92%] tests_5_nodes_pool_resize/test_502_ccm_nodes_deletion.py . [ 94%] tests_5_nodes_pool_resize/test_503_ccm_nodes_csr_validation.py s [ 95%] tests_5_nodes_pool_resize/test_504_k8s_nodes.py . [ 97%] tests_5_nodes_pool_resize/test_505_nlb_hello.py .. [100%] ================================================= 66 passed, 2 skipped, 1 deselected in 928.32s (0:15:28) ================================================== ```
- Loading branch information